| Summary Item | Total | Failed |
|---|---|---|
| Requests | 77 | 0 |
| Prerequest Scripts | 20 | 0 |
| Test Scripts | 51 | 0 |
| Assertions | 1417 | 49 |
| Skipped Tests | 0 | - |
expected 509 to be below 200
expected 500 to equal 401
expected 'Internal Server Error' to equal 'Unauthorized'
expected 500 to equal 400
expected 'Internal Server Error' to equal 'Bad Request'
expected 'Invalid request' to equal 'Bad Request'
expected 247 to be below 150
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status reason 'Forbidden' but got 'OK'
expected response to have status code 403 but got 500
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
expected 266 to be at most 150
expected response to have status code 403 but got 500
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
expected response to have status code 403 but got 200
expected response to have status reason 'Forbidden' but got 'OK'
expected 260 to be at most 200
expected response to have status code 403 but got 500
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
expected response to have status code 403 but got 200
expected response to have status reason 'Forbidden' but got 'OK'
expected 302 to be below 200
expected response to have status code 403 but got 500
expected 311 to be below 200
expected response to have status code 400 but got 500
expected response to have status code 400 but got 500
expected response to have status code 400 but got 500
expected response to have status code 400 but got 500
expected response to have status code 400 but got 200
expected 873 to be below 350
expected response to have status code 403 but got 500
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected { message: 'Success', data: [] } to not have property 'message'
expected 276 to be below 200
expected response to have status code 403 but got 500
expected response to have status code 403 but got 500
expected response to have status code 400 but got 500
expected 273 to be below 200
expected response to have status code 403 but got 500
expected response to have status code 403 but got 200
expected 'Success' to deeply equal 'No record found'
expected response to have status code 400 but got 200
expected 'Success' to deeply equal 'Invalid job number format'
expected response to have status code 405 but got 404
expected 247 to be below 200
expected response to have status code 401 but got 500
expected response to have status code 400 but got 500
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 49acc1d8-b823-498d-a852-740635c43acc |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-bgTzX0EpBayZKxs+Wegvm8rJVGc" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 200 | 1 | 0 | 0 |
| Verify status code is 'OK' | 1 | 0 | 0 |
| Verify message is 'Success' | 1 | 0 | 0 |
| Verify token is present in the response | 1 | 0 | 0 |
| Verify token is valid | 1 | 0 | 0 |
| Verify response body matches expected schema | 1 | 0 | 0 |
| Verify response time is less than 200ms | 0 | 1 | 0 |
| Total | 6 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify response time is less than 200ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 407f8e08-d20e-44ba-912e-11d5c46ca160 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 70 |
{
"username": "Herta_Dach",
"password": "brcINs3sD4g85_b"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Invalid credentials should return 401 | 0 | 1 | 0 |
| Invalid credentials should return 'Unauthorized' | 0 | 1 | 0 |
| Invalid credentials should return the correct error message | 1 | 0 | 0 |
| Response body should match the schema | 1 | 0 | 0 |
| Total | 2 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Invalid credentials should return 401 | |
| Invalid credentials should return 'Unauthorized' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f2b28989-3cb2-49db-94ef-d24b2b5d9c89 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Blank Username and Password should return status code 400 | 0 | 1 | 0 |
| Blank Username and Password should return status message 'Bad Request' | 0 | 1 | 0 |
| Proper error message should be shown for blank credentials | 0 | 1 | 0 |
| Response body should match the schema | 1 | 0 | 0 |
| Total | 1 | 3 | 0 |
| Test Name | Assertion Error |
|---|---|
| Blank Username and Password should return status code 400 | |
| Blank Username and Password should return status message 'Bad Request' | |
| Proper error message should be shown for blank credentials | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 844b28b3-9b05-4514-9e1d-88d7852f3f24 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Status is 'OK' | 1 | 0 | 0 |
| Check response time is less than 150ms | 0 | 1 | 0 |
| Validate JSON Schema | 1 | 0 | 0 |
| User details should be present in the response | 1 | 0 | 0 |
| Role name should be 'FrontDesk' | 1 | 0 | 0 |
| Service location should be 'Service Center A' | 1 | 0 | 0 |
| Total | 6 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check response time is less than 150ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9d0bd4ed-4893-478a-9abd-62abf5335d4d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Response mustn't include sensitive information | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Response mustn't include sensitive information | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | aa189642-c491-4f33-8597-1089a18ea175 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 401 | 1 | 0 | 0 |
| Status message is 'Unauthorized' | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 07035ff1-ead1-4457-939e-ba65ff48f950 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 403 | 0 | 1 | 0 |
| Status message is 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Status code is 403 | |
| Status message is 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 69f851b6-8814-4a54-998b-fd1383461933 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 403 | 0 | 1 | 0 |
| Status message is 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Status code is 403 | |
| Status message is 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 48608005-c8e3-4ef1-8b06-bbb3ffd54ae9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-4GEtMM1Q1od+2ZP5+g5e3COGWnE" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":5},{"label":"Created today","key":"created_today","count":604},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Status message is 'OK' | 1 | 0 | 0 |
| Verify json schema | 1 | 0 | 0 |
| Verify message key contains 'Success' | 1 | 0 | 0 |
| Verify response time < 150ms | 0 | 1 | 0 |
| Data array length is 3 | 1 | 0 | 0 |
| Verify keys | 1 | 0 | 0 |
| Verify the type of the data stored in the count under Pending for delivery is of number type | 1 | 0 | 0 |
| Verify the type of the data stored in the count under Created today is of number type | 1 | 0 | 0 |
| Verify the type of the data stored in the count under Pending for FST assignment is of number type | 1 | 0 | 0 |
| Total | 9 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify response time < 150ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fd7c9b29-dbeb-4bb7-9f1e-b29b5f09a3c9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Missing token returns status code 401 | 1 | 0 | 0 |
| Verify Missing token returns status message 'Unauthorized' | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | _a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cV |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 57757990-94a7-4030-a08f-675255e6d040 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 67 |
| ETag | W/"43-fNb/yQ25ZD+D6U573+3aCF3IDQU" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt malformed","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid token returns status code 403 | 0 | 1 | 0 |
| Verify Invalid token returns status message 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid token returns status code 403 | |
| Verify Invalid token returns status message 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8e94ca77-eb8e-4d96-a53d-a3e13e4cfa1a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-4GEtMM1Q1od+2ZP5+g5e3COGWnE" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:31 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":5},{"label":"Created today","key":"created_today","count":604},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Expired token returns status code 403 | 0 | 1 | 0 |
| Verify Expired token returns status message 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Expired token returns status code 403 | |
| Verify Expired token returns status message 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6bc1afde-e280-473e-93b2-0bd59ce0974e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:31 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status Code is 200 | 1 | 0 | 0 |
| Verify Status message is 'OK' | 1 | 0 | 0 |
| Verify Response time under 200 ms | 0 | 1 | 0 |
| Verify message key contains 'success' | 1 | 0 | 0 |
| Verify response schema matches expected schema | 1 | 0 | 0 |
| Verify json response contains key: mst_oem | 1 | 0 | 0 |
| Verify json response contains key: mst_model | 1 | 0 | 0 |
| Verify json response contains key: mst_action_status | 1 | 0 | 0 |
| Verify json response contains key: mst_warrenty_status | 1 | 0 | 0 |
| Verify json response contains key: mst_platform | 1 | 0 | 0 |
| Verify json response contains key: mst_product | 1 | 0 | 0 |
| Verify json response contains key: mst_role | 1 | 0 | 0 |
| Verify json response contains key: mst_service_location | 1 | 0 | 0 |
| Verify json response contains key: mst_problem | 1 | 0 | 0 |
| Verify json response contains key: map_fst_pincode | 1 | 0 | 0 |
| Verify key- mst_oem , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_model , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_action_status , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_warrenty_status , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_platform , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_product , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_role , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_service_location , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_problem , returns a non-empty array | 1 | 0 | 0 |
| Verify key- map_fst_pincode , returns a non-empty array | 1 | 0 | 0 |
| Total | 24 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Response time under 200 ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | aa89a0e2-8d8b-491a-80ef-607f4fa90c97 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:31 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 401 | 1 | 0 | 0 |
| Verify Status code is 'Unauthorized' | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 784c25c4-4c57-40dd-ad25-9985a08655b7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:31 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 403 | 0 | 1 | 0 |
| Verify Status code is 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Status code is 403 | |
| Verify Status code is 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 217f3c1e-e16d-4272-b4ed-ea7c0e8f4b08 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:32 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 403 | 0 | 1 | 0 |
| Verify Status code is 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Status code is 403 | |
| Verify Status code is 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a003110e-be43-4fa8-8d31-440f6a49bc6f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1132 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Jesus",
"last_name": "Moen",
"mobile_number": "478-612-4834",
"mobile_number_alt": "478-612-4834",
"email_id": "Gordon_Pagac55@hotmail.com",
"email_id_alt": "Gordon_Pagac55@hotmail.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "14761931379943",
"imei1": "14761931379943",
"imei2": "14761931379943",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-m+O6uf9wnnLu+QHKryjpkdoc3GE" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:32 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":185366,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":185384,"tr_customer_product_id":185374,"job_number":"JOB_185366"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 200 | 1 | 0 | 0 |
| Verify Status code is 'OK' | 1 | 0 | 0 |
| Verify message is 'Job created successfully. ' | 1 | 0 | 0 |
| Verify jsonschema | 1 | 0 | 0 |
| Verify response time is less than 200ms | 0 | 1 | 0 |
| Verify response contains key: id | 1 | 0 | 0 |
| Verify response contains key: mst_service_location_id | 1 | 0 | 0 |
| Verify response contains key: mst_platform_id | 1 | 0 | 0 |
| Verify response contains key: mst_warrenty_status_id | 1 | 0 | 0 |
| Verify response contains key: mst_oem_id | 1 | 0 | 0 |
| Verify response contains key: tr_customer_id | 1 | 0 | 0 |
| Verify response contains key: tr_customer_product_id | 1 | 0 | 0 |
| Verify response contains key: job_number | 1 | 0 | 0 |
| Verify job number starts with 'JOB_' | 1 | 0 | 0 |
| Total | 13 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify response time is less than 200ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a388c4da-23c9-47d7-8463-d6eda10c5122 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1130 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Hattie",
"last_name": "West",
"mobile_number": "221-337-2556",
"mobile_number_alt": "688-289-4271",
"email_id": "Hulda.Hermann10@gmail.com",
"email_id_alt": "Rahsaan_Cronin@yahoo.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "14761931379943",
"imei1": "14761931379943",
"imei2": "14761931379943",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:32 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing authorization token return 401 Unauthorized | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 06314238-8ff6-4e13-b5ac-19e99993951d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1134 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Francesco",
"last_name": "Stracke",
"mobile_number": "586-206-3363",
"mobile_number_alt": "883-676-2569",
"email_id": "Florence72@yahoo.com",
"email_id_alt": "Mozelle_Green66@hotmail.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "14761931379943",
"imei1": "14761931379943",
"imei2": "14761931379943",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 71 |
| ETag | W/"47-3fyFQKYzbJTwnROVExMoVXviIKc" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:33 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"invalid signature","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing authorization token return 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify missing authorization token return 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 729b028e-6c27-4e76-b4c5-c0d533a3ce8a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1119 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Ramiro",
"last_name": "Mante",
"mobile_number": "329-366-5820",
"mobile_number_alt": "575-340-4538",
"email_id": "Sylvan81@yahoo.com",
"email_id_alt": "Daniela96@yahoo.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "15886316827073",
"imei1": "15886316827073",
"imei2": "15886316827073",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-QrlLaStC1/hFBB1oCcYeCRUUmk8" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:33 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":185367,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":185385,"tr_customer_product_id":185375,"job_number":"JOB_185367"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 200 | 1 | 0 | 0 |
| Verify Status code is 'OK' | 1 | 0 | 0 |
| Verify message is 'Job created successfully. ' | 1 | 0 | 0 |
| Verify jsonschema | 1 | 0 | 0 |
| Verify response time is less than 200ms | 0 | 1 | 0 |
| Verify response contains key: id | 1 | 0 | 0 |
| Verify response contains key: mst_service_location_id | 1 | 0 | 0 |
| Verify response contains key: mst_platform_id | 1 | 0 | 0 |
| Verify response contains key: mst_warrenty_status_id | 1 | 0 | 0 |
| Verify response contains key: mst_oem_id | 1 | 0 | 0 |
| Verify response contains key: tr_customer_id | 1 | 0 | 0 |
| Verify response contains key: tr_customer_product_id | 1 | 0 | 0 |
| Verify response contains key: job_number | 1 | 0 | 0 |
| Verify job number starts with 'JOB_' | 1 | 0 | 0 |
| Total | 13 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify response time is less than 200ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4ad265be-4b9e-4c2f-8de0-a662eee74279 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1027 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Linda",
"last_name": "Durgan",
"mobile_number": "349-207-1632",
"mobile_number_alt": "259-498-2961",
"email_id": "Ana47@gmail.com",
"email_id_alt": "Theo36@yahoo.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "14761931379943",
"imei1": "14761931379943",
"imei2": "14761931379943",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 132 |
| ETag | W/"84-mCZHtUk0ZkwUr6gxgJA2gMxVbaw" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:33 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"problems\" does not contain 1 required value(s)","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing authorization token return 400 Bad Request | 0 | 1 | 0 |
| Verify message is '"problems" does not contain 1 required value(s)' | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify missing authorization token return 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cf04047d-1745-4ef6-b843-a03ad45398c3 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 851 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "14761931379943",
"imei1": "14761931379943",
"imei2": "14761931379943",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 107 |
| ETag | W/"6b-kQDRJ6W7HggkRpZCxcjxWaVIyzQ" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:33 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"customer\" is required","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing customerdetails should return 400 Bad Request | 0 | 1 | 0 |
| Verify message is '"customer" is required' | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify missing customerdetails should return 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4981d4f2-0df8-44e5-b0a3-b2b84edb9001 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 834 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Kailey",
"last_name": "Ankunding",
"mobile_number": "665-474-7112",
"mobile_number_alt": "314-750-9628",
"email_id": "Yvonne.Schoen@hotmail.com",
"email_id_alt": "Fannie40@yahoo.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 115 |
| ETag | W/"73-CHiztoQ3jyrfM7EgEEqfDYsvzXM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:34 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"customer_product\" is required","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing product details should return 400 Bad Request | 0 | 1 | 0 |
| Verify message is '"customer_product" is required | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify missing product details should return 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 72d94e2d-6573-42c2-bbec-8022e7726086 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1115 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Mariana",
"last_name": "Brown",
"mobile_number": "296-805-0119",
"mobile_number_alt": "855-744-3584",
"email_id": "Taylor96@yahoo.com",
"email_id_alt": "Lauretta.Murazik@yahoo.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "1059740487",
"imei1": "1059740487",
"imei2": "1059740487",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:34 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify invalid Imei number returns 400 Bad Request | 0 | 1 | 0 |
| Verify message contains 'serial_number' length must be at least 14 characters long' | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify invalid Imei number returns 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e7e5eec7-0e15-45a8-976e-17bf4380fb58 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1132 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Melvina",
"last_name": "Mitchell",
"mobile_number": "893-437-4377",
"mobile_number_alt": "892-256-4625",
"email_id": "Ozella4@yahoo.com",
"email_id_alt": "Kiel.Muller17@gmail.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "1209286513315207",
"imei1": "1209286513315207",
"imei2": "1209286513315207",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-kn1IQWg/Bvpys/P8c+phdu7x0ms" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:34 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":185368,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":185386,"tr_customer_product_id":185376,"job_number":"JOB_185368"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify invalid Imei number returns 400 Bad Request | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify invalid Imei number returns 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5d4faac6-4f42-4e02-9103-d70bca031cc2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-9yWrL16cWBKmldTbwB2qvd9bmUA" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:35 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":5},{"label":"Created today","key":"created_today","count":607},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify the count of the created job is incremented | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c0c87fc4-5494-4914-946d-bd9c331522a5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 40 |
{
"details_key": "created_today"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"93638-rtYX5zbVIJOE6nDPjqTYxgO6TQY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:35 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":184839,"job_number":"JOB_184839","tr_customer_id":184857,"tr_customer_product_id":184847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:43.000Z","modified_at":"2026-02-13T04:32:43.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10221945868365","imei1":"10221945868365","imei2":"10221945868365","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184842,"job_number":"JOB_184842","tr_customer_id":184860,"tr_customer_product_id":184850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:45.000Z","modified_at":"2026-02-13T04:32:45.000Z","name":"Robin O'Connell","mobile_number":"437-228-3400","email_id":"Eusebio71@hotmail.com","dop":"2000-01-31","serial_number":"1093583948153887","imei1":"1093583948153887","imei2":"1093583948153887","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184912,"job_number":"JOB_184912","tr_customer_id":184930,"tr_customer_product_id":184920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:27.000Z","modified_at":"2026-02-13T04:33:27.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10656878833947","imei1":"10656878833947","imei2":"10656878833947","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184914,"job_number":"JOB_184914","tr_customer_id":184932,"tr_customer_product_id":184922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:29.000Z","modified_at":"2026-02-13T04:33:29.000Z","name":"Angelo Dare","mobile_number":"969-413-4693","email_id":"Moses_Windler53@hotmail.com","dop":"2000-01-31","serial_number":"1022571205384729","imei1":"1022571205384729","imei2":"1022571205384729","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184955,"job_number":"JOB_184955","tr_customer_id":184973,"tr_customer_product_id":184963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:11.000Z","modified_at":"2026-02-13T04:34:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10045108679517","imei1":"10045108679517","imei2":"10045108679517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184957,"job_number":"JOB_184957","tr_customer_id":184975,"tr_customer_product_id":184965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:13.000Z","modified_at":"2026-02-13T04:34:13.000Z","name":"Sammie Stehr","mobile_number":"932-706-4162","email_id":"Uriel94@gmail.com","dop":"2000-01-31","serial_number":"1050234470458248","imei1":"1050234470458248","imei2":"1050234470458248","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184981,"job_number":"JOB_184981","tr_customer_id":184999,"tr_customer_product_id":184989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:55.000Z","modified_at":"2026-02-13T04:34:55.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10338678071375","imei1":"10338678071375","imei2":"10338678071375","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184983,"job_number":"JOB_184983","tr_customer_id":185001,"tr_customer_product_id":184991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:56.000Z","modified_at":"2026-02-13T04:34:56.000Z","name":"Jovanny Hammes","mobile_number":"291-860-3782","email_id":"Marge.Beatty@gmail.com","dop":"2000-01-31","serial_number":"1094935318351557","imei1":"1094935318351557","imei2":"1094935318351557","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185091,"job_number":"JOB_185091","tr_customer_id":185109,"tr_customer_product_id":185099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:35.000Z","modified_at":"2026-02-13T06:59:35.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10570761384069","imei1":"10570761384069","imei2":"10570761384069","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185093,"job_number":"JOB_185093","tr_customer_id":185111,"tr_customer_product_id":185101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:36.000Z","modified_at":"2026-02-13T06:59:36.000Z","name":"Cory Crist","mobile_number":"579-337-1323","email_id":"Annabel_Stoltenberg25@gmail.com","dop":"2000-01-31","serial_number":"1077060082125822","imei1":"1077060082125822","imei2":"1077060082125822","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185106,"job_number":"JOB_185106","tr_customer_id":185124,"tr_customer_product_id":185114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:21.000Z","modified_at":"2026-02-13T07:00:21.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10402489726540","imei1":"10402489726540","imei2":"10402489726540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185108,"job_number":"JOB_185108","tr_customer_id":185126,"tr_customer_product_id":185116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:22.000Z","modified_at":"2026-02-13T07:00:22.000Z","name":"Beaulah Friesen","mobile_number":"773-476-8309","email_id":"Luz72@gmail.com","dop":"2000-01-31","serial_number":"1014908268944663","imei1":"1014908268944663","imei2":"1014908268944663","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185118,"job_number":"JOB_185118","tr_customer_id":185136,"tr_customer_product_id":185126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:06.000Z","modified_at":"2026-02-13T07:01:06.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10627058614212","imei1":"10627058614212","imei2":"10627058614212","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185120,"job_number":"JOB_185120","tr_customer_id":185138,"tr_customer_product_id":185128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:08.000Z","modified_at":"2026-02-13T07:01:08.000Z","name":"Alexanne Klein","mobile_number":"632-776-8316","email_id":"Christopher_Luettgen74@yahoo.com","dop":"2000-01-31","serial_number":"1028529433451337","imei1":"1028529433451337","imei2":"1028529433451337","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185127,"job_number":"JOB_185127","tr_customer_id":185145,"tr_customer_product_id":185135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:51.000Z","modified_at":"2026-02-13T07:01:51.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10964660230387","imei1":"10964660230387","imei2":"10964660230387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185129,"job_number":"JOB_185129","tr_customer_id":185147,"tr_customer_product_id":185137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:53.000Z","modified_at":"2026-02-13T07:01:53.000Z","name":"Frederik Feeney","mobile_number":"305-205-0417","email_id":"Esta21@hotmail.com","dop":"2000-01-31","serial_number":"1058526470113418","imei1":"1058526470113418","imei2":"1058526470113418","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184756,"job_number":"JOB_184756","tr_customer_id":184774,"tr_customer_product_id":184764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T01:50:53.000Z","modified_at":"2026-02-13T02:02:12.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"17489995773940","imei1":"17489995773940","imei2":"17489995773940","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T02:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184757,"job_number":"JOB_184757","tr_customer_id":184775,"tr_customer_product_id":184765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T02:03:34.000Z","modified_at":"2026-02-13T02:03:41.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"19716519580848","imei1":"19716519580848","imei2":"19716519580848","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T02:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184758,"job_number":"JOB_184758","tr_customer_id":184776,"tr_customer_product_id":184766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:26:21.000Z","modified_at":"2026-02-13T03:26:36.000Z","name":"Hannah Dach","mobile_number":"544-514-1286","email_id":"Opal_Abernathy@gmail.com","dop":"2025-05-30","serial_number":"15636006814140","imei1":"15636006814140","imei2":"15636006814140","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T03:26:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184759,"job_number":"JOB_184759","tr_customer_id":184777,"tr_customer_product_id":184767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:26:22.000Z","modified_at":"2026-02-13T03:26:22.000Z","name":"Khalil Simonis","mobile_number":"550-691-7710","email_id":"Sebastian0@hotmail.com","dop":"2025-05-30","serial_number":"19513154070821","imei1":"19513154070821","imei2":"19513154070821","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184760,"job_number":"JOB_184760","tr_customer_id":184778,"tr_customer_product_id":184768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:26:23.000Z","modified_at":"2026-02-13T03:26:23.000Z","name":"Wilhelmine Wisozk","mobile_number":"644-910-4056","email_id":"Lilliana72@gmail.com","dop":"2025-05-30","serial_number":"1901616915631974","imei1":"1901616915631974","imei2":"1901616915631974","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184761,"job_number":"JOB_184761","tr_customer_id":184779,"tr_customer_product_id":184769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:38:25.000Z","modified_at":"2026-02-13T03:38:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17266026736260","imei1":"17266026736260","imei2":"17266026736260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184762,"job_number":"JOB_184762","tr_customer_id":184780,"tr_customer_product_id":184770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:38:26.000Z","modified_at":"2026-02-13T03:39:01.000Z","name":"Buddy Shields","mobile_number":"797-814-4341","email_id":"Jacques.Stracke@gmail.com","dop":"2025-04-06","serial_number":"12483213326929","imei1":"12483213326929","imei2":"12483213326929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T03:39:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184763,"job_number":"JOB_184763","tr_customer_id":184781,"tr_customer_product_id":184771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:38:27.000Z","modified_at":"2026-02-13T03:38:27.000Z","name":"Hester Ferry","mobile_number":"964-828-1342","email_id":"Davonte.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"11762313315976894","imei1":"11762313315976894","imei2":"11762313315976894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184764,"job_number":"JOB_184764","tr_customer_id":184782,"tr_customer_product_id":184772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:08.000Z","modified_at":"2026-02-13T03:39:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10565685753498","imei1":"10565685753498","imei2":"10565685753498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184765,"job_number":"JOB_184765","tr_customer_id":184783,"tr_customer_product_id":184773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:08.000Z","modified_at":"2026-02-13T03:39:44.000Z","name":"Julius Nicolas","mobile_number":"789-263-7504","email_id":"Josefa54@hotmail.com","dop":"2025-04-06","serial_number":"10728062319002","imei1":"10728062319002","imei2":"10728062319002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T03:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184766,"job_number":"JOB_184766","tr_customer_id":184784,"tr_customer_product_id":184774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:10.000Z","modified_at":"2026-02-13T03:39:10.000Z","name":"Ellsworth Swaniawski","mobile_number":"866-308-5730","email_id":"Keshawn54@hotmail.com","dop":"2025-04-06","serial_number":"18955932202675496","imei1":"18955932202675496","imei2":"18955932202675496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184767,"job_number":"JOB_184767","tr_customer_id":184785,"tr_customer_product_id":184775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:51.000Z","modified_at":"2026-02-13T03:39:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13335781395216","imei1":"13335781395216","imei2":"13335781395216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184768,"job_number":"JOB_184768","tr_customer_id":184786,"tr_customer_product_id":184776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:51.000Z","modified_at":"2026-02-13T03:40:27.000Z","name":"Alden Gibson","mobile_number":"312-746-0770","email_id":"Dalton.Gorczany82@yahoo.com","dop":"2025-04-06","serial_number":"11324680138270","imei1":"11324680138270","imei2":"11324680138270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T03:40:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184769,"job_number":"JOB_184769","tr_customer_id":184787,"tr_customer_product_id":184777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:53.000Z","modified_at":"2026-02-13T03:39:53.000Z","name":"Rachael Farrell","mobile_number":"239-834-1323","email_id":"Cydney.Larson@yahoo.com","dop":"2025-04-06","serial_number":"11300624294368476","imei1":"11300624294368476","imei2":"11300624294368476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184772,"job_number":"JOB_184772","tr_customer_id":184790,"tr_customer_product_id":184780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:01.000Z","modified_at":"2026-02-13T04:31:10.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"66987620837935","imei1":"66987620837935","imei2":"66987620837935","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184773,"job_number":"JOB_184773","tr_customer_id":184791,"tr_customer_product_id":184781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:05.000Z","modified_at":"2026-02-13T04:31:41.000Z","name":"Raul Heaney","mobile_number":"426-999-9374","email_id":"Brady23@hotmail.com","dop":"2025-04-06","serial_number":"11715668514792","imei1":"11715668514792","imei2":"11715668514792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184774,"job_number":"JOB_184774","tr_customer_id":184792,"tr_customer_product_id":184782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:07.000Z","modified_at":"2026-02-13T04:31:07.000Z","name":"Maggie Wilkinson","mobile_number":"657-280-5367","email_id":"Efren_Schowalter26@hotmail.com","dop":"2025-04-06","serial_number":"11775493444218870","imei1":"11775493444218870","imei2":"11775493444218870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184775,"job_number":"JOB_184775","tr_customer_id":184793,"tr_customer_product_id":184783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:11.000Z","modified_at":"2026-02-13T04:31:11.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13850240798757","imei1":"13850240798757","imei2":"13850240798757","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184776,"job_number":"JOB_184776","tr_customer_id":184794,"tr_customer_product_id":184784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:12.000Z","modified_at":"2026-02-13T04:31:46.000Z","name":"Lee Morissette","mobile_number":"426-977-9964","email_id":"Allene.Stracke@yahoo.com","dop":"2025-04-06","serial_number":"19027827392629","imei1":"19027827392629","imei2":"19027827392629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184777,"job_number":"JOB_184777","tr_customer_id":184795,"tr_customer_product_id":184785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:12.000Z","modified_at":"2026-02-13T04:31:21.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"37576986942632","imei1":"37576986942632","imei2":"37576986942632","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184778,"job_number":"JOB_184778","tr_customer_id":184796,"tr_customer_product_id":184786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:13.000Z","modified_at":"2026-02-13T04:31:13.000Z","name":"Veronica Bartell","mobile_number":"404-806-2104","email_id":"Billy.Bartell92@yahoo.com","dop":"2025-04-06","serial_number":"17192435215284024","imei1":"17192435215284024","imei2":"17192435215284024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184779,"job_number":"JOB_184779","tr_customer_id":184797,"tr_customer_product_id":184787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:24.000Z","modified_at":"2026-02-13T04:32:03.000Z","name":"Vernon Thompson","mobile_number":"542-834-1399","email_id":"Eleanora_Bernhard@gmail.com","dop":"2025-04-06","serial_number":"16063043725262","imei1":"16063043725262","imei2":"16063043725262","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184780,"job_number":"JOB_184780","tr_customer_id":184798,"tr_customer_product_id":184788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:26.000Z","modified_at":"2026-02-13T04:31:26.000Z","name":"Margarette Williamson","mobile_number":"423-857-0598","email_id":"Conor_Keebler32@hotmail.com","dop":"2025-04-06","serial_number":"15800922330283344","imei1":"15800922330283344","imei2":"15800922330283344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184781,"job_number":"JOB_184781","tr_customer_id":184799,"tr_customer_product_id":184789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:27.000Z","modified_at":"2026-02-13T04:32:04.000Z","name":"Donny Sauer","mobile_number":"217-400-9160","email_id":"Jessica44@hotmail.com","dop":"2025-04-06","serial_number":"13277268675607","imei1":"13277268675607","imei2":"13277268675607","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184782,"job_number":"JOB_184782","tr_customer_id":184800,"tr_customer_product_id":184790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:28.000Z","modified_at":"2026-02-13T04:31:28.000Z","name":"Juana Volkman","mobile_number":"652-513-0375","email_id":"Garrick_Gerhold18@yahoo.com","dop":"2025-04-06","serial_number":"17172019312791484","imei1":"17172019312791484","imei2":"17172019312791484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184783,"job_number":"JOB_184783","tr_customer_id":184801,"tr_customer_product_id":184791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:32.000Z","modified_at":"2026-02-13T04:31:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14548582185753","imei1":"14548582185753","imei2":"14548582185753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184784,"job_number":"JOB_184784","tr_customer_id":184802,"tr_customer_product_id":184792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:33.000Z","modified_at":"2026-02-13T04:32:09.000Z","name":"Jeanne Zemlak","mobile_number":"372-891-6138","email_id":"Cordelia.Jerde@gmail.com","dop":"2025-04-06","serial_number":"13667402800089","imei1":"13667402800089","imei2":"13667402800089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184786,"job_number":"JOB_184786","tr_customer_id":184804,"tr_customer_product_id":184794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:34.000Z","modified_at":"2026-02-13T04:31:34.000Z","name":"Alize Hodkiewicz","mobile_number":"895-754-4838","email_id":"Nyah.Brekke85@hotmail.com","dop":"2025-04-06","serial_number":"12112792396323764","imei1":"12112792396323764","imei2":"12112792396323764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184787,"job_number":"JOB_184787","tr_customer_id":184805,"tr_customer_product_id":184795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:37.000Z","modified_at":"2026-02-13T04:31:37.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"71841674418773","imei1":"71841674418773","imei2":"71841674418773","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184788,"job_number":"JOB_184788","tr_customer_id":184806,"tr_customer_product_id":184796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:37.000Z","modified_at":"2026-02-13T04:31:37.000Z","name":"Korbin Schaefer","mobile_number":"506-787-9199","email_id":"Macie52@yahoo.com","dop":"2025-02-01","serial_number":"14530342267611","imei1":"14530342267611","imei2":"14530342267611","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184789,"job_number":"JOB_184789","tr_customer_id":184807,"tr_customer_product_id":184797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:38.000Z","modified_at":"2026-02-13T04:31:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16688470556380","imei1":"16688470556380","imei2":"16688470556380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184790,"job_number":"JOB_184790","tr_customer_id":184808,"tr_customer_product_id":184798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:39.000Z","modified_at":"2026-02-13T04:32:16.000Z","name":"Henri Heaney","mobile_number":"739-524-4190","email_id":"Harmon38@hotmail.com","dop":"2025-04-06","serial_number":"12939958359174","imei1":"12939958359174","imei2":"12939958359174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184791,"job_number":"JOB_184791","tr_customer_id":184809,"tr_customer_product_id":184799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:39.000Z","modified_at":"2026-02-13T04:32:12.000Z","name":"Pierre Mayer","mobile_number":"372-542-3023","email_id":"Kameron_Thiel@gmail.com","dop":"2025-02-01","serial_number":"83731955784550","imei1":"83731955784550","imei2":"83731955784550","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184792,"job_number":"JOB_184792","tr_customer_id":184810,"tr_customer_product_id":184800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:40.000Z","modified_at":"2026-02-13T04:31:40.000Z","name":"Chaim Grant","mobile_number":"332-201-7063","email_id":"Rebeka_Windler21@hotmail.com","dop":"2025-04-06","serial_number":"12441157972248098","imei1":"12441157972248098","imei2":"12441157972248098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184794,"job_number":"JOB_184794","tr_customer_id":184812,"tr_customer_product_id":184802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:53.000Z","modified_at":"2026-02-13T04:31:53.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14877825774947","imei1":"14877825774947","imei2":"14877825774947","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184795,"job_number":"JOB_184795","tr_customer_id":184813,"tr_customer_product_id":184803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:54.000Z","modified_at":"2026-02-13T04:32:28.000Z","name":"Edgar Blanda","mobile_number":"492-295-7131","email_id":"Macy5@gmail.com","dop":"2025-04-06","serial_number":"13008188262698","imei1":"13008188262698","imei2":"13008188262698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184796,"job_number":"JOB_184796","tr_customer_id":184814,"tr_customer_product_id":184804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:55.000Z","modified_at":"2026-02-13T04:31:55.000Z","name":"Lee Rosenbaum","mobile_number":"573-300-2795","email_id":"Maudie_Zieme@hotmail.com","dop":"2025-04-06","serial_number":"16770503528582600","imei1":"16770503528582600","imei2":"16770503528582600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184798,"job_number":"JOB_184798","tr_customer_id":184816,"tr_customer_product_id":184806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:05.000Z","modified_at":"2026-02-13T04:32:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10039063394949","imei1":"10039063394949","imei2":"10039063394949","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184799,"job_number":"JOB_184799","tr_customer_id":184817,"tr_customer_product_id":184807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:06.000Z","modified_at":"2026-02-13T04:32:43.000Z","name":"Bobbie Bernhard","mobile_number":"238-644-0641","email_id":"Charlene.Ryan57@gmail.com","dop":"2025-06-18","serial_number":"10952456788627","imei1":"10952456788627","imei2":"10952456788627","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184800,"job_number":"JOB_184800","tr_customer_id":184818,"tr_customer_product_id":184808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:06.000Z","modified_at":"2026-02-13T04:32:06.000Z","name":"Jadon Turner","mobile_number":"346-217-5302","email_id":"Amie.Reilly75@yahoo.com","dop":"2025-06-18","serial_number":"1057958368215486","imei1":"1057958368215486","imei2":"1057958368215486","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184801,"job_number":"JOB_184801","tr_customer_id":184819,"tr_customer_product_id":184809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:13.000Z","modified_at":"2026-02-13T04:32:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13894724862247","imei1":"13894724862247","imei2":"13894724862247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184802,"job_number":"JOB_184802","tr_customer_id":184820,"tr_customer_product_id":184810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:13.000Z","modified_at":"2026-02-13T04:32:51.000Z","name":"Laney Huel","mobile_number":"650-827-2628","email_id":"Garry.Medhurst19@yahoo.com","dop":"2025-04-06","serial_number":"11311488214114","imei1":"11311488214114","imei2":"11311488214114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184803,"job_number":"JOB_184803","tr_customer_id":184821,"tr_customer_product_id":184811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:13.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Mable Koelpin","mobile_number":"780-335-1919","email_id":"Owen_Grimes@hotmail.com","dop":"2025-04-06","serial_number":"17285499408665","imei1":"17285499408665","imei2":"17285499408665","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184804,"job_number":"JOB_184804","tr_customer_id":184822,"tr_customer_product_id":184812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:15.000Z","modified_at":"2026-02-13T04:32:15.000Z","name":"Milton Kirlin","mobile_number":"635-838-0226","email_id":"Mariela_Turner74@yahoo.com","dop":"2025-04-06","serial_number":"15054904582175136","imei1":"15054904582175136","imei2":"15054904582175136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184805,"job_number":"JOB_184805","tr_customer_id":184823,"tr_customer_product_id":184813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:15.000Z","modified_at":"2026-02-13T04:32:15.000Z","name":"Craig Witting","mobile_number":"292-435-5627","email_id":"Lester36@yahoo.com","dop":"2025-04-06","serial_number":"17486614316755718","imei1":"17486614316755718","imei2":"17486614316755718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184806,"job_number":"JOB_184806","tr_customer_id":184824,"tr_customer_product_id":184814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:15.000Z","modified_at":"2026-02-13T04:32:15.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184807,"job_number":"JOB_184807","tr_customer_id":184825,"tr_customer_product_id":184815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:16.000Z","modified_at":"2026-02-13T04:32:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17824923516108","imei1":"17824923516108","imei2":"17824923516108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184808,"job_number":"JOB_184808","tr_customer_id":184826,"tr_customer_product_id":184816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:16.000Z","modified_at":"2026-02-13T04:32:52.000Z","name":"Furman Homenick","mobile_number":"427-394-0552","email_id":"Lexi.King78@hotmail.com","dop":"2025-04-06","serial_number":"18509353085013","imei1":"18509353085013","imei2":"18509353085013","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184810,"job_number":"JOB_184810","tr_customer_id":184828,"tr_customer_product_id":184818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:18.000Z","modified_at":"2026-02-13T04:32:18.000Z","name":"Ezra Schimmel","mobile_number":"622-971-2550","email_id":"Eliezer16@hotmail.com","dop":"2025-04-06","serial_number":"16663661751047636","imei1":"16663661751047636","imei2":"16663661751047636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184811,"job_number":"JOB_184811","tr_customer_id":184829,"tr_customer_product_id":184819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:19.000Z","modified_at":"2026-02-13T04:32:19.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"55142380009183","imei1":"55142380009183","imei2":"55142380009183","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184812,"job_number":"JOB_184812","tr_customer_id":184830,"tr_customer_product_id":184820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:19.000Z","modified_at":"2026-02-13T04:32:19.000Z","name":"Mathias Hilll","mobile_number":"888-868-0163","email_id":"Pascale.Yost56@gmail.com","dop":"2025-02-01","serial_number":"20143070237985","imei1":"20143070237985","imei2":"20143070237985","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184813,"job_number":"JOB_184813","tr_customer_id":184831,"tr_customer_product_id":184821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:19.000Z","modified_at":"2026-02-13T04:32:55.000Z","name":"Rogelio Howell","mobile_number":"963-814-2963","email_id":"Bartholome_Konopelski@yahoo.com","dop":"2025-04-06","serial_number":"12671587220456","imei1":"12671587220456","imei2":"12671587220456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184814,"job_number":"JOB_184814","tr_customer_id":184832,"tr_customer_product_id":184822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:20.000Z","modified_at":"2026-02-13T04:32:20.000Z","name":"Douglas Schaden","mobile_number":"709-592-6104","email_id":"Ofelia25@yahoo.com","dop":"2025-04-06","serial_number":"14336334619188618","imei1":"14336334619188618","imei2":"14336334619188618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184815,"job_number":"JOB_184815","tr_customer_id":184833,"tr_customer_product_id":184823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:21.000Z","modified_at":"2026-02-13T04:32:53.000Z","name":"Grant Gutmann","mobile_number":"640-627-1176","email_id":"Braeden_Dicki@yahoo.com","dop":"2025-02-01","serial_number":"10503677336471","imei1":"10503677336471","imei2":"10503677336471","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184816,"job_number":"JOB_184816","tr_customer_id":184834,"tr_customer_product_id":184824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:24.000Z","modified_at":"2026-02-13T04:32:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17179012040972","imei1":"17179012040972","imei2":"17179012040972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184817,"job_number":"JOB_184817","tr_customer_id":184835,"tr_customer_product_id":184825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:24.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"Leopoldo Berge","mobile_number":"267-942-0315","email_id":"Briana38@gmail.com","dop":"2025-04-06","serial_number":"10975923750990","imei1":"10975923750990","imei2":"10975923750990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184818,"job_number":"JOB_184818","tr_customer_id":184836,"tr_customer_product_id":184826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:24.000Z","modified_at":"2026-02-13T04:33:02.000Z","name":"Lenna Daniel","mobile_number":"256-834-7556","email_id":"Larue.Bradtke56@hotmail.com","dop":"2025-04-06","serial_number":"11362379512849","imei1":"11362379512849","imei2":"11362379512849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184819,"job_number":"JOB_184819","tr_customer_id":184837,"tr_customer_product_id":184827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:25.000Z","modified_at":"2026-02-13T04:32:25.000Z","name":"Lew Heathcote","mobile_number":"701-215-3811","email_id":"Orie_Huel14@yahoo.com","dop":"2025-04-06","serial_number":"15985241168337672","imei1":"15985241168337672","imei2":"15985241168337672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184820,"job_number":"JOB_184820","tr_customer_id":184838,"tr_customer_product_id":184828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:26.000Z","modified_at":"2026-02-13T04:32:26.000Z","name":"Sallie Gaylord","mobile_number":"250-979-8654","email_id":"Dasia_Miller@yahoo.com","dop":"2025-04-06","serial_number":"14081728168558148","imei1":"14081728168558148","imei2":"14081728168558148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184821,"job_number":"JOB_184821","tr_customer_id":184839,"tr_customer_product_id":184829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:27.000Z","modified_at":"2026-02-13T04:32:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11746461320628","imei1":"11746461320628","imei2":"11746461320628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184822,"job_number":"JOB_184822","tr_customer_id":184840,"tr_customer_product_id":184830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:28.000Z","modified_at":"2026-02-13T04:33:03.000Z","name":"Keely Zieme","mobile_number":"546-440-7338","email_id":"Glennie.Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"12542828127015","imei1":"12542828127015","imei2":"12542828127015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184823,"job_number":"JOB_184823","tr_customer_id":184841,"tr_customer_product_id":184831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:28.000Z","modified_at":"2026-02-13T04:32:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14751946245680","imei1":"14751946245680","imei2":"14751946245680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184824,"job_number":"JOB_184824","tr_customer_id":184842,"tr_customer_product_id":184832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:28.000Z","modified_at":"2026-02-13T04:33:06.000Z","name":"Addison Murray","mobile_number":"251-810-6614","email_id":"Kali_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"17833482092755","imei1":"17833482092755","imei2":"17833482092755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184825,"job_number":"JOB_184825","tr_customer_id":184843,"tr_customer_product_id":184833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:29.000Z","modified_at":"2026-02-13T04:32:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15181968800294","imei1":"15181968800294","imei2":"15181968800294","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184826,"job_number":"JOB_184826","tr_customer_id":184844,"tr_customer_product_id":184834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:29.000Z","modified_at":"2026-02-13T04:33:05.000Z","name":"Reina McGlynn","mobile_number":"652-444-1392","email_id":"Katelynn8@gmail.com","dop":"2025-04-06","serial_number":"11321330788303","imei1":"11321330788303","imei2":"11321330788303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184827,"job_number":"JOB_184827","tr_customer_id":184845,"tr_customer_product_id":184835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:29.000Z","modified_at":"2026-02-13T04:32:29.000Z","name":"Anais Goodwin","mobile_number":"857-726-9454","email_id":"Vicenta41@hotmail.com","dop":"2025-04-06","serial_number":"10941510093804674","imei1":"10941510093804674","imei2":"10941510093804674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184828,"job_number":"JOB_184828","tr_customer_id":184846,"tr_customer_product_id":184836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:30.000Z","modified_at":"2026-02-13T04:32:30.000Z","name":"Moises Reilly","mobile_number":"327-508-0425","email_id":"Mathias17@hotmail.com","dop":"2025-04-06","serial_number":"16907470707647174","imei1":"16907470707647174","imei2":"16907470707647174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184829,"job_number":"JOB_184829","tr_customer_id":184847,"tr_customer_product_id":184837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:30.000Z","modified_at":"2026-02-13T04:32:30.000Z","name":"Dave Morar","mobile_number":"335-737-0291","email_id":"Kianna.Lemke@hotmail.com","dop":"2025-04-06","serial_number":"10061875780094298","imei1":"10061875780094298","imei2":"10061875780094298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184831,"job_number":"JOB_184831","tr_customer_id":184849,"tr_customer_product_id":184839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:35.000Z","modified_at":"2026-02-13T04:32:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16885820811388","imei1":"16885820811388","imei2":"16885820811388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184832,"job_number":"JOB_184832","tr_customer_id":184850,"tr_customer_product_id":184840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:35.000Z","modified_at":"2026-02-13T04:33:11.000Z","name":"Gracie Mosciski","mobile_number":"529-503-7898","email_id":"Daniella_Gibson18@yahoo.com","dop":"2025-04-06","serial_number":"17065961696556","imei1":"17065961696556","imei2":"17065961696556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184833,"job_number":"JOB_184833","tr_customer_id":184851,"tr_customer_product_id":184841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:37.000Z","modified_at":"2026-02-13T04:32:37.000Z","name":"Ike Olson","mobile_number":"209-624-0946","email_id":"Demario.Johns9@gmail.com","dop":"2025-04-06","serial_number":"11163613271311002","imei1":"11163613271311002","imei2":"11163613271311002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184834,"job_number":"JOB_184834","tr_customer_id":184852,"tr_customer_product_id":184842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:40.000Z","modified_at":"2026-02-13T04:32:40.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103839373012113","imei1":"103839373012113","imei2":"103839373012113","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184835,"job_number":"JOB_184835","tr_customer_id":184853,"tr_customer_product_id":184843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:40.000Z","modified_at":"2026-02-13T04:33:19.000Z","name":"Alf Gleichner","mobile_number":"201-390-7703","email_id":"Helga.Durgan@hotmail.com","dop":"2025-12-31","serial_number":"101132766390776","imei1":"101132766390776","imei2":"101132766390776","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184836,"job_number":"JOB_184836","tr_customer_id":184854,"tr_customer_product_id":184844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:41.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"Enos Friesen","mobile_number":"749-705-0438","email_id":"Kay.Baumbach26@hotmail.com","dop":"2025-05-30","serial_number":"11562443294412","imei1":"11562443294412","imei2":"11562443294412","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184837,"job_number":"JOB_184837","tr_customer_id":184855,"tr_customer_product_id":184845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:41.000Z","modified_at":"2026-02-13T04:32:41.000Z","name":"Laurence Auer","mobile_number":"628-785-7103","email_id":"Wyatt65@gmail.com","dop":"2025-05-30","serial_number":"17438844729293","imei1":"17438844729293","imei2":"17438844729293","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184838,"job_number":"JOB_184838","tr_customer_id":184856,"tr_customer_product_id":184846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:43.000Z","modified_at":"2026-02-13T04:32:43.000Z","name":"Adelle Quitzon","mobile_number":"759-759-9630","email_id":"Ora.Tillman14@yahoo.com","dop":"2025-05-30","serial_number":"1158803483096461","imei1":"1158803483096461","imei2":"1158803483096461","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184840,"job_number":"JOB_184840","tr_customer_id":184858,"tr_customer_product_id":184848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:43.000Z","modified_at":"2026-02-13T04:33:20.000Z","name":"Constance Schulist","mobile_number":"994-765-4708","email_id":"Bill67@yahoo.com","dop":"2000-01-31","serial_number":"10716693666164","imei1":"10716693666164","imei2":"10716693666164","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184843,"job_number":"JOB_184843","tr_customer_id":184861,"tr_customer_product_id":184851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:46.000Z","modified_at":"2026-02-13T04:32:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18138824993205","imei1":"18138824993205","imei2":"18138824993205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184844,"job_number":"JOB_184844","tr_customer_id":184862,"tr_customer_product_id":184852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:46.000Z","modified_at":"2026-02-13T04:33:25.000Z","name":"Reinhold Funk","mobile_number":"205-861-1132","email_id":"Geraldine_Pfeffer64@yahoo.com","dop":"2025-04-06","serial_number":"15412159673955","imei1":"15412159673955","imei2":"15412159673955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184847,"job_number":"JOB_184847","tr_customer_id":184865,"tr_customer_product_id":184855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Madonna Rice","mobile_number":"318-736-7320","email_id":"Loraine35@yahoo.com","dop":"2025-04-06","serial_number":"15914593914787224","imei1":"15914593914787224","imei2":"15914593914787224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184848,"job_number":"JOB_184848","tr_customer_id":184866,"tr_customer_product_id":184856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266889916053","imei1":"13266889916053","imei2":"13266889916053","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184850,"job_number":"JOB_184850","tr_customer_id":184868,"tr_customer_product_id":184858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:33:26.000Z","name":"Silas Stiedemann","mobile_number":"588-445-2421","email_id":"Joshua40@gmail.com","dop":"2025-04-06","serial_number":"15729641539292","imei1":"15729641539292","imei2":"15729641539292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184852,"job_number":"JOB_184852","tr_customer_id":184870,"tr_customer_product_id":184860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:49.000Z","modified_at":"2026-02-13T04:32:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19976942669833","imei1":"19976942669833","imei2":"19976942669833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184853,"job_number":"JOB_184853","tr_customer_id":184871,"tr_customer_product_id":184861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:49.000Z","modified_at":"2026-02-13T04:33:27.000Z","name":"Bria Cartwright","mobile_number":"424-480-5368","email_id":"Monte_Bogan89@gmail.com","dop":"2025-04-06","serial_number":"15055897137391","imei1":"15055897137391","imei2":"15055897137391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184854,"job_number":"JOB_184854","tr_customer_id":184872,"tr_customer_product_id":184862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:49.000Z","modified_at":"2026-02-13T04:32:49.000Z","name":"Kip McClure","mobile_number":"601-758-5082","email_id":"Wade86@yahoo.com","dop":"2025-04-06","serial_number":"16906516065963086","imei1":"16906516065963086","imei2":"16906516065963086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184855,"job_number":"JOB_184855","tr_customer_id":184873,"tr_customer_product_id":184863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"13025664092444","imei1":"13025664092444","imei2":"13025664092444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184857,"job_number":"JOB_184857","tr_customer_id":184875,"tr_customer_product_id":184865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:33:28.000Z","name":"Willard Predovic","mobile_number":"839-803-4165","email_id":"Beaulah30@yahoo.com","dop":"2025-04-06","serial_number":"15873894380121","imei1":"15873894380121","imei2":"15873894380121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184858,"job_number":"JOB_184858","tr_customer_id":184876,"tr_customer_product_id":184866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14788361508606","imei1":"14788361508606","imei2":"14788361508606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184859,"job_number":"JOB_184859","tr_customer_id":184877,"tr_customer_product_id":184867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Liana Sawayn","mobile_number":"922-575-4431","email_id":"Troy.Hilpert58@yahoo.com","dop":"2025-04-06","serial_number":"12954736891126528","imei1":"12954736891126528","imei2":"12954736891126528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184860,"job_number":"JOB_184860","tr_customer_id":184878,"tr_customer_product_id":184868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:51.000Z","modified_at":"2026-02-13T04:33:27.000Z","name":"Erna Reilly","mobile_number":"667-201-8577","email_id":"Kayleigh_Schultz79@hotmail.com","dop":"2025-04-06","serial_number":"15982018469559","imei1":"15982018469559","imei2":"15982018469559","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184861,"job_number":"JOB_184861","tr_customer_id":184879,"tr_customer_product_id":184869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:51.000Z","modified_at":"2026-02-13T04:32:51.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10255973750165","imei1":"10255973750165","imei2":"10255973750165","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184862,"job_number":"JOB_184862","tr_customer_id":184880,"tr_customer_product_id":184870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:51.000Z","modified_at":"2026-02-13T04:33:30.000Z","name":"Larissa Rau","mobile_number":"318-797-4063","email_id":"Gwendolyn50@hotmail.com","dop":"2025-06-18","serial_number":"10170545163719","imei1":"10170545163719","imei2":"10170545163719","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184863,"job_number":"JOB_184863","tr_customer_id":184881,"tr_customer_product_id":184871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:51.000Z","modified_at":"2026-02-13T04:32:51.000Z","name":"Madalyn Rippin","mobile_number":"332-794-6066","email_id":"Winona74@hotmail.com","dop":"2025-04-06","serial_number":"18315716973164692","imei1":"18315716973164692","imei2":"18315716973164692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184864,"job_number":"JOB_184864","tr_customer_id":184882,"tr_customer_product_id":184872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:52.000Z","modified_at":"2026-02-13T04:32:52.000Z","name":"Emil O'Kon","mobile_number":"458-217-2996","email_id":"Lee.Muller@yahoo.com","dop":"2025-06-18","serial_number":"1037112497290336","imei1":"1037112497290336","imei2":"1037112497290336","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184865,"job_number":"JOB_184865","tr_customer_id":184883,"tr_customer_product_id":184873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:52.000Z","modified_at":"2026-02-13T04:32:52.000Z","name":"Howell Ward","mobile_number":"887-526-0738","email_id":"Flossie84@gmail.com","dop":"2025-04-06","serial_number":"12483511509549452","imei1":"12483511509549452","imei2":"12483511509549452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184866,"job_number":"JOB_184866","tr_customer_id":184884,"tr_customer_product_id":184874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:55.000Z","modified_at":"2026-02-13T04:32:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543582844205","imei1":"10543582844205","imei2":"10543582844205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184867,"job_number":"JOB_184867","tr_customer_id":184885,"tr_customer_product_id":184875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:56.000Z","modified_at":"2026-02-13T04:33:33.000Z","name":"Andreane Bode","mobile_number":"937-735-0996","email_id":"Nicole59@yahoo.com","dop":"2025-04-06","serial_number":"19188145595782","imei1":"19188145595782","imei2":"19188145595782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184868,"job_number":"JOB_184868","tr_customer_id":184886,"tr_customer_product_id":184876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:56.000Z","modified_at":"2026-02-13T04:32:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13856789046031","imei1":"13856789046031","imei2":"13856789046031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184870,"job_number":"JOB_184870","tr_customer_id":184888,"tr_customer_product_id":184878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:33:33.000Z","name":"Helen Von","mobile_number":"884-214-1309","email_id":"Agustin.Smitham74@yahoo.com","dop":"2025-04-06","serial_number":"13059588734883","imei1":"13059588734883","imei2":"13059588734883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184872,"job_number":"JOB_184872","tr_customer_id":184890,"tr_customer_product_id":184880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18633985421310","imei1":"18633985421310","imei2":"18633985421310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184873,"job_number":"JOB_184873","tr_customer_id":184891,"tr_customer_product_id":184881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"Maud Raynor","mobile_number":"652-444-4458","email_id":"Laurie.Okuneva66@gmail.com","dop":"2025-04-06","serial_number":"16522750312227010","imei1":"16522750312227010","imei2":"16522750312227010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184875,"job_number":"JOB_184875","tr_customer_id":184893,"tr_customer_product_id":184883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"Colin Legros","mobile_number":"708-874-5653","email_id":"Hyman25@hotmail.com","dop":"2025-04-06","serial_number":"18559494186291","imei1":"18559494186291","imei2":"18559494186291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184878,"job_number":"JOB_184878","tr_customer_id":184896,"tr_customer_product_id":184886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:58.000Z","modified_at":"2026-02-13T04:32:58.000Z","name":"Rupert Abshire","mobile_number":"806-632-2727","email_id":"Norbert.Barton31@gmail.com","dop":"2025-04-06","serial_number":"13777557704523480","imei1":"13777557704523480","imei2":"13777557704523480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184879,"job_number":"JOB_184879","tr_customer_id":184897,"tr_customer_product_id":184887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:59.000Z","modified_at":"2026-02-13T04:32:59.000Z","name":"Yazmin Durgan","mobile_number":"293-237-6434","email_id":"Macie.Ward@gmail.com","dop":"2025-04-06","serial_number":"13291629637831864","imei1":"13291629637831864","imei2":"13291629637831864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184880,"job_number":"JOB_184880","tr_customer_id":184898,"tr_customer_product_id":184888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:59.000Z","modified_at":"2026-02-13T04:32:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10105675661531","imei1":"10105675661531","imei2":"10105675661531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184881,"job_number":"JOB_184881","tr_customer_id":184899,"tr_customer_product_id":184889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:37.000Z","name":"Constantin Gleichner","mobile_number":"478-621-9933","email_id":"Brannon.Hansen@yahoo.com","dop":"2025-04-06","serial_number":"11784341689411","imei1":"11784341689411","imei2":"11784341689411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184883,"job_number":"JOB_184883","tr_customer_id":184901,"tr_customer_product_id":184891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"69650403554764","imei1":"69650403554764","imei2":"69650403554764","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184885,"job_number":"JOB_184885","tr_customer_id":184903,"tr_customer_product_id":184893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12887255120473","imei1":"12887255120473","imei2":"12887255120473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184886,"job_number":"JOB_184886","tr_customer_id":184904,"tr_customer_product_id":184894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Irma Nicolas","mobile_number":"651-470-2171","email_id":"Cullen_Skiles5@yahoo.com","dop":"2025-02-01","serial_number":"10857690098330","imei1":"10857690098330","imei2":"10857690098330","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184888,"job_number":"JOB_184888","tr_customer_id":184906,"tr_customer_product_id":184896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:38.000Z","name":"Luis Hoeger","mobile_number":"950-607-0964","email_id":"Conor1@gmail.com","dop":"2025-04-06","serial_number":"15984608664141","imei1":"15984608664141","imei2":"15984608664141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184889,"job_number":"JOB_184889","tr_customer_id":184907,"tr_customer_product_id":184897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Blanche Kub","mobile_number":"788-808-4431","email_id":"Gonzalo.Reynolds7@yahoo.com","dop":"2025-04-06","serial_number":"17421630323630096","imei1":"17421630323630096","imei2":"17421630323630096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184891,"job_number":"JOB_184891","tr_customer_id":184909,"tr_customer_product_id":184899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:02.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Destiney Lubowitz","mobile_number":"729-630-1079","email_id":"Harmon.Pouros@hotmail.com","dop":"2025-02-01","serial_number":"69530740329852","imei1":"69530740329852","imei2":"69530740329852","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184892,"job_number":"JOB_184892","tr_customer_id":184910,"tr_customer_product_id":184900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:02.000Z","modified_at":"2026-02-13T04:33:02.000Z","name":"Alana Nicolas","mobile_number":"911-855-2594","email_id":"Cleta_Oberbrunner83@gmail.com","dop":"2025-04-06","serial_number":"19775828629683336","imei1":"19775828629683336","imei2":"19775828629683336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184894,"job_number":"JOB_184894","tr_customer_id":184912,"tr_customer_product_id":184902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:10.000Z","modified_at":"2026-02-13T04:33:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10141068668898","imei1":"10141068668898","imei2":"10141068668898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184895,"job_number":"JOB_184895","tr_customer_id":184914,"tr_customer_product_id":184903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:10.000Z","modified_at":"2026-02-13T04:33:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18161839990520","imei1":"18161839990520","imei2":"18161839990520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184896,"job_number":"JOB_184896","tr_customer_id":184913,"tr_customer_product_id":184904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:10.000Z","modified_at":"2026-02-13T04:33:45.000Z","name":"Gus Jones","mobile_number":"438-524-5115","email_id":"Eden15@yahoo.com","dop":"2025-04-06","serial_number":"13518686942458","imei1":"13518686942458","imei2":"13518686942458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184897,"job_number":"JOB_184897","tr_customer_id":184915,"tr_customer_product_id":184905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:10.000Z","modified_at":"2026-02-13T04:33:49.000Z","name":"Chaya Brown","mobile_number":"545-223-3539","email_id":"Reba_Tromp31@gmail.com","dop":"2025-04-06","serial_number":"11615656799677","imei1":"11615656799677","imei2":"11615656799677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184898,"job_number":"JOB_184898","tr_customer_id":184916,"tr_customer_product_id":184906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:11.000Z","modified_at":"2026-02-13T04:33:11.000Z","name":"Carroll Schmitt","mobile_number":"526-809-1651","email_id":"Kale_Lynch@hotmail.com","dop":"2025-04-06","serial_number":"18835044688969764","imei1":"18835044688969764","imei2":"18835044688969764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184899,"job_number":"JOB_184899","tr_customer_id":184917,"tr_customer_product_id":184907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:12.000Z","modified_at":"2026-02-13T04:33:12.000Z","name":"Devan Gleichner","mobile_number":"233-445-5363","email_id":"Luisa_Schiller72@yahoo.com","dop":"2025-04-06","serial_number":"19155295751524684","imei1":"19155295751524684","imei2":"19155295751524684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184900,"job_number":"JOB_184900","tr_customer_id":184918,"tr_customer_product_id":184908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:12.000Z","modified_at":"2026-02-13T04:33:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19916938334941","imei1":"19916938334941","imei2":"19916938334941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184901,"job_number":"JOB_184901","tr_customer_id":184919,"tr_customer_product_id":184909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:12.000Z","modified_at":"2026-02-13T04:33:48.000Z","name":"Ricky Terry","mobile_number":"784-315-2231","email_id":"Jorge.Kemmer@gmail.com","dop":"2025-04-06","serial_number":"14603354148633","imei1":"14603354148633","imei2":"14603354148633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184903,"job_number":"JOB_184903","tr_customer_id":184921,"tr_customer_product_id":184911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:13.000Z","modified_at":"2026-02-13T04:33:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18641138987680","imei1":"18641138987680","imei2":"18641138987680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184905,"job_number":"JOB_184905","tr_customer_id":184923,"tr_customer_product_id":184913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:14.000Z","modified_at":"2026-02-13T04:33:52.000Z","name":"Maurine Stanton","mobile_number":"733-348-3882","email_id":"Otha.Gottlieb@hotmail.com","dop":"2025-04-06","serial_number":"17156974720003","imei1":"17156974720003","imei2":"17156974720003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184906,"job_number":"JOB_184906","tr_customer_id":184924,"tr_customer_product_id":184914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:14.000Z","modified_at":"2026-02-13T04:33:14.000Z","name":"Lucius Stanton","mobile_number":"967-582-2148","email_id":"Cortney_Beatty57@hotmail.com","dop":"2025-04-06","serial_number":"19460994138236544","imei1":"19460994138236544","imei2":"19460994138236544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184908,"job_number":"JOB_184908","tr_customer_id":184926,"tr_customer_product_id":184916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:15.000Z","modified_at":"2026-02-13T04:33:15.000Z","name":"Nelda Thiel","mobile_number":"475-417-5387","email_id":"Murl.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10765993447173898","imei1":"10765993447173898","imei2":"10765993447173898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184910,"job_number":"JOB_184910","tr_customer_id":184928,"tr_customer_product_id":184918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:26.000Z","modified_at":"2026-02-13T04:33:27.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105133196097383","imei1":"105133196097383","imei2":"105133196097383","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184911,"job_number":"JOB_184911","tr_customer_id":184929,"tr_customer_product_id":184919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:27.000Z","modified_at":"2026-02-13T04:34:05.000Z","name":"Ambrose Bernhard","mobile_number":"809-421-1522","email_id":"Bobbie_DAmore49@yahoo.com","dop":"2025-12-31","serial_number":"103956811574996","imei1":"103956811574996","imei2":"103956811574996","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184913,"job_number":"JOB_184913","tr_customer_id":184931,"tr_customer_product_id":184921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:27.000Z","modified_at":"2026-02-13T04:34:04.000Z","name":"Cecelia Turner","mobile_number":"571-684-5333","email_id":"Norberto_Fisher@yahoo.com","dop":"2000-01-31","serial_number":"10345527535393","imei1":"10345527535393","imei2":"10345527535393","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184919,"job_number":"JOB_184919","tr_customer_id":184937,"tr_customer_product_id":184927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:33.000Z","modified_at":"2026-02-13T04:33:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15576450528006","imei1":"15576450528006","imei2":"15576450528006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184920,"job_number":"JOB_184920","tr_customer_id":184938,"tr_customer_product_id":184928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:33.000Z","modified_at":"2026-02-13T04:34:13.000Z","name":"Clara Padberg","mobile_number":"991-962-4333","email_id":"Yesenia54@yahoo.com","dop":"2025-04-06","serial_number":"12048426455222","imei1":"12048426455222","imei2":"12048426455222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184921,"job_number":"JOB_184921","tr_customer_id":184939,"tr_customer_product_id":184929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:34.000Z","modified_at":"2026-02-13T04:33:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12333327879091","imei1":"12333327879091","imei2":"12333327879091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184922,"job_number":"JOB_184922","tr_customer_id":184940,"tr_customer_product_id":184930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:34.000Z","modified_at":"2026-02-13T04:34:12.000Z","name":"Vincenzo Gulgowski","mobile_number":"752-859-0456","email_id":"Domingo57@yahoo.com","dop":"2025-04-06","serial_number":"17340626952593","imei1":"17340626952593","imei2":"17340626952593","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184923,"job_number":"JOB_184923","tr_customer_id":184941,"tr_customer_product_id":184931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:34.000Z","modified_at":"2026-02-13T04:33:34.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17603547738209","imei1":"17603547738209","imei2":"17603547738209","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184924,"job_number":"JOB_184924","tr_customer_id":184942,"tr_customer_product_id":184932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:34:11.000Z","name":"Dorothea Bradtke","mobile_number":"295-893-4869","email_id":"Kendrick34@gmail.com","dop":"2025-04-06","serial_number":"16629868330396","imei1":"16629868330396","imei2":"16629868330396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184925,"job_number":"JOB_184925","tr_customer_id":184943,"tr_customer_product_id":184933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14158833745707","imei1":"14158833745707","imei2":"14158833745707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184926,"job_number":"JOB_184926","tr_customer_id":184944,"tr_customer_product_id":184934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"Gia Williamson","mobile_number":"292-917-8139","email_id":"Madyson_Toy@gmail.com","dop":"2025-04-06","serial_number":"11624058371521490","imei1":"11624058371521490","imei2":"11624058371521490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184927,"job_number":"JOB_184927","tr_customer_id":184945,"tr_customer_product_id":184935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:34:14.000Z","name":"Roxane DuBuque","mobile_number":"538-679-5577","email_id":"Raquel.Tromp5@gmail.com","dop":"2025-04-06","serial_number":"13468387339263","imei1":"13468387339263","imei2":"13468387339263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184928,"job_number":"JOB_184928","tr_customer_id":184946,"tr_customer_product_id":184936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10213288761447","imei1":"10213288761447","imei2":"10213288761447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184929,"job_number":"JOB_184929","tr_customer_id":184947,"tr_customer_product_id":184937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Celia Conroy","mobile_number":"958-503-3557","email_id":"Reese93@yahoo.com","dop":"2025-04-06","serial_number":"11946399746261928","imei1":"11946399746261928","imei2":"11946399746261928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184930,"job_number":"JOB_184930","tr_customer_id":184948,"tr_customer_product_id":184938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:34:14.000Z","name":"Travon Greenfelder","mobile_number":"695-864-5002","email_id":"Vanessa_Gorczany@gmail.com","dop":"2025-04-06","serial_number":"11848898345360","imei1":"11848898345360","imei2":"11848898345360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184931,"job_number":"JOB_184931","tr_customer_id":184949,"tr_customer_product_id":184939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Melvin Bergnaum","mobile_number":"694-656-6180","email_id":"Thurman.Bosco@hotmail.com","dop":"2025-04-06","serial_number":"19235801616402644","imei1":"19235801616402644","imei2":"19235801616402644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184932,"job_number":"JOB_184932","tr_customer_id":184950,"tr_customer_product_id":184940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Amparo Botsford","mobile_number":"991-511-6454","email_id":"Christa_Witting24@yahoo.com","dop":"2025-04-06","serial_number":"13742674496351116","imei1":"13742674496351116","imei2":"13742674496351116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184933,"job_number":"JOB_184933","tr_customer_id":184951,"tr_customer_product_id":184941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:37.000Z","modified_at":"2026-02-13T04:33:37.000Z","name":"Bettye Jacobs","mobile_number":"506-649-2706","email_id":"Vicky_Miller@gmail.com","dop":"2025-04-06","serial_number":"12863487584814662","imei1":"12863487584814662","imei2":"12863487584814662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184934,"job_number":"JOB_184934","tr_customer_id":184952,"tr_customer_product_id":184942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:40.000Z","modified_at":"2026-02-13T04:33:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14945735044678","imei1":"14945735044678","imei2":"14945735044678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184935,"job_number":"JOB_184935","tr_customer_id":184953,"tr_customer_product_id":184943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:40.000Z","modified_at":"2026-02-13T04:34:17.000Z","name":"Jamaal Price","mobile_number":"701-562-5614","email_id":"Mazie.Glover@gmail.com","dop":"2025-04-06","serial_number":"15367116732717","imei1":"15367116732717","imei2":"15367116732717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184936,"job_number":"JOB_184936","tr_customer_id":184954,"tr_customer_product_id":184944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:40.000Z","modified_at":"2026-02-13T04:33:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13783431363546","imei1":"13783431363546","imei2":"13783431363546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184937,"job_number":"JOB_184937","tr_customer_id":184955,"tr_customer_product_id":184945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:40.000Z","modified_at":"2026-02-13T04:34:17.000Z","name":"Novella Hills","mobile_number":"430-889-7765","email_id":"Reba19@yahoo.com","dop":"2025-04-06","serial_number":"13225829077519","imei1":"13225829077519","imei2":"13225829077519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184938,"job_number":"JOB_184938","tr_customer_id":184956,"tr_customer_product_id":184946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:41.000Z","modified_at":"2026-02-13T04:33:41.000Z","name":"Peyton Fritsch","mobile_number":"963-473-4302","email_id":"Jaiden19@hotmail.com","dop":"2025-04-06","serial_number":"18207474479499840","imei1":"18207474479499840","imei2":"18207474479499840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184939,"job_number":"JOB_184939","tr_customer_id":184957,"tr_customer_product_id":184947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:42.000Z","modified_at":"2026-02-13T04:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16403944825265","imei1":"16403944825265","imei2":"16403944825265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184940,"job_number":"JOB_184940","tr_customer_id":184958,"tr_customer_product_id":184948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:42.000Z","modified_at":"2026-02-13T04:33:42.000Z","name":"Elenor Rath","mobile_number":"751-841-5277","email_id":"Green69@yahoo.com","dop":"2025-04-06","serial_number":"13359334652480464","imei1":"13359334652480464","imei2":"13359334652480464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184941,"job_number":"JOB_184941","tr_customer_id":184959,"tr_customer_product_id":184949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:42.000Z","modified_at":"2026-02-13T04:34:19.000Z","name":"Obie Vandervort","mobile_number":"384-995-0743","email_id":"Caitlyn46@yahoo.com","dop":"2025-04-06","serial_number":"14018486543360","imei1":"14018486543360","imei2":"14018486543360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184942,"job_number":"JOB_184942","tr_customer_id":184960,"tr_customer_product_id":184950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:43.000Z","modified_at":"2026-02-13T04:33:43.000Z","name":"Blake Morissette","mobile_number":"960-756-8656","email_id":"Lyric.Renner@gmail.com","dop":"2025-04-06","serial_number":"11411277792416768","imei1":"11411277792416768","imei2":"11411277792416768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184943,"job_number":"JOB_184943","tr_customer_id":184961,"tr_customer_product_id":184951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:45.000Z","modified_at":"2026-02-13T04:33:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18216018555174","imei1":"18216018555174","imei2":"18216018555174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184944,"job_number":"JOB_184944","tr_customer_id":184962,"tr_customer_product_id":184952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:45.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"Eunice Stracke","mobile_number":"267-426-8770","email_id":"Neil_Harber@hotmail.com","dop":"2025-04-06","serial_number":"18710387927394","imei1":"18710387927394","imei2":"18710387927394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184945,"job_number":"JOB_184945","tr_customer_id":184963,"tr_customer_product_id":184953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:47.000Z","modified_at":"2026-02-13T04:33:47.000Z","name":"Edwin Parisian","mobile_number":"655-693-6492","email_id":"Elijah97@hotmail.com","dop":"2025-04-06","serial_number":"15779962730714968","imei1":"15779962730714968","imei2":"15779962730714968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184946,"job_number":"JOB_184946","tr_customer_id":184964,"tr_customer_product_id":184954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:52.000Z","modified_at":"2026-02-13T04:33:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18071861061778","imei1":"18071861061778","imei2":"18071861061778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184947,"job_number":"JOB_184947","tr_customer_id":184965,"tr_customer_product_id":184955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:52.000Z","modified_at":"2026-02-13T04:34:28.000Z","name":"Vicenta Schroeder","mobile_number":"411-534-0868","email_id":"Webster.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"13648221064912","imei1":"13648221064912","imei2":"13648221064912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184948,"job_number":"JOB_184948","tr_customer_id":184966,"tr_customer_product_id":184956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:54.000Z","modified_at":"2026-02-13T04:33:54.000Z","name":"Kyler Effertz","mobile_number":"766-297-7383","email_id":"Annetta37@hotmail.com","dop":"2025-04-06","serial_number":"11197127299671092","imei1":"11197127299671092","imei2":"11197127299671092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184949,"job_number":"JOB_184949","tr_customer_id":184967,"tr_customer_product_id":184957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:55.000Z","modified_at":"2026-02-13T04:33:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10592895138651","imei1":"10592895138651","imei2":"10592895138651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184950,"job_number":"JOB_184950","tr_customer_id":184968,"tr_customer_product_id":184958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:56.000Z","modified_at":"2026-02-13T04:34:32.000Z","name":"Adrain Welch","mobile_number":"262-740-5482","email_id":"Kevin_Maggio@yahoo.com","dop":"2025-04-06","serial_number":"13682033350848","imei1":"13682033350848","imei2":"13682033350848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184951,"job_number":"JOB_184951","tr_customer_id":184969,"tr_customer_product_id":184959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:57.000Z","modified_at":"2026-02-13T04:33:57.000Z","name":"Antonietta Hand","mobile_number":"884-273-7025","email_id":"Marjolaine_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"15976881745831604","imei1":"15976881745831604","imei2":"15976881745831604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184952,"job_number":"JOB_184952","tr_customer_id":184970,"tr_customer_product_id":184960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:59.000Z","modified_at":"2026-02-13T04:33:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15107957700791","imei1":"15107957700791","imei2":"15107957700791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184953,"job_number":"JOB_184953","tr_customer_id":184971,"tr_customer_product_id":184961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:59.000Z","modified_at":"2026-02-13T04:34:37.000Z","name":"Fae Kuphal","mobile_number":"435-520-9352","email_id":"Estefania.Volkman@yahoo.com","dop":"2025-04-06","serial_number":"14508464265609","imei1":"14508464265609","imei2":"14508464265609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184954,"job_number":"JOB_184954","tr_customer_id":184972,"tr_customer_product_id":184962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:01.000Z","modified_at":"2026-02-13T04:34:01.000Z","name":"Cynthia Veum","mobile_number":"939-666-4325","email_id":"Koby19@gmail.com","dop":"2025-04-06","serial_number":"17063358656404980","imei1":"17063358656404980","imei2":"17063358656404980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184956,"job_number":"JOB_184956","tr_customer_id":184974,"tr_customer_product_id":184964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:11.000Z","modified_at":"2026-02-13T04:34:48.000Z","name":"Augustus Flatley","mobile_number":"986-955-6530","email_id":"Christy.Breitenberg17@gmail.com","dop":"2000-01-31","serial_number":"10874883257657","imei1":"10874883257657","imei2":"10874883257657","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184958,"job_number":"JOB_184958","tr_customer_id":184976,"tr_customer_product_id":184966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:13.000Z","modified_at":"2026-02-13T04:34:13.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"105702571277978","imei1":"105702571277978","imei2":"105702571277978","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184959,"job_number":"JOB_184959","tr_customer_id":184977,"tr_customer_product_id":184967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:13.000Z","modified_at":"2026-02-13T04:34:52.000Z","name":"Bernita Gleason","mobile_number":"494-629-9462","email_id":"Michelle_Jakubowski27@gmail.com","dop":"2025-12-31","serial_number":"105374577490291","imei1":"105374577490291","imei2":"105374577490291","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184960,"job_number":"JOB_184960","tr_customer_id":184978,"tr_customer_product_id":184968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:20.000Z","modified_at":"2026-02-13T04:34:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18662477966972","imei1":"18662477966972","imei2":"18662477966972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184961,"job_number":"JOB_184961","tr_customer_id":184979,"tr_customer_product_id":184969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:20.000Z","modified_at":"2026-02-13T04:34:58.000Z","name":"Hiram Rath","mobile_number":"291-392-0488","email_id":"Amira_Reichel24@gmail.com","dop":"2025-04-06","serial_number":"18689339718798","imei1":"18689339718798","imei2":"18689339718798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184962,"job_number":"JOB_184962","tr_customer_id":184980,"tr_customer_product_id":184970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:20.000Z","modified_at":"2026-02-13T04:34:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13195012702133","imei1":"13195012702133","imei2":"13195012702133","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184963,"job_number":"JOB_184963","tr_customer_id":184981,"tr_customer_product_id":184971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:35:00.000Z","name":"Marcelo Jenkins","mobile_number":"993-975-8365","email_id":"Arden.Schamberger@hotmail.com","dop":"2025-04-06","serial_number":"12290749862237","imei1":"12290749862237","imei2":"12290749862237","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184964,"job_number":"JOB_184964","tr_customer_id":184982,"tr_customer_product_id":184972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10179872093356","imei1":"10179872093356","imei2":"10179872093356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184965,"job_number":"JOB_184965","tr_customer_id":184983,"tr_customer_product_id":184973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15754572040100","imei1":"15754572040100","imei2":"15754572040100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184966,"job_number":"JOB_184966","tr_customer_id":184984,"tr_customer_product_id":184974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:59.000Z","name":"Cameron Keebler","mobile_number":"772-478-0928","email_id":"Hermina_Daugherty@gmail.com","dop":"2025-04-06","serial_number":"16423561159645","imei1":"16423561159645","imei2":"16423561159645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184967,"job_number":"JOB_184967","tr_customer_id":184985,"tr_customer_product_id":184975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:35:00.000Z","name":"Bradly Jaskolski","mobile_number":"719-600-8281","email_id":"Obie_Lind@gmail.com","dop":"2025-04-06","serial_number":"11899756286657","imei1":"11899756286657","imei2":"11899756286657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184968,"job_number":"JOB_184968","tr_customer_id":184986,"tr_customer_product_id":184976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"Alejandra Haag","mobile_number":"754-593-6117","email_id":"Ignacio.Rice@gmail.com","dop":"2025-04-06","serial_number":"16369200565531792","imei1":"16369200565531792","imei2":"16369200565531792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184969,"job_number":"JOB_184969","tr_customer_id":184987,"tr_customer_product_id":184977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:22.000Z","modified_at":"2026-02-13T04:34:22.000Z","name":"Jerome Pagac","mobile_number":"622-569-4012","email_id":"Rocky_Wolf89@hotmail.com","dop":"2025-04-06","serial_number":"17355157432883896","imei1":"17355157432883896","imei2":"17355157432883896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184970,"job_number":"JOB_184970","tr_customer_id":184988,"tr_customer_product_id":184978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:23.000Z","modified_at":"2026-02-13T04:34:23.000Z","name":"Leann Farrell","mobile_number":"414-758-3048","email_id":"Daniella.Schaefer@gmail.com","dop":"2025-04-06","serial_number":"17019778533183598","imei1":"17019778533183598","imei2":"17019778533183598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184971,"job_number":"JOB_184971","tr_customer_id":184989,"tr_customer_product_id":184979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:23.000Z","modified_at":"2026-02-13T04:34:23.000Z","name":"Fatima White","mobile_number":"369-320-4620","email_id":"Osborne15@yahoo.com","dop":"2025-04-06","serial_number":"11624349619302080","imei1":"11624349619302080","imei2":"11624349619302080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184972,"job_number":"JOB_184972","tr_customer_id":184990,"tr_customer_product_id":184980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:24.000Z","modified_at":"2026-02-13T04:34:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13135856843322","imei1":"13135856843322","imei2":"13135856843322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184973,"job_number":"JOB_184973","tr_customer_id":184991,"tr_customer_product_id":184981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:24.000Z","modified_at":"2026-02-13T04:34:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12581910462802","imei1":"12581910462802","imei2":"12581910462802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184974,"job_number":"JOB_184974","tr_customer_id":184992,"tr_customer_product_id":184982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:24.000Z","modified_at":"2026-02-13T04:35:00.000Z","name":"Keaton Hagenes","mobile_number":"772-328-6860","email_id":"Kane33@gmail.com","dop":"2025-04-06","serial_number":"16939178398919","imei1":"16939178398919","imei2":"16939178398919","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184975,"job_number":"JOB_184975","tr_customer_id":184993,"tr_customer_product_id":184983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:24.000Z","modified_at":"2026-02-13T04:35:00.000Z","name":"Ransom Crooks","mobile_number":"899-272-5271","email_id":"Dejuan_Mertz@gmail.com","dop":"2025-04-06","serial_number":"12685122104046","imei1":"12685122104046","imei2":"12685122104046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184976,"job_number":"JOB_184976","tr_customer_id":184994,"tr_customer_product_id":184984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:25.000Z","modified_at":"2026-02-13T04:34:25.000Z","name":"Samantha Beatty","mobile_number":"451-310-5245","email_id":"Russ.Waters@yahoo.com","dop":"2025-04-06","serial_number":"13904671283308778","imei1":"13904671283308778","imei2":"13904671283308778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184977,"job_number":"JOB_184977","tr_customer_id":184995,"tr_customer_product_id":184985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:25.000Z","modified_at":"2026-02-13T04:34:25.000Z","name":"Santino Frami","mobile_number":"549-457-1918","email_id":"Libbie84@yahoo.com","dop":"2025-04-06","serial_number":"13639324322783218","imei1":"13639324322783218","imei2":"13639324322783218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184978,"job_number":"JOB_184978","tr_customer_id":184996,"tr_customer_product_id":184986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:28.000Z","modified_at":"2026-02-13T04:34:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12344310594993","imei1":"12344310594993","imei2":"12344310594993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184979,"job_number":"JOB_184979","tr_customer_id":184997,"tr_customer_product_id":184987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:29.000Z","modified_at":"2026-02-13T04:35:04.000Z","name":"Peggie Marvin","mobile_number":"960-334-3421","email_id":"Rafaela_Schneider83@yahoo.com","dop":"2025-04-06","serial_number":"17820076202368","imei1":"17820076202368","imei2":"17820076202368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184980,"job_number":"JOB_184980","tr_customer_id":184998,"tr_customer_product_id":184988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:30.000Z","modified_at":"2026-02-13T04:34:30.000Z","name":"Evalyn Prosacco","mobile_number":"233-917-3998","email_id":"Judson_Lockman10@gmail.com","dop":"2025-04-06","serial_number":"18467753147055456","imei1":"18467753147055456","imei2":"18467753147055456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184982,"job_number":"JOB_184982","tr_customer_id":185000,"tr_customer_product_id":184990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:55.000Z","modified_at":"2026-02-13T04:35:31.000Z","name":"Kimberly Hodkiewicz","mobile_number":"703-729-7915","email_id":"Paxton_Schroeder@yahoo.com","dop":"2000-01-31","serial_number":"10921221593314","imei1":"10921221593314","imei2":"10921221593314","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184984,"job_number":"JOB_184984","tr_customer_id":185002,"tr_customer_product_id":184992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:46:35.000Z","modified_at":"2026-02-13T04:46:35.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-03","serial_number":"90183914317991","imei1":"90183914317958","imei2":"70183914317959","popurl":"2026-02-03T04:46:33.382086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:46:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184985,"job_number":"JOB_184985","tr_customer_id":185003,"tr_customer_product_id":184993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:18.000Z","modified_at":"2026-02-13T04:48:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31414351227982","imei1":"31414351227982","imei2":"31414351227982","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184986,"job_number":"JOB_184986","tr_customer_id":185004,"tr_customer_product_id":184994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:18.000Z","modified_at":"2026-02-13T04:48:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99519519276032","imei1":"99519519276032","imei2":"99519519276032","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184987,"job_number":"JOB_184987","tr_customer_id":185005,"tr_customer_product_id":184995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:18.000Z","modified_at":"2026-02-13T04:48:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93001709882862","imei1":"93001709882862","imei2":"93001709882862","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184988,"job_number":"JOB_184988","tr_customer_id":185006,"tr_customer_product_id":184996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:19.000Z","modified_at":"2026-02-13T04:48:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54465325257834","imei1":"54465325257834","imei2":"54465325257834","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184989,"job_number":"JOB_184989","tr_customer_id":185007,"tr_customer_product_id":184997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:19.000Z","modified_at":"2026-02-13T04:48:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40351433151614","imei1":"40351433151614","imei2":"40351433151614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184990,"job_number":"JOB_184990","tr_customer_id":185008,"tr_customer_product_id":184998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:19.000Z","modified_at":"2026-02-13T04:48:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42760069209746","imei1":"42760069209746","imei2":"42760069209746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184991,"job_number":"JOB_184991","tr_customer_id":185009,"tr_customer_product_id":184999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:20.000Z","modified_at":"2026-02-13T04:48:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61797158294237","imei1":"61797158294237","imei2":"61797158294237","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184992,"job_number":"JOB_184992","tr_customer_id":185010,"tr_customer_product_id":185000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:49.000Z","modified_at":"2026-02-13T04:48:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32633660838694","imei1":"32633660838694","imei2":"32633660838694","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184993,"job_number":"JOB_184993","tr_customer_id":185011,"tr_customer_product_id":185001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:49.000Z","modified_at":"2026-02-13T04:48:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82393117259331","imei1":"82393117259331","imei2":"82393117259331","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184994,"job_number":"JOB_184994","tr_customer_id":185012,"tr_customer_product_id":185002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88284758483640","imei1":"88284758483640","imei2":"88284758483640","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184995,"job_number":"JOB_184995","tr_customer_id":185013,"tr_customer_product_id":185003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20063689660533","imei1":"20063689660533","imei2":"20063689660533","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184996,"job_number":"JOB_184996","tr_customer_id":185014,"tr_customer_product_id":185004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18539884450284","imei1":"18539884450284","imei2":"18539884450284","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184997,"job_number":"JOB_184997","tr_customer_id":185015,"tr_customer_product_id":185005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62069130536087","imei1":"62069130536087","imei2":"62069130536087","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184998,"job_number":"JOB_184998","tr_customer_id":185016,"tr_customer_product_id":185006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:51.000Z","modified_at":"2026-02-13T04:49:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68909027532504","imei1":"68909027532504","imei2":"68909027532504","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184999,"job_number":"JOB_184999","tr_customer_id":185017,"tr_customer_product_id":185007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:20.000Z","modified_at":"2026-02-13T04:49:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59563037487896","imei1":"59563037487896","imei2":"59563037487896","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185000,"job_number":"JOB_185000","tr_customer_id":185018,"tr_customer_product_id":185008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:20.000Z","modified_at":"2026-02-13T04:49:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78366881819550","imei1":"78366881819550","imei2":"78366881819550","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185001,"job_number":"JOB_185001","tr_customer_id":185019,"tr_customer_product_id":185009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:20.000Z","modified_at":"2026-02-13T04:49:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31299841082890","imei1":"31299841082890","imei2":"31299841082890","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185002,"job_number":"JOB_185002","tr_customer_id":185020,"tr_customer_product_id":185010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51467458408910","imei1":"51467458408910","imei2":"51467458408910","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185003,"job_number":"JOB_185003","tr_customer_id":185021,"tr_customer_product_id":185011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55150830373143","imei1":"55150830373143","imei2":"55150830373143","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185004,"job_number":"JOB_185004","tr_customer_id":185022,"tr_customer_product_id":185012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43870981167272","imei1":"43870981167272","imei2":"43870981167272","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185005,"job_number":"JOB_185005","tr_customer_id":185023,"tr_customer_product_id":185013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66292170571887","imei1":"66292170571887","imei2":"66292170571887","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185006,"job_number":"JOB_185006","tr_customer_id":185024,"tr_customer_product_id":185014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:02:55.000Z","modified_at":"2026-02-13T05:02:55.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-02-03","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-02-03T05:02:55.276028560Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185007,"job_number":"JOB_185007","tr_customer_id":185025,"tr_customer_product_id":185015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:05:04.000Z","modified_at":"2026-02-13T05:06:27.000Z","name":"Carmella Schamberger","mobile_number":"337-252-9483","email_id":"Osborne_Brown@hotmail.com","dop":"2026-01-04","serial_number":"10788087980744","imei1":"10788087980744","imei2":"10788087980744","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-13T05:06:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":185008,"job_number":"JOB_185008","tr_customer_id":185026,"tr_customer_product_id":185016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:06:46.000Z","modified_at":"2026-02-13T06:02:12.000Z","name":"Elnora Willms","mobile_number":"508-712-1996","email_id":"Glenna57@gmail.com","dop":"2026-01-04","serial_number":"17586464670135","imei1":"17586464670135","imei2":"17586464670135","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T06:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185011,"job_number":"JOB_185011","tr_customer_id":185029,"tr_customer_product_id":185019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:19:10.000Z","modified_at":"2026-02-13T05:19:10.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-03","serial_number":"77838251391752","imei1":"77838251391752","imei2":"77838251391752","popurl":"2026-02-03T05:19:10.497473456Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185012,"job_number":"JOB_185012","tr_customer_id":185030,"tr_customer_product_id":185020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:19:12.000Z","modified_at":"2026-02-13T05:19:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-03","serial_number":"26257654173932","imei1":"26257654173932","imei2":"26257654173932","popurl":"2026-02-03T05:19:11.879978305Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:19:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185013,"job_number":"JOB_185013","tr_customer_id":185031,"tr_customer_product_id":185021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:23:42.000Z","modified_at":"2026-02-13T05:23:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105655312431810","imei1":"105655312431810","imei2":"105655312431810","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185014,"job_number":"JOB_185014","tr_customer_id":185032,"tr_customer_product_id":185022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:23:43.000Z","modified_at":"2026-02-13T05:23:52.000Z","name":"Berta Douglas","mobile_number":"273-497-1800","email_id":"Akeem46@hotmail.com","dop":"2025-07-01","serial_number":"103112706641952","imei1":"103112706641952","imei2":"103112706641952","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185015,"job_number":"JOB_185015","tr_customer_id":185033,"tr_customer_product_id":185023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:23:54.000Z","modified_at":"2026-02-13T05:23:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100747457128076","imei1":"100747457128076","imei2":"100747457128076","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:23:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185016,"job_number":"JOB_185016","tr_customer_id":185034,"tr_customer_product_id":185024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:23:55.000Z","modified_at":"2026-02-13T05:24:04.000Z","name":"Rubye Hane","mobile_number":"813-762-0819","email_id":"Curt_Runte@gmail.com","dop":"2025-07-01","serial_number":"104618301188240","imei1":"104618301188240","imei2":"104618301188240","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185017,"job_number":"JOB_185017","tr_customer_id":185035,"tr_customer_product_id":185025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:42:40.000Z","modified_at":"2026-02-13T05:43:16.000Z","name":"Rodolfo Schaefer","mobile_number":"480-441-4658","email_id":"Solon.Leuschke@gmail.com","dop":"2025-04-06","serial_number":"19350327595127","imei1":"19350327595127","imei2":"19350327595127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185018,"job_number":"JOB_185018","tr_customer_id":185036,"tr_customer_product_id":185026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:42:42.000Z","modified_at":"2026-02-13T05:42:42.000Z","name":"Tanya Ratke","mobile_number":"617-264-1533","email_id":"Zaria.Leffler@yahoo.com","dop":"2025-04-06","serial_number":"18718121655622796","imei1":"18718121655622796","imei2":"18718121655622796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185019,"job_number":"JOB_185019","tr_customer_id":185037,"tr_customer_product_id":185027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:42:58.000Z","modified_at":"2026-02-13T05:43:33.000Z","name":"Rosario Blanda","mobile_number":"384-604-2508","email_id":"Katrina.Flatley@hotmail.com","dop":"2025-04-06","serial_number":"15135643589554","imei1":"15135643589554","imei2":"15135643589554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:43:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185020,"job_number":"JOB_185020","tr_customer_id":185038,"tr_customer_product_id":185028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:42:59.000Z","modified_at":"2026-02-13T05:42:59.000Z","name":"Vesta Macejkovic","mobile_number":"982-448-1729","email_id":"Zaria52@hotmail.com","dop":"2025-04-06","serial_number":"10421857479437854","imei1":"10421857479437854","imei2":"10421857479437854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185021,"job_number":"JOB_185021","tr_customer_id":185039,"tr_customer_product_id":185029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:59:08.000Z","modified_at":"2026-02-13T05:59:08.000Z","name":"Mayur Jain","mobile_number":"7007347940","email_id":"mayurjain3439@gmail.com","dop":"2025-10-22","serial_number":"436376797961236","imei1":"436376797961236","imei2":"436376797961236","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185035,"job_number":"JOB_185035","tr_customer_id":185053,"tr_customer_product_id":185043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:46.000Z","modified_at":"2026-02-13T06:45:46.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"105161057269174","imei1":"105161057269174","imei2":"105161057269174","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185036,"job_number":"JOB_185036","tr_customer_id":185054,"tr_customer_product_id":185044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:47.000Z","modified_at":"2026-02-13T06:46:23.000Z","name":"Providenci Nikolaus","mobile_number":"598-666-4458","email_id":"Ben_Little42@hotmail.com","dop":"2025-12-31","serial_number":"102067859413010","imei1":"102067859413010","imei2":"102067859413010","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:46:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185037,"job_number":"JOB_185037","tr_customer_id":185055,"tr_customer_product_id":185045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:46:30.000Z","modified_at":"2026-02-13T06:46:30.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"104375150766698","imei1":"104375150766698","imei2":"104375150766698","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185038,"job_number":"JOB_185038","tr_customer_id":185056,"tr_customer_product_id":185046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:46:31.000Z","modified_at":"2026-02-13T06:47:07.000Z","name":"Philip Kuhic","mobile_number":"340-567-7951","email_id":"Mafalda_Klocko90@hotmail.com","dop":"2025-12-31","serial_number":"107449474801687","imei1":"107449474801687","imei2":"107449474801687","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:47:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185039,"job_number":"JOB_185039","tr_customer_id":185057,"tr_customer_product_id":185047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:47:14.000Z","modified_at":"2026-02-13T06:47:14.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103833803498194","imei1":"103833803498194","imei2":"103833803498194","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185040,"job_number":"JOB_185040","tr_customer_id":185058,"tr_customer_product_id":185048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:47:15.000Z","modified_at":"2026-02-13T06:47:51.000Z","name":"Ariane Schamberger","mobile_number":"749-969-5168","email_id":"Arvilla_Bednar42@yahoo.com","dop":"2025-12-31","serial_number":"105190769697138","imei1":"105190769697138","imei2":"105190769697138","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185042,"job_number":"JOB_185042","tr_customer_id":185060,"tr_customer_product_id":185050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:56.000Z","modified_at":"2026-02-13T06:48:56.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10206717760165","imei1":"10206717760165","imei2":"10206717760165","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185043,"job_number":"JOB_185043","tr_customer_id":185061,"tr_customer_product_id":185051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:56.000Z","modified_at":"2026-02-13T06:49:33.000Z","name":"Herman Terry","mobile_number":"889-208-5638","email_id":"Aurore.Johnston20@hotmail.com","dop":"2025-06-18","serial_number":"10076293050796","imei1":"10076293050796","imei2":"10076293050796","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185044,"job_number":"JOB_185044","tr_customer_id":185062,"tr_customer_product_id":185052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:57.000Z","modified_at":"2026-02-13T06:48:57.000Z","name":"Hobart Schaefer","mobile_number":"695-547-3664","email_id":"Alfonzo.Stoltenberg@hotmail.com","dop":"2025-06-18","serial_number":"1001326319905544","imei1":"1001326319905544","imei2":"1001326319905544","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185045,"job_number":"JOB_185045","tr_customer_id":185063,"tr_customer_product_id":185053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:57.000Z","modified_at":"2026-02-13T06:49:34.000Z","name":"Alayna Funk","mobile_number":"334-352-7691","email_id":"Janessa.Hermann35@yahoo.com","dop":"2025-04-06","serial_number":"13911019140687","imei1":"13911019140687","imei2":"13911019140687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185046,"job_number":"JOB_185046","tr_customer_id":185064,"tr_customer_product_id":185054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:59.000Z","modified_at":"2026-02-13T06:48:59.000Z","name":"Stuart Homenick","mobile_number":"616-929-3656","email_id":"Alvera.Bechtelar57@yahoo.com","dop":"2025-04-06","serial_number":"14550561017110584","imei1":"14550561017110584","imei2":"14550561017110584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185047,"job_number":"JOB_185047","tr_customer_id":185065,"tr_customer_product_id":185055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:49:39.000Z","modified_at":"2026-02-13T06:49:39.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10617100522457","imei1":"10617100522457","imei2":"10617100522457","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185048,"job_number":"JOB_185048","tr_customer_id":185066,"tr_customer_product_id":185056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:49:40.000Z","modified_at":"2026-02-13T06:50:16.000Z","name":"Jamarcus Larkin","mobile_number":"998-730-9936","email_id":"Kristian.Goldner@gmail.com","dop":"2025-06-18","serial_number":"10404035155438","imei1":"10404035155438","imei2":"10404035155438","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185049,"job_number":"JOB_185049","tr_customer_id":185067,"tr_customer_product_id":185057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:49:40.000Z","modified_at":"2026-02-13T06:49:40.000Z","name":"Leland Pacocha","mobile_number":"462-246-4295","email_id":"Carlie.Stokes@hotmail.com","dop":"2025-06-18","serial_number":"1042988279316201","imei1":"1042988279316201","imei2":"1042988279316201","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185050,"job_number":"JOB_185050","tr_customer_id":185068,"tr_customer_product_id":185058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:50:33.000Z","modified_at":"2026-02-13T06:50:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12378462000014","imei1":"12378462000014","imei2":"12378462000014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185051,"job_number":"JOB_185051","tr_customer_id":185069,"tr_customer_product_id":185059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:50:33.000Z","modified_at":"2026-02-13T06:51:11.000Z","name":"Sheldon Bednar","mobile_number":"948-592-2016","email_id":"America81@yahoo.com","dop":"2025-04-06","serial_number":"14684195637315","imei1":"14684195637315","imei2":"14684195637315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185052,"job_number":"JOB_185052","tr_customer_id":185070,"tr_customer_product_id":185060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:50:34.000Z","modified_at":"2026-02-13T06:50:34.000Z","name":"Mafalda Quigley","mobile_number":"971-634-5026","email_id":"Boris.Nicolas16@hotmail.com","dop":"2025-04-06","serial_number":"11130420261717226","imei1":"11130420261717226","imei2":"11130420261717226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185053,"job_number":"JOB_185053","tr_customer_id":185071,"tr_customer_product_id":185061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:51:18.000Z","modified_at":"2026-02-13T06:51:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17912510495209","imei1":"17912510495209","imei2":"17912510495209","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185054,"job_number":"JOB_185054","tr_customer_id":185072,"tr_customer_product_id":185062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:51:18.000Z","modified_at":"2026-02-13T06:51:56.000Z","name":"Henry Windler","mobile_number":"241-787-2830","email_id":"Oma_Rowe@gmail.com","dop":"2025-04-06","serial_number":"19725250781472","imei1":"19725250781472","imei2":"19725250781472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185055,"job_number":"JOB_185055","tr_customer_id":185073,"tr_customer_product_id":185063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:51:20.000Z","modified_at":"2026-02-13T06:51:20.000Z","name":"Jaylin Hand","mobile_number":"478-842-1283","email_id":"Ubaldo72@yahoo.com","dop":"2025-04-06","serial_number":"13867037339021140","imei1":"13867037339021140","imei2":"13867037339021140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185056,"job_number":"JOB_185056","tr_customer_id":185074,"tr_customer_product_id":185064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:52:03.000Z","modified_at":"2026-02-13T06:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17115647181583","imei1":"17115647181583","imei2":"17115647181583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185057,"job_number":"JOB_185057","tr_customer_id":185075,"tr_customer_product_id":185065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:52:03.000Z","modified_at":"2026-02-13T06:52:40.000Z","name":"Izaiah Grimes","mobile_number":"433-886-3357","email_id":"Chaz_Hagenes@yahoo.com","dop":"2025-04-06","serial_number":"19822569849350","imei1":"19822569849350","imei2":"19822569849350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:52:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185058,"job_number":"JOB_185058","tr_customer_id":185076,"tr_customer_product_id":185066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:52:04.000Z","modified_at":"2026-02-13T06:52:04.000Z","name":"Antoinette Morissette","mobile_number":"656-599-6327","email_id":"Jackeline38@yahoo.com","dop":"2025-04-06","serial_number":"14806393732490600","imei1":"14806393732490600","imei2":"14806393732490600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185059,"job_number":"JOB_185059","tr_customer_id":185077,"tr_customer_product_id":185067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:15.000Z","modified_at":"2026-02-13T06:53:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17175847381192","imei1":"17175847381192","imei2":"17175847381192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185060,"job_number":"JOB_185060","tr_customer_id":185078,"tr_customer_product_id":185068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:15.000Z","modified_at":"2026-02-13T06:53:52.000Z","name":"Keven Parker","mobile_number":"763-482-0467","email_id":"Britney11@hotmail.com","dop":"2025-04-06","serial_number":"12309793219235","imei1":"12309793219235","imei2":"12309793219235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185061,"job_number":"JOB_185061","tr_customer_id":185079,"tr_customer_product_id":185069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:17.000Z","modified_at":"2026-02-13T06:53:17.000Z","name":"Ephraim Stiedemann","mobile_number":"832-736-2210","email_id":"Edmund44@yahoo.com","dop":"2025-04-06","serial_number":"15256549469649500","imei1":"15256549469649500","imei2":"15256549469649500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185062,"job_number":"JOB_185062","tr_customer_id":185080,"tr_customer_product_id":185070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:59.000Z","modified_at":"2026-02-13T06:53:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17041101089180","imei1":"17041101089180","imei2":"17041101089180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:53:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185063,"job_number":"JOB_185063","tr_customer_id":185081,"tr_customer_product_id":185071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:59.000Z","modified_at":"2026-02-13T06:54:35.000Z","name":"Alicia Dickens","mobile_number":"739-679-3906","email_id":"Carleton.Gleichner52@gmail.com","dop":"2025-04-06","serial_number":"14438297638497","imei1":"14438297638497","imei2":"14438297638497","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185064,"job_number":"JOB_185064","tr_customer_id":185082,"tr_customer_product_id":185072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:01.000Z","modified_at":"2026-02-13T06:54:01.000Z","name":"Glennie Pacocha","mobile_number":"392-720-1504","email_id":"Elinore30@hotmail.com","dop":"2025-04-06","serial_number":"14416614128242424","imei1":"14416614128242424","imei2":"14416614128242424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:54:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185065,"job_number":"JOB_185065","tr_customer_id":185083,"tr_customer_product_id":185073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:42.000Z","modified_at":"2026-02-13T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15157877974858","imei1":"15157877974858","imei2":"15157877974858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185066,"job_number":"JOB_185066","tr_customer_id":185084,"tr_customer_product_id":185074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:43.000Z","modified_at":"2026-02-13T06:55:18.000Z","name":"Nicklaus Champlin","mobile_number":"875-868-8381","email_id":"Ardella_Wisoky35@gmail.com","dop":"2025-04-06","serial_number":"14995828063117","imei1":"14995828063117","imei2":"14995828063117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185067,"job_number":"JOB_185067","tr_customer_id":185085,"tr_customer_product_id":185075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:44.000Z","modified_at":"2026-02-13T06:54:44.000Z","name":"Oswaldo Hettinger","mobile_number":"308-844-6602","email_id":"Madeline.Witting@gmail.com","dop":"2025-04-06","serial_number":"14189857709670706","imei1":"14189857709670706","imei2":"14189857709670706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185071,"job_number":"JOB_185071","tr_customer_id":185089,"tr_customer_product_id":185079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:45.000Z","modified_at":"2026-02-13T06:55:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12573178697081","imei1":"12573178697081","imei2":"12573178697081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185072,"job_number":"JOB_185072","tr_customer_id":185090,"tr_customer_product_id":185080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:45.000Z","modified_at":"2026-02-13T06:56:22.000Z","name":"Leola Osinski","mobile_number":"512-872-9040","email_id":"Dagmar.Kiehn54@hotmail.com","dop":"2025-04-06","serial_number":"10430008757653","imei1":"10430008757653","imei2":"10430008757653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185073,"job_number":"JOB_185073","tr_customer_id":185091,"tr_customer_product_id":185081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:47.000Z","modified_at":"2026-02-13T06:55:47.000Z","name":"Saul Bruen","mobile_number":"528-855-3888","email_id":"Kiara.Stoltenberg@gmail.com","dop":"2025-04-06","serial_number":"17022851026120392","imei1":"17022851026120392","imei2":"17022851026120392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185074,"job_number":"JOB_185074","tr_customer_id":185092,"tr_customer_product_id":185082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:56:28.000Z","modified_at":"2026-02-13T06:56:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15735404948306","imei1":"15735404948306","imei2":"15735404948306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185075,"job_number":"JOB_185075","tr_customer_id":185093,"tr_customer_product_id":185083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:56:29.000Z","modified_at":"2026-02-13T06:57:05.000Z","name":"Emmanuelle Kub","mobile_number":"917-512-6087","email_id":"Natalie.Davis@yahoo.com","dop":"2025-04-06","serial_number":"15934878118553","imei1":"15934878118553","imei2":"15934878118553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185076,"job_number":"JOB_185076","tr_customer_id":185094,"tr_customer_product_id":185084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:56:30.000Z","modified_at":"2026-02-13T06:56:30.000Z","name":"Lon Langworth","mobile_number":"314-549-9354","email_id":"Tamia98@hotmail.com","dop":"2025-04-06","serial_number":"16352332962746064","imei1":"16352332962746064","imei2":"16352332962746064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185077,"job_number":"JOB_185077","tr_customer_id":185095,"tr_customer_product_id":185085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:57:11.000Z","modified_at":"2026-02-13T06:57:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13009419397042","imei1":"13009419397042","imei2":"13009419397042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185078,"job_number":"JOB_185078","tr_customer_id":185096,"tr_customer_product_id":185086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:57:12.000Z","modified_at":"2026-02-13T06:57:47.000Z","name":"Orval Harber","mobile_number":"758-725-0105","email_id":"Carmen_Hettinger@yahoo.com","dop":"2025-04-06","serial_number":"11584182160693","imei1":"11584182160693","imei2":"11584182160693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185079,"job_number":"JOB_185079","tr_customer_id":185097,"tr_customer_product_id":185087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:57:13.000Z","modified_at":"2026-02-13T06:57:13.000Z","name":"Judge Roob","mobile_number":"813-508-9757","email_id":"Lulu_Brakus@yahoo.com","dop":"2025-04-06","serial_number":"15952441852821456","imei1":"15952441852821456","imei2":"15952441852821456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185080,"job_number":"JOB_185080","tr_customer_id":185098,"tr_customer_product_id":185088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:11.000Z","modified_at":"2026-02-13T06:58:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13967577486697","imei1":"13967577486697","imei2":"13967577486697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185081,"job_number":"JOB_185081","tr_customer_id":185099,"tr_customer_product_id":185089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:11.000Z","modified_at":"2026-02-13T06:58:48.000Z","name":"Rylee Abbott","mobile_number":"321-994-3110","email_id":"Sandra_OHara@hotmail.com","dop":"2025-04-06","serial_number":"12673181806054","imei1":"12673181806054","imei2":"12673181806054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185082,"job_number":"JOB_185082","tr_customer_id":185100,"tr_customer_product_id":185090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:13.000Z","modified_at":"2026-02-13T06:58:13.000Z","name":"Marcella Sanford","mobile_number":"261-792-6407","email_id":"Flossie86@gmail.com","dop":"2025-04-06","serial_number":"11363408950843910","imei1":"11363408950843910","imei2":"11363408950843910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185083,"job_number":"JOB_185083","tr_customer_id":185101,"tr_customer_product_id":185091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:37.000Z","modified_at":"2026-02-13T06:59:16.000Z","name":"Micaela Ruecker","mobile_number":"645-775-1703","email_id":"Olen71@yahoo.com","dop":"2025-04-06","serial_number":"16034255015278","imei1":"16034255015278","imei2":"16034255015278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185084,"job_number":"JOB_185084","tr_customer_id":185102,"tr_customer_product_id":185092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:38.000Z","modified_at":"2026-02-13T06:58:38.000Z","name":"Clint Kerluke","mobile_number":"857-366-5784","email_id":"Vince_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13881731181736584","imei1":"13881731181736584","imei2":"13881731181736584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185085,"job_number":"JOB_185085","tr_customer_id":185103,"tr_customer_product_id":185093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:55.000Z","modified_at":"2026-02-13T06:58:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18571955876104","imei1":"18571955876104","imei2":"18571955876104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185086,"job_number":"JOB_185086","tr_customer_id":185104,"tr_customer_product_id":185094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:55.000Z","modified_at":"2026-02-13T06:59:31.000Z","name":"Icie Pfannerstill","mobile_number":"767-310-2923","email_id":"Reynold41@hotmail.com","dop":"2025-04-06","serial_number":"14409691915938","imei1":"14409691915938","imei2":"14409691915938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185087,"job_number":"JOB_185087","tr_customer_id":185105,"tr_customer_product_id":185095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:56.000Z","modified_at":"2026-02-13T06:58:56.000Z","name":"Zena Kerluke","mobile_number":"768-863-9109","email_id":"Marcella_Cormier95@gmail.com","dop":"2025-04-06","serial_number":"11828159268764138","imei1":"11828159268764138","imei2":"11828159268764138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185088,"job_number":"JOB_185088","tr_customer_id":185106,"tr_customer_product_id":185096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:30.000Z","modified_at":"2026-02-13T06:59:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18150444296890","imei1":"18150444296890","imei2":"18150444296890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185089,"job_number":"JOB_185089","tr_customer_id":185107,"tr_customer_product_id":185097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:31.000Z","modified_at":"2026-02-13T07:00:09.000Z","name":"Gordon Lockman","mobile_number":"913-352-9954","email_id":"Letitia.DuBuque47@hotmail.com","dop":"2025-04-06","serial_number":"19083090767088","imei1":"19083090767088","imei2":"19083090767088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185090,"job_number":"JOB_185090","tr_customer_id":185108,"tr_customer_product_id":185098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:32.000Z","modified_at":"2026-02-13T06:59:32.000Z","name":"Clara Lang","mobile_number":"224-989-8630","email_id":"Bartholome_Trantow@hotmail.com","dop":"2025-04-06","serial_number":"18391272930689690","imei1":"18391272930689690","imei2":"18391272930689690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185092,"job_number":"JOB_185092","tr_customer_id":185110,"tr_customer_product_id":185100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:35.000Z","modified_at":"2026-02-13T07:00:13.000Z","name":"Clement Herzog","mobile_number":"775-808-6830","email_id":"Edyth_Legros66@hotmail.com","dop":"2000-01-31","serial_number":"10055014086411","imei1":"10055014086411","imei2":"10055014086411","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185094,"job_number":"JOB_185094","tr_customer_id":185112,"tr_customer_product_id":185102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:38.000Z","modified_at":"2026-02-13T06:59:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19731833314031","imei1":"19731833314031","imei2":"19731833314031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185095,"job_number":"JOB_185095","tr_customer_id":185113,"tr_customer_product_id":185103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:38.000Z","modified_at":"2026-02-13T07:00:14.000Z","name":"Ralph Pfannerstill","mobile_number":"859-753-9474","email_id":"Lindsay_Schimmel17@yahoo.com","dop":"2025-04-06","serial_number":"19101393613338","imei1":"19101393613338","imei2":"19101393613338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185096,"job_number":"JOB_185096","tr_customer_id":185114,"tr_customer_product_id":185104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:40.000Z","modified_at":"2026-02-13T06:59:40.000Z","name":"Murray Stark","mobile_number":"772-616-7233","email_id":"Nayeli.Schmeler97@gmail.com","dop":"2025-04-06","serial_number":"11452763914613866","imei1":"11452763914613866","imei2":"11452763914613866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185097,"job_number":"JOB_185097","tr_customer_id":185115,"tr_customer_product_id":185105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:41.000Z","modified_at":"2026-02-13T06:59:41.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16214750016478","imei1":"16214750016478","imei2":"16214750016478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185098,"job_number":"JOB_185098","tr_customer_id":185116,"tr_customer_product_id":185106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:41.000Z","modified_at":"2026-02-13T07:00:20.000Z","name":"Mohamed Cartwright","mobile_number":"954-870-6776","email_id":"Cleo_Swift90@hotmail.com","dop":"2025-04-06","serial_number":"17440974981629","imei1":"17440974981629","imei2":"17440974981629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185099,"job_number":"JOB_185099","tr_customer_id":185117,"tr_customer_product_id":185107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:43.000Z","modified_at":"2026-02-13T06:59:43.000Z","name":"Kobe Hackett","mobile_number":"252-446-7501","email_id":"Demetrius_Christiansen61@gmail.com","dop":"2025-04-06","serial_number":"16203173252420628","imei1":"16203173252420628","imei2":"16203173252420628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185100,"job_number":"JOB_185100","tr_customer_id":185118,"tr_customer_product_id":185108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:57.000Z","modified_at":"2026-02-13T06:59:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13755964169306","imei1":"13755964169306","imei2":"13755964169306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185101,"job_number":"JOB_185101","tr_customer_id":185119,"tr_customer_product_id":185109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:58.000Z","modified_at":"2026-02-13T07:00:36.000Z","name":"Ceasar Pfannerstill","mobile_number":"993-892-0938","email_id":"Queen12@yahoo.com","dop":"2025-04-06","serial_number":"17730984956018","imei1":"17730984956018","imei2":"17730984956018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185102,"job_number":"JOB_185102","tr_customer_id":185120,"tr_customer_product_id":185110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:59.000Z","modified_at":"2026-02-13T06:59:59.000Z","name":"Norberto Hyatt","mobile_number":"736-339-8154","email_id":"Kellie.Stokes27@gmail.com","dop":"2025-04-06","serial_number":"16508947182466240","imei1":"16508947182466240","imei2":"16508947182466240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185103,"job_number":"JOB_185103","tr_customer_id":185121,"tr_customer_product_id":185111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:17.000Z","modified_at":"2026-02-13T07:00:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14149034899945","imei1":"14149034899945","imei2":"14149034899945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185104,"job_number":"JOB_185104","tr_customer_id":185122,"tr_customer_product_id":185112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:17.000Z","modified_at":"2026-02-13T07:00:56.000Z","name":"Darrick Boyle","mobile_number":"249-961-6867","email_id":"Shanie_Cormier@hotmail.com","dop":"2025-04-06","serial_number":"10009501749635","imei1":"10009501749635","imei2":"10009501749635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185105,"job_number":"JOB_185105","tr_customer_id":185123,"tr_customer_product_id":185113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:18.000Z","modified_at":"2026-02-13T07:00:18.000Z","name":"Marge Wintheiser","mobile_number":"695-282-2672","email_id":"Ophelia.DuBuque32@yahoo.com","dop":"2025-04-06","serial_number":"14088389290462730","imei1":"14088389290462730","imei2":"14088389290462730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185107,"job_number":"JOB_185107","tr_customer_id":185125,"tr_customer_product_id":185115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:21.000Z","modified_at":"2026-02-13T07:00:59.000Z","name":"Shayne Schinner","mobile_number":"264-316-2458","email_id":"Marcel94@gmail.com","dop":"2000-01-31","serial_number":"10408630622799","imei1":"10408630622799","imei2":"10408630622799","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185109,"job_number":"JOB_185109","tr_customer_id":185127,"tr_customer_product_id":185117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:27.000Z","modified_at":"2026-02-13T07:00:27.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"15565502864916","imei1":"15565502864916","imei2":"15565502864916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185110,"job_number":"JOB_185110","tr_customer_id":185128,"tr_customer_product_id":185118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:27.000Z","modified_at":"2026-02-13T07:01:05.000Z","name":"Armani Carter","mobile_number":"378-979-0393","email_id":"Oscar_Kirlin98@yahoo.com","dop":"2025-04-06","serial_number":"10605746713154","imei1":"10605746713154","imei2":"10605746713154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185111,"job_number":"JOB_185111","tr_customer_id":185129,"tr_customer_product_id":185119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:29.000Z","modified_at":"2026-02-13T07:00:29.000Z","name":"Shane Zieme","mobile_number":"587-293-4019","email_id":"Braeden77@hotmail.com","dop":"2025-04-06","serial_number":"18058428031786176","imei1":"18058428031786176","imei2":"18058428031786176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185112,"job_number":"JOB_185112","tr_customer_id":185130,"tr_customer_product_id":185120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:44.000Z","modified_at":"2026-02-13T07:00:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15682265643787","imei1":"15682265643787","imei2":"15682265643787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185113,"job_number":"JOB_185113","tr_customer_id":185131,"tr_customer_product_id":185121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:44.000Z","modified_at":"2026-02-13T07:01:22.000Z","name":"Rowena Johnston","mobile_number":"279-598-8915","email_id":"Aditya.Labadie74@yahoo.com","dop":"2025-04-06","serial_number":"17141673709389","imei1":"17141673709389","imei2":"17141673709389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185114,"job_number":"JOB_185114","tr_customer_id":185132,"tr_customer_product_id":185122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:45.000Z","modified_at":"2026-02-13T07:00:45.000Z","name":"Misty Volkman","mobile_number":"905-346-5763","email_id":"Elaina.Mayert37@gmail.com","dop":"2025-04-06","serial_number":"19403613462714016","imei1":"19403613462714016","imei2":"19403613462714016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185115,"job_number":"JOB_185115","tr_customer_id":185133,"tr_customer_product_id":185123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:03.000Z","modified_at":"2026-02-13T07:01:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18801774415797","imei1":"18801774415797","imei2":"18801774415797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185116,"job_number":"JOB_185116","tr_customer_id":185134,"tr_customer_product_id":185124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:03.000Z","modified_at":"2026-02-13T07:01:41.000Z","name":"Elijah Smith","mobile_number":"376-943-9938","email_id":"Trent37@gmail.com","dop":"2025-04-06","serial_number":"17572014422058","imei1":"17572014422058","imei2":"17572014422058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185117,"job_number":"JOB_185117","tr_customer_id":185135,"tr_customer_product_id":185125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:05.000Z","modified_at":"2026-02-13T07:01:05.000Z","name":"Tristian Goldner","mobile_number":"270-377-2891","email_id":"Patricia_Huels@gmail.com","dop":"2025-04-06","serial_number":"15887662136994300","imei1":"15887662136994300","imei2":"15887662136994300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185119,"job_number":"JOB_185119","tr_customer_id":185137,"tr_customer_product_id":185127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:06.000Z","modified_at":"2026-02-13T07:01:44.000Z","name":"Estevan Gottlieb","mobile_number":"970-657-9815","email_id":"Mauricio98@yahoo.com","dop":"2000-01-31","serial_number":"10634234764877","imei1":"10634234764877","imei2":"10634234764877","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185121,"job_number":"JOB_185121","tr_customer_id":185139,"tr_customer_product_id":185129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:12.000Z","modified_at":"2026-02-13T07:01:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"11047304645199","imei1":"11047304645199","imei2":"11047304645199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185122,"job_number":"JOB_185122","tr_customer_id":185140,"tr_customer_product_id":185130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:13.000Z","modified_at":"2026-02-13T07:01:50.000Z","name":"Bonnie Bins","mobile_number":"553-986-8730","email_id":"Ollie92@hotmail.com","dop":"2025-04-06","serial_number":"18490703284964","imei1":"18490703284964","imei2":"18490703284964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185123,"job_number":"JOB_185123","tr_customer_id":185141,"tr_customer_product_id":185131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:14.000Z","modified_at":"2026-02-13T07:01:14.000Z","name":"Tobin Heidenreich","mobile_number":"822-259-6768","email_id":"Gerry19@gmail.com","dop":"2025-04-06","serial_number":"13135867585088606","imei1":"13135867585088606","imei2":"13135867585088606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185124,"job_number":"JOB_185124","tr_customer_id":185142,"tr_customer_product_id":185132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:29.000Z","modified_at":"2026-02-13T07:01:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18338528558162","imei1":"18338528558162","imei2":"18338528558162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185125,"job_number":"JOB_185125","tr_customer_id":185143,"tr_customer_product_id":185133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:29.000Z","modified_at":"2026-02-13T07:02:07.000Z","name":"Laurianne Kuphal","mobile_number":"959-616-6414","email_id":"Foster.Blanda@gmail.com","dop":"2025-04-06","serial_number":"11478444454607","imei1":"11478444454607","imei2":"11478444454607","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:02:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185126,"job_number":"JOB_185126","tr_customer_id":185144,"tr_customer_product_id":185134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:31.000Z","modified_at":"2026-02-13T07:01:31.000Z","name":"Clay Corkery","mobile_number":"619-323-0977","email_id":"Adah.Senger@gmail.com","dop":"2025-04-06","serial_number":"14540623734477760","imei1":"14540623734477760","imei2":"14540623734477760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185128,"job_number":"JOB_185128","tr_customer_id":185146,"tr_customer_product_id":185136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:52.000Z","modified_at":"2026-02-13T07:02:29.000Z","name":"Eric Dietrich","mobile_number":"233-958-1831","email_id":"Antwon39@gmail.com","dop":"2000-01-31","serial_number":"10624670085768","imei1":"10624670085768","imei2":"10624670085768","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:02:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185130,"job_number":"JOB_185130","tr_customer_id":185148,"tr_customer_product_id":185138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:04:37.000Z","modified_at":"2026-02-13T07:04:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18593871014514","imei1":"18593871014514","imei2":"18593871014514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185131,"job_number":"JOB_185131","tr_customer_id":185149,"tr_customer_product_id":185139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:04:37.000Z","modified_at":"2026-02-13T07:05:15.000Z","name":"Merlin Cummings","mobile_number":"725-492-4761","email_id":"Antonio.Marquardt70@hotmail.com","dop":"2025-04-06","serial_number":"10891559707050","imei1":"10891559707050","imei2":"10891559707050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185132,"job_number":"JOB_185132","tr_customer_id":185150,"tr_customer_product_id":185140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:04:38.000Z","modified_at":"2026-02-13T07:04:39.000Z","name":"Lucy Cremin","mobile_number":"860-738-9048","email_id":"Josie.Doyle@gmail.com","dop":"2025-04-06","serial_number":"15533591573443500","imei1":"15533591573443500","imei2":"15533591573443500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185133,"job_number":"JOB_185133","tr_customer_id":185151,"tr_customer_product_id":185141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:22.000Z","modified_at":"2026-02-13T07:05:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15449517066637","imei1":"15449517066637","imei2":"15449517066637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185134,"job_number":"JOB_185134","tr_customer_id":185152,"tr_customer_product_id":185142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:23.000Z","modified_at":"2026-02-13T07:06:00.000Z","name":"Michel Lueilwitz","mobile_number":"741-511-1656","email_id":"Clemens5@hotmail.com","dop":"2025-04-06","serial_number":"14033023590600","imei1":"14033023590600","imei2":"14033023590600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185135,"job_number":"JOB_185135","tr_customer_id":185153,"tr_customer_product_id":185143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:24.000Z","modified_at":"2026-02-13T07:05:24.000Z","name":"Abbie Walter","mobile_number":"817-693-4169","email_id":"Grant_Wyman4@hotmail.com","dop":"2025-04-06","serial_number":"10321053938040990","imei1":"10321053938040990","imei2":"10321053938040990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185136,"job_number":"JOB_185136","tr_customer_id":185154,"tr_customer_product_id":185144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:47.000Z","modified_at":"2026-02-13T07:06:27.000Z","name":"Baylee Cronin","mobile_number":"686-549-0426","email_id":"Garnet_Hintz20@hotmail.com","dop":"2025-04-06","serial_number":"17002376699105","imei1":"17002376699105","imei2":"17002376699105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185137,"job_number":"JOB_185137","tr_customer_id":185155,"tr_customer_product_id":185145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:49.000Z","modified_at":"2026-02-13T07:05:49.000Z","name":"Kaley Cummerata","mobile_number":"305-869-0499","email_id":"Nat_Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"11714355086479910","imei1":"11714355086479910","imei2":"11714355086479910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185138,"job_number":"JOB_185138","tr_customer_id":185156,"tr_customer_product_id":185146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:52.000Z","modified_at":"2026-02-13T07:06:34.000Z","name":"Freeda Armstrong","mobile_number":"213-408-1616","email_id":"Armand.Beatty@hotmail.com","dop":"2025-04-06","serial_number":"11685752805447","imei1":"11685752805447","imei2":"11685752805447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185139,"job_number":"JOB_185139","tr_customer_id":185157,"tr_customer_product_id":185147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:54.000Z","modified_at":"2026-02-13T07:05:54.000Z","name":"Shana Rogahn","mobile_number":"557-880-8510","email_id":"Nyasia.Konopelski44@yahoo.com","dop":"2025-04-06","serial_number":"14667094685333124","imei1":"14667094685333124","imei2":"14667094685333124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185140,"job_number":"JOB_185140","tr_customer_id":185158,"tr_customer_product_id":185148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:57.000Z","modified_at":"2026-02-13T07:05:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14001557812681","imei1":"14001557812681","imei2":"14001557812681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185141,"job_number":"JOB_185141","tr_customer_id":185159,"tr_customer_product_id":185149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:57.000Z","modified_at":"2026-02-13T07:06:33.000Z","name":"Geo Waelchi","mobile_number":"345-814-8568","email_id":"Hilton_Von@yahoo.com","dop":"2025-04-06","serial_number":"11290302546651","imei1":"11290302546651","imei2":"11290302546651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185142,"job_number":"JOB_185142","tr_customer_id":185160,"tr_customer_product_id":185150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:59.000Z","modified_at":"2026-02-13T07:05:59.000Z","name":"Ken O'Hara","mobile_number":"953-306-3336","email_id":"Arnaldo.Senger55@hotmail.com","dop":"2025-04-06","serial_number":"14894573599033300","imei1":"14894573599033300","imei2":"14894573599033300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185143,"job_number":"JOB_185143","tr_customer_id":185161,"tr_customer_product_id":185151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:07.000Z","modified_at":"2026-02-13T07:06:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16566317394233","imei1":"16566317394233","imei2":"16566317394233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185144,"job_number":"JOB_185144","tr_customer_id":185162,"tr_customer_product_id":185152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:08.000Z","modified_at":"2026-02-13T07:06:45.000Z","name":"Esther Conroy","mobile_number":"873-755-3223","email_id":"Bridie65@gmail.com","dop":"2025-04-06","serial_number":"13881704311560","imei1":"13881704311560","imei2":"13881704311560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185145,"job_number":"JOB_185145","tr_customer_id":185163,"tr_customer_product_id":185153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:09.000Z","modified_at":"2026-02-13T07:06:09.000Z","name":"Madelynn Larkin","mobile_number":"622-793-8354","email_id":"Janessa_Tromp@hotmail.com","dop":"2025-04-06","serial_number":"10257437064903650","imei1":"10257437064903650","imei2":"10257437064903650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185146,"job_number":"JOB_185146","tr_customer_id":185164,"tr_customer_product_id":185154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:40.000Z","modified_at":"2026-02-13T07:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18581971573604","imei1":"18581971573604","imei2":"18581971573604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185147,"job_number":"JOB_185147","tr_customer_id":185165,"tr_customer_product_id":185155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:41.000Z","modified_at":"2026-02-13T07:07:16.000Z","name":"Crawford Morissette","mobile_number":"904-601-9317","email_id":"Asa49@gmail.com","dop":"2025-04-06","serial_number":"15778964679218","imei1":"15778964679218","imei2":"15778964679218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:07:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185148,"job_number":"JOB_185148","tr_customer_id":185166,"tr_customer_product_id":185156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:42.000Z","modified_at":"2026-02-13T07:06:42.000Z","name":"Haylie Nader","mobile_number":"420-980-1644","email_id":"Jerome23@hotmail.com","dop":"2025-04-06","serial_number":"18663426528872040","imei1":"18663426528872040","imei2":"18663426528872040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185149,"job_number":"JOB_185149","tr_customer_id":185167,"tr_customer_product_id":185157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:07:23.000Z","modified_at":"2026-02-13T07:07:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18546746273327","imei1":"18546746273327","imei2":"18546746273327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185150,"job_number":"JOB_185150","tr_customer_id":185168,"tr_customer_product_id":185158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:07:23.000Z","modified_at":"2026-02-13T07:08:02.000Z","name":"Arely Wunsch","mobile_number":"903-465-3301","email_id":"Theodora_Mann79@hotmail.com","dop":"2025-04-06","serial_number":"16439661747396","imei1":"16439661747396","imei2":"16439661747396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:08:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185151,"job_number":"JOB_185151","tr_customer_id":185169,"tr_customer_product_id":185159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:07:24.000Z","modified_at":"2026-02-13T07:07:24.000Z","name":"London Daugherty","mobile_number":"751-306-4775","email_id":"Pasquale_Corwin@yahoo.com","dop":"2025-04-06","serial_number":"18323237996487110","imei1":"18323237996487110","imei2":"18323237996487110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:07:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185152,"job_number":"JOB_185152","tr_customer_id":185170,"tr_customer_product_id":185160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:34.000Z","modified_at":"2026-02-13T07:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18180550243147","imei1":"18180550243147","imei2":"18180550243147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185153,"job_number":"JOB_185153","tr_customer_id":185171,"tr_customer_product_id":185161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:35.000Z","modified_at":"2026-02-13T07:10:12.000Z","name":"Bradley Wehner","mobile_number":"444-682-0106","email_id":"Vidal.Grimes56@gmail.com","dop":"2025-04-06","serial_number":"11824225958951","imei1":"11824225958951","imei2":"11824225958951","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185154,"job_number":"JOB_185154","tr_customer_id":185172,"tr_customer_product_id":185162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:36.000Z","modified_at":"2026-02-13T07:09:36.000Z","name":"Mathilde Runolfsson","mobile_number":"465-358-2609","email_id":"Grayson_Huel@gmail.com","dop":"2025-04-06","serial_number":"10785754482145522","imei1":"10785754482145522","imei2":"10785754482145522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185155,"job_number":"JOB_185155","tr_customer_id":185173,"tr_customer_product_id":185163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:40.000Z","modified_at":"2026-02-13T07:10:20.000Z","name":"Lillian Zboncak","mobile_number":"557-960-7491","email_id":"Frederic83@hotmail.com","dop":"2025-04-06","serial_number":"12588034387546","imei1":"12588034387546","imei2":"12588034387546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185156,"job_number":"JOB_185156","tr_customer_id":185174,"tr_customer_product_id":185164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:41.000Z","modified_at":"2026-02-13T07:09:41.000Z","name":"Cristina Koch","mobile_number":"573-858-1967","email_id":"Adolfo48@hotmail.com","dop":"2025-04-06","serial_number":"13370489685035210","imei1":"13370489685035210","imei2":"13370489685035210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:09:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185157,"job_number":"JOB_185157","tr_customer_id":185175,"tr_customer_product_id":185165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:10:18.000Z","modified_at":"2026-02-13T07:10:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18188678896095","imei1":"18188678896095","imei2":"18188678896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:10:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185158,"job_number":"JOB_185158","tr_customer_id":185176,"tr_customer_product_id":185166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:10:19.000Z","modified_at":"2026-02-13T07:10:55.000Z","name":"Peter Christiansen","mobile_number":"605-731-5378","email_id":"Emery_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"14182823275322","imei1":"14182823275322","imei2":"14182823275322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:10:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185159,"job_number":"JOB_185159","tr_customer_id":185177,"tr_customer_product_id":185167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:10:20.000Z","modified_at":"2026-02-13T07:10:20.000Z","name":"Armando Stracke","mobile_number":"337-565-5338","email_id":"Marcellus35@hotmail.com","dop":"2025-04-06","serial_number":"15260696052445780","imei1":"15260696052445780","imei2":"15260696052445780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185160,"job_number":"JOB_185160","tr_customer_id":185178,"tr_customer_product_id":185168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:11:02.000Z","modified_at":"2026-02-13T07:11:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13685845412760","imei1":"13685845412760","imei2":"13685845412760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:11:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185161,"job_number":"JOB_185161","tr_customer_id":185179,"tr_customer_product_id":185169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:11:02.000Z","modified_at":"2026-02-13T07:11:38.000Z","name":"Orie Lueilwitz","mobile_number":"232-985-8966","email_id":"Felton_Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"11807913559896","imei1":"11807913559896","imei2":"11807913559896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:11:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185162,"job_number":"JOB_185162","tr_customer_id":185180,"tr_customer_product_id":185170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:11:03.000Z","modified_at":"2026-02-13T07:11:03.000Z","name":"Rebeca Stracke","mobile_number":"613-810-6964","email_id":"Virgil56@hotmail.com","dop":"2025-04-06","serial_number":"14560984241381258","imei1":"14560984241381258","imei2":"14560984241381258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:11:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185163,"job_number":"JOB_185163","tr_customer_id":185181,"tr_customer_product_id":185171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:14:12.000Z","modified_at":"2026-02-13T07:14:12.000Z","name":"Mayur Jan","mobile_number":"7007347940","email_id":"mayurjain3439@gmail.com","dop":"2026-02-01","serial_number":"128474747098786","imei1":"128474747098786","imei2":"128474747098786","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185164,"job_number":"JOB_185164","tr_customer_id":185182,"tr_customer_product_id":185172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:39:45.000Z","modified_at":"2026-02-13T07:39:45.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"18787702140990","imei1":"18787702140990","imei2":"18787702140990","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:39:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185165,"job_number":"JOB_185165","tr_customer_id":185183,"tr_customer_product_id":185173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:39:46.000Z","modified_at":"2026-02-13T07:39:57.000Z","name":"Jon Rosenbaum","mobile_number":"203-836-9877","email_id":"Hobart.Kuhlman@yahoo.com","dop":"2025-12-01","serial_number":"12311567270574","imei1":"12311567270574","imei2":"12311567270574","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185166,"job_number":"JOB_185166","tr_customer_id":185184,"tr_customer_product_id":185174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:40:02.000Z","modified_at":"2026-02-13T07:40:02.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19912792242012","imei1":"19912792242012","imei2":"19912792242012","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:40:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185167,"job_number":"JOB_185167","tr_customer_id":185185,"tr_customer_product_id":185175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:40:02.000Z","modified_at":"2026-02-13T07:40:14.000Z","name":"Lia Kuhic","mobile_number":"993-926-9596","email_id":"Brandy.Rau@hotmail.com","dop":"2025-12-01","serial_number":"11986148420815","imei1":"11986148420815","imei2":"11986148420815","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:40:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185168,"job_number":"JOB_185168","tr_customer_id":185186,"tr_customer_product_id":185176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:40:18.000Z","modified_at":"2026-02-13T07:40:18.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12141750810496","imei1":"12141750810496","imei2":"12141750810496","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185169,"job_number":"JOB_185169","tr_customer_id":185187,"tr_customer_product_id":185177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:40:19.000Z","modified_at":"2026-02-13T07:40:30.000Z","name":"Sidney Batz","mobile_number":"826-574-5641","email_id":"Luz_Wunsch20@hotmail.com","dop":"2025-12-01","serial_number":"16928729726670","imei1":"16928729726670","imei2":"16928729726670","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185176,"job_number":"JOB_185176","tr_customer_id":185194,"tr_customer_product_id":185184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:01:24.000Z","modified_at":"2026-02-13T08:02:00.000Z","name":"Joanny Abernathy","mobile_number":"323-558-9017","email_id":"Jarrod_Ortiz40@hotmail.com","dop":"2025-04-06","serial_number":"19011598810430","imei1":"19011598810430","imei2":"19011598810430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185177,"job_number":"JOB_185177","tr_customer_id":185195,"tr_customer_product_id":185185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:01:25.000Z","modified_at":"2026-02-13T08:01:25.000Z","name":"Alexandro Kovacek","mobile_number":"237-338-4544","email_id":"Violette_Hickle38@yahoo.com","dop":"2025-04-06","serial_number":"16958688972187208","imei1":"16958688972187208","imei2":"16958688972187208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185181,"job_number":"JOB_185181","tr_customer_id":185199,"tr_customer_product_id":185189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:02:17.000Z","modified_at":"2026-02-13T08:02:54.000Z","name":"Leann Murazik","mobile_number":"677-337-7635","email_id":"Antonio_Mueller7@hotmail.com","dop":"2025-04-06","serial_number":"19059455881810","imei1":"19059455881810","imei2":"19059455881810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185182,"job_number":"JOB_185182","tr_customer_id":185200,"tr_customer_product_id":185190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:02:18.000Z","modified_at":"2026-02-13T08:02:18.000Z","name":"Carlos Dibbert","mobile_number":"505-905-0652","email_id":"Diego54@gmail.com","dop":"2025-04-06","serial_number":"13979702919291046","imei1":"13979702919291046","imei2":"13979702919291046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185188,"job_number":"JOB_185188","tr_customer_id":185206,"tr_customer_product_id":185196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:12.000Z","modified_at":"2026-02-13T08:56:12.000Z","name":"Omana Sharma","mobile_number":"7412959998","email_id":"bhooshit.kaur@hotmail.com","dop":"2026-02-03","serial_number":"926028988808726","imei1":"926028988808726","imei2":"926028988808726","popurl":"www.suman-tandon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185190,"job_number":"JOB_185190","tr_customer_id":185208,"tr_customer_product_id":185198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:12.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Padma Achari","mobile_number":"7472919494","email_id":"kama.shah@hotmail.com","dop":"2026-02-03","serial_number":"680134861031742","imei1":"680134861031742","imei2":"680134861031742","popurl":"www.devi-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185191,"job_number":"JOB_185191","tr_customer_id":185209,"tr_customer_product_id":185199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Jyotis Nayar","mobile_number":"7457288889","email_id":"chandira.mehrotra@gmail.com","dop":"2026-02-03","serial_number":"848522355016357","imei1":"848522355016357","imei2":"848522355016357","popurl":"www.darshan-mahajan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185192,"job_number":"JOB_185192","tr_customer_id":185210,"tr_customer_product_id":185200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Bankimchandra Asan","mobile_number":"7487590469","email_id":"dandapaani.singh@yahoo.co.in","dop":"2026-02-03","serial_number":"493953762173917","imei1":"493953762173917","imei2":"493953762173917","popurl":"www.atmanand-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185193,"job_number":"JOB_185193","tr_customer_id":185211,"tr_customer_product_id":185201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Mohan Ahuja","mobile_number":"7457823258","email_id":"chandrabhan.achari@hotmail.com","dop":"2026-02-03","serial_number":"481088589107357","imei1":"481088589107357","imei2":"481088589107357","popurl":"www.aatreya-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185194,"job_number":"JOB_185194","tr_customer_id":185212,"tr_customer_product_id":185202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Suma Dwivedi","mobile_number":"7409087468","email_id":"anang.adiga@hotmail.com","dop":"2026-02-03","serial_number":"039133971450950","imei1":"039133971450950","imei2":"039133971450950","popurl":"www.bhavani-butt.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185196,"job_number":"JOB_185196","tr_customer_id":185214,"tr_customer_product_id":185204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Vijay Mehra","mobile_number":"7493693255","email_id":"devvrat.kocchar@yahoo.co.in","dop":"2026-02-03","serial_number":"502499023714750","imei1":"502499023714750","imei2":"502499023714750","popurl":"www.aaratrika-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185197,"job_number":"JOB_185197","tr_customer_id":185215,"tr_customer_product_id":185205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Menaka Deshpande","mobile_number":"7408012578","email_id":"bhanumati.singh@hotmail.com","dop":"2026-02-03","serial_number":"047290324306055","imei1":"047290324306055","imei2":"047290324306055","popurl":"www.menka-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185200,"job_number":"JOB_185200","tr_customer_id":185218,"tr_customer_product_id":185208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Brahmaanand Tandon","mobile_number":"7422898859","email_id":"jyotsana.mishra@gmail.com","dop":"2026-02-03","serial_number":"434856101045374","imei1":"434856101045374","imei2":"434856101045374","popurl":"www.sanka-nehru.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185201,"job_number":"JOB_185201","tr_customer_id":185219,"tr_customer_product_id":185209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Ojaswini Kapoor","mobile_number":"7428608942","email_id":"devesh.chaturvedi@yahoo.co.in","dop":"2026-02-03","serial_number":"147924321632531","imei1":"147924321632531","imei2":"147924321632531","popurl":"www.amodini-mahajan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185203,"job_number":"JOB_185203","tr_customer_id":185221,"tr_customer_product_id":185211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Datta Embranthiri","mobile_number":"7406342725","email_id":"vedanshi.mehrotra@yahoo.co.in","dop":"2026-02-03","serial_number":"150407655622858","imei1":"150407655622858","imei2":"150407655622858","popurl":"www.chandramohan-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185204,"job_number":"JOB_185204","tr_customer_id":185222,"tr_customer_product_id":185212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Atreyi Abbott","mobile_number":"7428379631","email_id":"dayaamay.shukla@gmail.com","dop":"2026-02-03","serial_number":"152970594131995","imei1":"152970594131995","imei2":"152970594131995","popurl":"www.chaanakya-kaur.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185206,"job_number":"JOB_185206","tr_customer_id":185224,"tr_customer_product_id":185214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Kamlesh Arora","mobile_number":"7421728876","email_id":"aayushmaan.sinha@gmail.com","dop":"2026-02-03","serial_number":"447946474037646","imei1":"447946474037646","imei2":"447946474037646","popurl":"www.gauraang-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185207,"job_number":"JOB_185207","tr_customer_id":185225,"tr_customer_product_id":185215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Vaishnavi Ganaka","mobile_number":"7402046499","email_id":"aruna.tandon@yahoo.co.in","dop":"2026-02-03","serial_number":"204914122252297","imei1":"204914122252297","imei2":"204914122252297","popurl":"www.jai-sethi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185208,"job_number":"JOB_185208","tr_customer_id":185226,"tr_customer_product_id":185216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Shashikala Verma","mobile_number":"7494732211","email_id":"suresh.bandopadhyay@gmail.com","dop":"2026-02-03","serial_number":"178460026899572","imei1":"178460026899572","imei2":"178460026899572","popurl":"www.dakshayani-bharadwaj.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185210,"job_number":"JOB_185210","tr_customer_id":185228,"tr_customer_product_id":185218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Dipankar Achari","mobile_number":"7470580208","email_id":"vasundhara.somayaji@yahoo.co.in","dop":"2026-02-03","serial_number":"654750114070700","imei1":"654750114070700","imei2":"654750114070700","popurl":"www.jagdeep-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185212,"job_number":"JOB_185212","tr_customer_id":185230,"tr_customer_product_id":185220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:05:08.000Z","modified_at":"2026-02-13T09:05:08.000Z","name":"Gwen Ortiz","mobile_number":"857-493-7087","email_id":"Dangelo_Deckow@yahoo.com","dop":"2025-10-05","serial_number":"17503273259720","imei1":"17503273259720","imei2":"17503273259720","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185213,"job_number":"JOB_185213","tr_customer_id":185231,"tr_customer_product_id":185221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:11:31.000Z","modified_at":"2026-02-13T10:49:51.000Z","name":"Shannon Miller","mobile_number":"300-204-7848","email_id":"Aniya_Heathcote@yahoo.com","dop":"2026-01-04","serial_number":"11359038793004","imei1":"11359038793004","imei2":"11359038793004","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185214,"job_number":"JOB_185214","tr_customer_id":185232,"tr_customer_product_id":185222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:32:41.000Z","modified_at":"2026-02-13T09:32:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12253109651706","imei1":"12253109651706","imei2":"12253109651706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185215,"job_number":"JOB_185215","tr_customer_id":185233,"tr_customer_product_id":185223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:32:41.000Z","modified_at":"2026-02-13T09:33:21.000Z","name":"Akeem Jacobs","mobile_number":"738-396-7388","email_id":"Valentina57@gmail.com","dop":"2025-04-06","serial_number":"19093084085490","imei1":"19093084085490","imei2":"19093084085490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T09:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185216,"job_number":"JOB_185216","tr_customer_id":185234,"tr_customer_product_id":185224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:32:43.000Z","modified_at":"2026-02-13T09:32:43.000Z","name":"Hudson Wuckert","mobile_number":"464-291-3507","email_id":"Mittie_Bashirian@gmail.com","dop":"2025-04-06","serial_number":"17955183762286012","imei1":"17955183762286012","imei2":"17955183762286012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185217,"job_number":"JOB_185217","tr_customer_id":185235,"tr_customer_product_id":185225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:33:29.000Z","modified_at":"2026-02-13T09:33:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15087657658955","imei1":"15087657658955","imei2":"15087657658955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185218,"job_number":"JOB_185218","tr_customer_id":185236,"tr_customer_product_id":185226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:33:29.000Z","modified_at":"2026-02-13T09:34:09.000Z","name":"Sheldon Dooley","mobile_number":"500-307-1829","email_id":"Ralph_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"17442343601546","imei1":"17442343601546","imei2":"17442343601546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T09:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185219,"job_number":"JOB_185219","tr_customer_id":185237,"tr_customer_product_id":185227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:33:31.000Z","modified_at":"2026-02-13T09:33:31.000Z","name":"Kiera Strosin","mobile_number":"663-934-7580","email_id":"Ivy_Hoppe@gmail.com","dop":"2025-04-06","serial_number":"14425875997150648","imei1":"14425875997150648","imei2":"14425875997150648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:33:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185220,"job_number":"JOB_185220","tr_customer_id":185238,"tr_customer_product_id":185228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:34:17.000Z","modified_at":"2026-02-13T09:34:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16895107402860","imei1":"16895107402860","imei2":"16895107402860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:34:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185221,"job_number":"JOB_185221","tr_customer_id":185239,"tr_customer_product_id":185229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:34:17.000Z","modified_at":"2026-02-13T09:34:57.000Z","name":"Reta Gutkowski","mobile_number":"358-221-4023","email_id":"Narciso_Ryan@gmail.com","dop":"2025-04-06","serial_number":"17396809222639","imei1":"17396809222639","imei2":"17396809222639","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T09:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185222,"job_number":"JOB_185222","tr_customer_id":185240,"tr_customer_product_id":185230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:34:19.000Z","modified_at":"2026-02-13T09:34:19.000Z","name":"Selmer Baumbach","mobile_number":"952-428-2817","email_id":"Justice_Heathcote@gmail.com","dop":"2025-04-06","serial_number":"11434162259802604","imei1":"11434162259802604","imei2":"11434162259802604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185223,"job_number":"JOB_185223","tr_customer_id":185241,"tr_customer_product_id":185231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Rajinder Naik","mobile_number":"7471773123","email_id":"gautama.ahluwalia@yahoo.co.in","dop":"2026-02-03","serial_number":"367372098369397","imei1":"367372098369397","imei2":"367372098369397","popurl":"www.adityanandana-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185224,"job_number":"JOB_185224","tr_customer_id":185243,"tr_customer_product_id":185233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Suma Jha","mobile_number":"7448807168","email_id":"paramartha.chopra@hotmail.com","dop":"2026-02-03","serial_number":"033933352208811","imei1":"033933352208811","imei2":"033933352208811","popurl":"www.gopi-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185225,"job_number":"JOB_185225","tr_customer_id":185242,"tr_customer_product_id":185232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Meenakshi Ganaka","mobile_number":"7470979609","email_id":"brajendra.khanna@yahoo.co.in","dop":"2026-02-03","serial_number":"707643136849700","imei1":"707643136849700","imei2":"707643136849700","popurl":"www.chapal-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185226,"job_number":"JOB_185226","tr_customer_id":185244,"tr_customer_product_id":185234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Poornima Ahluwalia","mobile_number":"7439049451","email_id":"triloki.embranthiri@hotmail.com","dop":"2026-02-03","serial_number":"751167025015632","imei1":"751167025015632","imei2":"751167025015632","popurl":"www.kumari-pilla.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185227,"job_number":"JOB_185227","tr_customer_id":185245,"tr_customer_product_id":185235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Sweta Abbott","mobile_number":"7409937743","email_id":"dhanu.mehra@hotmail.com","dop":"2026-02-03","serial_number":"928353738091821","imei1":"928353738091821","imei2":"928353738091821","popurl":"www.tanirika-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185228,"job_number":"JOB_185228","tr_customer_id":185246,"tr_customer_product_id":185236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Aasha Nayar","mobile_number":"7480949925","email_id":"soma.kaur@hotmail.com","dop":"2026-02-03","serial_number":"767102540312596","imei1":"767102540312596","imei2":"767102540312596","popurl":"www.chetan-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185229,"job_number":"JOB_185229","tr_customer_id":185247,"tr_customer_product_id":185237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Akula Jha","mobile_number":"7434946343","email_id":"saroja.iyengar@hotmail.com","dop":"2026-02-03","serial_number":"674086974014432","imei1":"674086974014432","imei2":"674086974014432","popurl":"www.jagathi-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185230,"job_number":"JOB_185230","tr_customer_id":185248,"tr_customer_product_id":185238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Brahmabrata Dubashi","mobile_number":"7481675823","email_id":"bhagvan.nayar@yahoo.co.in","dop":"2026-02-03","serial_number":"836083081197748","imei1":"836083081197748","imei2":"836083081197748","popurl":"www.mandaakin-dwivedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185231,"job_number":"JOB_185231","tr_customer_id":185249,"tr_customer_product_id":185239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Mohana Talwar","mobile_number":"7458926581","email_id":"amrit.namboothiri@hotmail.com","dop":"2026-02-03","serial_number":"675101143584327","imei1":"675101143584327","imei2":"675101143584327","popurl":"www.sameer-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185232,"job_number":"JOB_185232","tr_customer_id":185250,"tr_customer_product_id":185240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Geeta Bandopadhyay","mobile_number":"7446319441","email_id":"kannan.achari@yahoo.co.in","dop":"2026-02-03","serial_number":"599978665110867","imei1":"599978665110867","imei2":"599978665110867","popurl":"www.purushottam-varrier.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185233,"job_number":"JOB_185233","tr_customer_id":185251,"tr_customer_product_id":185241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:32.000Z","modified_at":"2026-02-13T09:47:32.000Z","name":"Jaimini Dubashi","mobile_number":"7492136076","email_id":"chandravati.verma@gmail.com","dop":"2026-02-03","serial_number":"271792482834771","imei1":"271792482834771","imei2":"271792482834771","popurl":"www.indra-varman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185234,"job_number":"JOB_185234","tr_customer_id":185252,"tr_customer_product_id":185242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Anjushree Nayar","mobile_number":"7477268403","email_id":"prem.chopra@yahoo.co.in","dop":"2026-02-03","serial_number":"971773880056055","imei1":"971773880056055","imei2":"971773880056055","popurl":"www.naveen-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185235,"job_number":"JOB_185235","tr_customer_id":185254,"tr_customer_product_id":185244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Bhudeva Kaur","mobile_number":"7470193028","email_id":"gayatri.butt@yahoo.co.in","dop":"2026-02-03","serial_number":"361713399992335","imei1":"361713399992335","imei2":"361713399992335","popurl":"www.dwaipayan-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185236,"job_number":"JOB_185236","tr_customer_id":185253,"tr_customer_product_id":185243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Gautam Sharma","mobile_number":"7459182950","email_id":"atreyee.khatri@yahoo.co.in","dop":"2026-02-03","serial_number":"243480796436798","imei1":"243480796436798","imei2":"243480796436798","popurl":"www.rakesh-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185237,"job_number":"JOB_185237","tr_customer_id":185255,"tr_customer_product_id":185245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Rohana Agarwal","mobile_number":"7457247047","email_id":"anasooya.kaur@gmail.com","dop":"2026-02-03","serial_number":"880782559581665","imei1":"880782559581665","imei2":"880782559581665","popurl":"www.aruna-patel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185238,"job_number":"JOB_185238","tr_customer_id":185256,"tr_customer_product_id":185246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Rohan Bhattathiri","mobile_number":"7428614041","email_id":"kamalesh.mahajan@gmail.com","dop":"2026-02-03","serial_number":"375569608299895","imei1":"375569608299895","imei2":"375569608299895","popurl":"www.achyut-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185239,"job_number":"JOB_185239","tr_customer_id":185257,"tr_customer_product_id":185247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Narayan Sethi","mobile_number":"7489678567","email_id":"anjali.panicker@hotmail.com","dop":"2026-02-03","serial_number":"866870993948852","imei1":"866870993948852","imei2":"866870993948852","popurl":"www.som-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185240,"job_number":"JOB_185240","tr_customer_id":185258,"tr_customer_product_id":185248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Rukmin Patil","mobile_number":"7445693956","email_id":"deevakar.bandopadhyay@gmail.com","dop":"2026-02-03","serial_number":"611586981131746","imei1":"611586981131746","imei2":"611586981131746","popurl":"www.ananta-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185241,"job_number":"JOB_185241","tr_customer_id":185259,"tr_customer_product_id":185249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Bhima Bhattacharya","mobile_number":"7482142788","email_id":"atmananda.iyengar@yahoo.co.in","dop":"2026-02-03","serial_number":"910746074429452","imei1":"910746074429452","imei2":"910746074429452","popurl":"www.usha-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185242,"job_number":"JOB_185242","tr_customer_id":185260,"tr_customer_product_id":185250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Aatmaja Gill","mobile_number":"7410475731","email_id":"yoginder.ganaka@hotmail.com","dop":"2026-02-03","serial_number":"345102977938574","imei1":"345102977938574","imei2":"345102977938574","popurl":"www.achalesvara-shah.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185243,"job_number":"JOB_185243","tr_customer_id":185261,"tr_customer_product_id":185251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Deevakar Mukhopadhyay","mobile_number":"7429861997","email_id":"bandhul.bhattathiri@gmail.com","dop":"2026-02-03","serial_number":"642955190069946","imei1":"642955190069946","imei2":"642955190069946","popurl":"www.agnimitra-ahuja.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185244,"job_number":"JOB_185244","tr_customer_id":185262,"tr_customer_product_id":185252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Susheel Johar","mobile_number":"7491001039","email_id":"devangana.deshpande@gmail.com","dop":"2026-02-03","serial_number":"666566729454647","imei1":"666566729454647","imei2":"666566729454647","popurl":"www.mani-sethi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185245,"job_number":"JOB_185245","tr_customer_id":185263,"tr_customer_product_id":185253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Soma Nayar","mobile_number":"7432827681","email_id":"ravi.singh@yahoo.co.in","dop":"2026-02-03","serial_number":"825199783120837","imei1":"825199783120837","imei2":"825199783120837","popurl":"www.leela-naik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185246,"job_number":"JOB_185246","tr_customer_id":185264,"tr_customer_product_id":185254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Budhil Mehra","mobile_number":"7454500781","email_id":"anaadi.mehrotra@yahoo.co.in","dop":"2026-02-03","serial_number":"419937833670327","imei1":"419937833670327","imei2":"419937833670327","popurl":"www.abhaya-reddy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185247,"job_number":"JOB_185247","tr_customer_id":185265,"tr_customer_product_id":185255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Chetanaanand Khatri","mobile_number":"7423103248","email_id":"sweta.kaniyar@yahoo.co.in","dop":"2026-02-03","serial_number":"972039048242451","imei1":"972039048242451","imei2":"972039048242451","popurl":"www.vaishnavi-kakkar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185248,"job_number":"JOB_185248","tr_customer_id":185266,"tr_customer_product_id":185256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Samir Namboothiri","mobile_number":"7439556167","email_id":"chetanaanand.kocchar@hotmail.com","dop":"2026-02-03","serial_number":"181640386454235","imei1":"181640386454235","imei2":"181640386454235","popurl":"www.priyala-panicker.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185249,"job_number":"JOB_185249","tr_customer_id":185267,"tr_customer_product_id":185257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Gautam Guneta","mobile_number":"7437432582","email_id":"gitanjali.mehrotra@hotmail.com","dop":"2026-02-03","serial_number":"012830608110222","imei1":"012830608110222","imei2":"012830608110222","popurl":"www.chandravati-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185250,"job_number":"JOB_185250","tr_customer_id":185268,"tr_customer_product_id":185258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Jitender Banerjee","mobile_number":"7406523785","email_id":"jyotis.panicker@hotmail.com","dop":"2026-02-03","serial_number":"403018102261738","imei1":"403018102261738","imei2":"403018102261738","popurl":"www.bilwa-kakkar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185251,"job_number":"JOB_185251","tr_customer_id":185269,"tr_customer_product_id":185259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Bhooshit Malik","mobile_number":"7405323087","email_id":"darshwana.pandey@yahoo.co.in","dop":"2026-02-03","serial_number":"884046157419602","imei1":"884046157419602","imei2":"884046157419602","popurl":"www.daevi-butt.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185252,"job_number":"JOB_185252","tr_customer_id":185270,"tr_customer_product_id":185260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Vidur Acharya","mobile_number":"7426747939","email_id":"deepali.mukhopadhyay@gmail.com","dop":"2026-02-03","serial_number":"464939066696226","imei1":"464939066696226","imei2":"464939066696226","popurl":"www.chandraswaroopa-khanna.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185253,"job_number":"JOB_185253","tr_customer_id":185271,"tr_customer_product_id":185261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Meghnath Pandey","mobile_number":"7445153619","email_id":"manjusha.patil@yahoo.co.in","dop":"2026-02-03","serial_number":"988445796040663","imei1":"988445796040663","imei2":"988445796040663","popurl":"www.aayushmaan-verma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185254,"job_number":"JOB_185254","tr_customer_id":185272,"tr_customer_product_id":185262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Anunay Patil","mobile_number":"7478689047","email_id":"priya.bhattathiri@yahoo.co.in","dop":"2026-02-03","serial_number":"073288310095501","imei1":"073288310095501","imei2":"073288310095501","popurl":"www.brahmanandam-tandon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185255,"job_number":"JOB_185255","tr_customer_id":185273,"tr_customer_product_id":185263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Mayoor Joshi","mobile_number":"7457970924","email_id":"bandhu.deshpande@hotmail.com","dop":"2026-02-03","serial_number":"550420720848458","imei1":"550420720848458","imei2":"550420720848458","popurl":"www.ekalavya-pothuvaal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185256,"job_number":"JOB_185256","tr_customer_id":185274,"tr_customer_product_id":185264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Anshula Gupta","mobile_number":"7465584942","email_id":"tanushree.mehra@yahoo.co.in","dop":"2026-02-03","serial_number":"421588170227838","imei1":"421588170227838","imei2":"421588170227838","popurl":"www.chandni-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185257,"job_number":"JOB_185257","tr_customer_id":185275,"tr_customer_product_id":185265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Brahmanandam Naik","mobile_number":"7466008984","email_id":"achalesvara.jha@hotmail.com","dop":"2026-02-03","serial_number":"572314813925065","imei1":"572314813925065","imei2":"572314813925065","popurl":"www.priya-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185258,"job_number":"JOB_185258","tr_customer_id":185276,"tr_customer_product_id":185266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Raj Pillai","mobile_number":"7461339871","email_id":"shrishti.ahuja@yahoo.co.in","dop":"2026-02-03","serial_number":"049146702130764","imei1":"049146702130764","imei2":"049146702130764","popurl":"www.shanti-naik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185259,"job_number":"JOB_185259","tr_customer_id":185277,"tr_customer_product_id":185267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Jaimini Jha","mobile_number":"7484875755","email_id":"abhaya.adiga@yahoo.co.in","dop":"2026-02-03","serial_number":"437437407530770","imei1":"437437407530770","imei2":"437437407530770","popurl":"www.ghanashyam-chopra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185260,"job_number":"JOB_185260","tr_customer_id":185278,"tr_customer_product_id":185268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Sunita Namboothiri","mobile_number":"7452372952","email_id":"aaditya.embranthiri@hotmail.com","dop":"2026-02-03","serial_number":"317033000862806","imei1":"317033000862806","imei2":"317033000862806","popurl":"www.avadhesh-jha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185261,"job_number":"JOB_185261","tr_customer_id":185279,"tr_customer_product_id":185269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Gautami Sharma","mobile_number":"7481805946","email_id":"hiranmaya.bhat@gmail.com","dop":"2026-02-03","serial_number":"373732701888093","imei1":"373732701888093","imei2":"373732701888093","popurl":"www.digambar-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185262,"job_number":"JOB_185262","tr_customer_id":185280,"tr_customer_product_id":185270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Mohinder Singh","mobile_number":"7414026210","email_id":"rakesh.nayar@yahoo.co.in","dop":"2026-02-03","serial_number":"250277194428299","imei1":"250277194428299","imei2":"250277194428299","popurl":"www.durga-chopra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185263,"job_number":"JOB_185263","tr_customer_id":185281,"tr_customer_product_id":185271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Deepali Panicker","mobile_number":"7474392111","email_id":"anuraag.mahajan@gmail.com","dop":"2026-02-03","serial_number":"470857081700410","imei1":"470857081700410","imei2":"470857081700410","popurl":"www.basanti-kaur.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185264,"job_number":"JOB_185264","tr_customer_id":185282,"tr_customer_product_id":185272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Jyotsana Bhattacharya","mobile_number":"7485187325","email_id":"anandswarup.desai@gmail.com","dop":"2026-02-03","serial_number":"740747232186873","imei1":"740747232186873","imei2":"740747232186873","popurl":"www.bhamini-sinha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185265,"job_number":"JOB_185265","tr_customer_id":185283,"tr_customer_product_id":185273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Chandraayan Shah","mobile_number":"7407521014","email_id":"swapnil.adiga@gmail.com","dop":"2026-02-03","serial_number":"268245810397313","imei1":"268245810397313","imei2":"268245810397313","popurl":"www.menka-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185266,"job_number":"JOB_185266","tr_customer_id":185284,"tr_customer_product_id":185274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Girija Bhattacharya","mobile_number":"7435967752","email_id":"kamla.dhawan@gmail.com","dop":"2026-02-03","serial_number":"117058977144538","imei1":"117058977144538","imei2":"117058977144538","popurl":"www.naveen-kakkar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185267,"job_number":"JOB_185267","tr_customer_id":185285,"tr_customer_product_id":185275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Chatur Nehru","mobile_number":"7454524292","email_id":"amarnath.banerjee@hotmail.com","dop":"2026-02-03","serial_number":"712679204137160","imei1":"712679204137160","imei2":"712679204137160","popurl":"www.devani-dubashi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185268,"job_number":"JOB_185268","tr_customer_id":185286,"tr_customer_product_id":185276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Paramartha Gowda","mobile_number":"7475779168","email_id":"bela.reddy@gmail.com","dop":"2026-02-03","serial_number":"824301036550431","imei1":"824301036550431","imei2":"824301036550431","popurl":"www.harit-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185269,"job_number":"JOB_185269","tr_customer_id":185287,"tr_customer_product_id":185277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Anasuya Kaniyar","mobile_number":"7424161197","email_id":"kin.patel@hotmail.com","dop":"2026-02-03","serial_number":"489312052574481","imei1":"489312052574481","imei2":"489312052574481","popurl":"www.prema-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185270,"job_number":"JOB_185270","tr_customer_id":185288,"tr_customer_product_id":185278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Vaijayanti Dwivedi","mobile_number":"7431517536","email_id":"vrund.mukhopadhyay@hotmail.com","dop":"2026-02-03","serial_number":"128470972171559","imei1":"128470972171559","imei2":"128470972171559","popurl":"www.lavanya-chopra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185271,"job_number":"JOB_185271","tr_customer_id":185289,"tr_customer_product_id":185279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Giri Patel","mobile_number":"7403723964","email_id":"madhuri.sethi@yahoo.co.in","dop":"2026-02-03","serial_number":"786387717647286","imei1":"786387717647286","imei2":"786387717647286","popurl":"www.chandan-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185272,"job_number":"JOB_185272","tr_customer_id":185290,"tr_customer_product_id":185280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Ramesh Mahajan","mobile_number":"7468293180","email_id":"hiranya.iyer@hotmail.com","dop":"2026-02-03","serial_number":"706685115210346","imei1":"706685115210346","imei2":"706685115210346","popurl":"www.gandharva-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185273,"job_number":"JOB_185273","tr_customer_id":185291,"tr_customer_product_id":185281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Kamla Guneta","mobile_number":"7455264155","email_id":"aarya.banerjee@hotmail.com","dop":"2026-02-03","serial_number":"697779275961802","imei1":"697779275961802","imei2":"697779275961802","popurl":"www.ganapati-varrier.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185274,"job_number":"JOB_185274","tr_customer_id":185292,"tr_customer_product_id":185282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Poornima Prajapat","mobile_number":"7415009572","email_id":"shantanu.adiga@hotmail.com","dop":"2026-02-03","serial_number":"121929895721564","imei1":"121929895721564","imei2":"121929895721564","popurl":"www.kamalesh-singh.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185275,"job_number":"JOB_185275","tr_customer_id":185293,"tr_customer_product_id":185283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Preity Menon","mobile_number":"7465753067","email_id":"arya.kaur@yahoo.co.in","dop":"2026-02-03","serial_number":"903957741583845","imei1":"903957741583845","imei2":"903957741583845","popurl":"www.mohan-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185276,"job_number":"JOB_185276","tr_customer_id":185294,"tr_customer_product_id":185284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Sarala Nambeesan","mobile_number":"7496003693","email_id":"manoj.sethi@yahoo.co.in","dop":"2026-02-03","serial_number":"911443757834184","imei1":"911443757834184","imei2":"911443757834184","popurl":"www.marut-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185277,"job_number":"JOB_185277","tr_customer_id":185295,"tr_customer_product_id":185285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Hiranya Chattopadhyay","mobile_number":"7481263095","email_id":"chandrabhan.deshpande@gmail.com","dop":"2026-02-03","serial_number":"733534533434543","imei1":"733534533434543","imei2":"733534533434543","popurl":"www.madhuri-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185278,"job_number":"JOB_185278","tr_customer_id":185296,"tr_customer_product_id":185286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Aaratrika Shukla","mobile_number":"7421588905","email_id":"tushar.patel@hotmail.com","dop":"2026-02-03","serial_number":"429725019982079","imei1":"429725019982079","imei2":"429725019982079","popurl":"www.vedanshi-mahajan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185279,"job_number":"JOB_185279","tr_customer_id":185297,"tr_customer_product_id":185287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Charumati Guneta","mobile_number":"7469374180","email_id":"indra.khatri@yahoo.co.in","dop":"2026-02-03","serial_number":"021135724207883","imei1":"021135724207883","imei2":"021135724207883","popurl":"www.somu-embranthiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185280,"job_number":"JOB_185280","tr_customer_id":185298,"tr_customer_product_id":185288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Pushti Saini","mobile_number":"7449653983","email_id":"narinder.bhat@yahoo.co.in","dop":"2026-02-03","serial_number":"587366719422829","imei1":"587366719422829","imei2":"587366719422829","popurl":"www.gemine-panicker.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185281,"job_number":"JOB_185281","tr_customer_id":185299,"tr_customer_product_id":185289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Kashyap Pothuvaal","mobile_number":"7469449814","email_id":"dhanesh.singh@gmail.com","dop":"2026-02-03","serial_number":"100365731798750","imei1":"100365731798750","imei2":"100365731798750","popurl":"www.jaimini-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185282,"job_number":"JOB_185282","tr_customer_id":185300,"tr_customer_product_id":185290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Devagya Malik","mobile_number":"7410110837","email_id":"agnivesh.verma@yahoo.co.in","dop":"2026-02-03","serial_number":"095179557228596","imei1":"095179557228596","imei2":"095179557228596","popurl":"www.bakula-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185283,"job_number":"JOB_185283","tr_customer_id":185301,"tr_customer_product_id":185291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Rita Asan","mobile_number":"7432452731","email_id":"shiv.chopra@hotmail.com","dop":"2026-02-03","serial_number":"538626211803019","imei1":"538626211803019","imei2":"538626211803019","popurl":"www.somnath-mehra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185284,"job_number":"JOB_185284","tr_customer_id":185302,"tr_customer_product_id":185292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Gautam Gill","mobile_number":"7487975114","email_id":"elakshi.gowda@yahoo.co.in","dop":"2026-02-03","serial_number":"713519534722365","imei1":"713519534722365","imei2":"713519534722365","popurl":"www.datta-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185285,"job_number":"JOB_185285","tr_customer_id":185303,"tr_customer_product_id":185293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Gita Ganaka","mobile_number":"7456417201","email_id":"sushil.chattopadhyay@gmail.com","dop":"2026-02-03","serial_number":"554500355094964","imei1":"554500355094964","imei2":"554500355094964","popurl":"www.bharat-chaturvedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185286,"job_number":"JOB_185286","tr_customer_id":185304,"tr_customer_product_id":185294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Annapurna Mishra","mobile_number":"7442117251","email_id":"chandraayan.guneta@yahoo.co.in","dop":"2026-02-03","serial_number":"609287497215672","imei1":"609287497215672","imei2":"609287497215672","popurl":"www.chapal-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185287,"job_number":"JOB_185287","tr_customer_id":185305,"tr_customer_product_id":185295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Purushottam Arora","mobile_number":"7407813097","email_id":"dhaanyalakshmi.pilla@yahoo.co.in","dop":"2026-02-03","serial_number":"042211719226568","imei1":"042211719226568","imei2":"042211719226568","popurl":"www.susheel-ganaka.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185288,"job_number":"JOB_185288","tr_customer_id":185306,"tr_customer_product_id":185296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Shubha Acharya","mobile_number":"7420491113","email_id":"achyut.deshpande@yahoo.co.in","dop":"2026-02-03","serial_number":"307882841967290","imei1":"307882841967290","imei2":"307882841967290","popurl":"www.heema-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185289,"job_number":"JOB_185289","tr_customer_id":185307,"tr_customer_product_id":185297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Devi Nambeesan","mobile_number":"7476638205","email_id":"esha.abbott@gmail.com","dop":"2026-02-03","serial_number":"408938265330876","imei1":"408938265330876","imei2":"408938265330876","popurl":"www.agneya-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185290,"job_number":"JOB_185290","tr_customer_id":185308,"tr_customer_product_id":185298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Bhaumik Patil","mobile_number":"7417507278","email_id":"gatik.singh@hotmail.com","dop":"2026-02-03","serial_number":"555177863633291","imei1":"555177863633291","imei2":"555177863633291","popurl":"www.inder-guneta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185291,"job_number":"JOB_185291","tr_customer_id":185309,"tr_customer_product_id":185299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Pushti Butt","mobile_number":"7438778505","email_id":"vinay.saini@gmail.com","dop":"2026-02-03","serial_number":"214457488129735","imei1":"214457488129735","imei2":"214457488129735","popurl":"www.hari-naik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185292,"job_number":"JOB_185292","tr_customer_id":185310,"tr_customer_product_id":185300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Dhyanesh Talwar","mobile_number":"7453712595","email_id":"diptendu.bandopadhyay@gmail.com","dop":"2026-02-03","serial_number":"983980023568034","imei1":"983980023568034","imei2":"983980023568034","popurl":"www.advaya-gowda.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185293,"job_number":"JOB_185293","tr_customer_id":185311,"tr_customer_product_id":185301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Deepesh Chattopadhyay","mobile_number":"7438897739","email_id":"brajendra.rana@gmail.com","dop":"2026-02-03","serial_number":"337517886147602","imei1":"337517886147602","imei2":"337517886147602","popurl":"www.girik-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185294,"job_number":"JOB_185294","tr_customer_id":185312,"tr_customer_product_id":185302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Mani Menon","mobile_number":"7424651731","email_id":"vaijayanti.abbott@hotmail.com","dop":"2026-02-03","serial_number":"522617851774855","imei1":"522617851774855","imei2":"522617851774855","popurl":"www.chaanakya-naik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185295,"job_number":"JOB_185295","tr_customer_id":185314,"tr_customer_product_id":185303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Anasuya Namboothiri","mobile_number":"7462507040","email_id":"adwitiya.mishra@hotmail.com","dop":"2026-02-03","serial_number":"408311791553940","imei1":"408311791553940","imei2":"408311791553940","popurl":"www.chinmayananda-gill.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185296,"job_number":"JOB_185296","tr_customer_id":185313,"tr_customer_product_id":185304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Gati Banerjee","mobile_number":"7479036044","email_id":"kanaka.saini@yahoo.co.in","dop":"2026-02-03","serial_number":"569509474496863","imei1":"569509474496863","imei2":"569509474496863","popurl":"www.suma-patil.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185297,"job_number":"JOB_185297","tr_customer_id":185315,"tr_customer_product_id":185305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Deependra Abbott","mobile_number":"7448784638","email_id":"anshula.arora@gmail.com","dop":"2026-02-03","serial_number":"373156460517365","imei1":"373156460517365","imei2":"373156460517365","popurl":"www.narayan-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185298,"job_number":"JOB_185298","tr_customer_id":185316,"tr_customer_product_id":185306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Amritambu Sharma","mobile_number":"7448346350","email_id":"himadri.pillai@hotmail.com","dop":"2026-02-03","serial_number":"443416864402300","imei1":"443416864402300","imei2":"443416864402300","popurl":"www.gorakhnath-verma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185299,"job_number":"JOB_185299","tr_customer_id":185317,"tr_customer_product_id":185307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Darshwana Asan","mobile_number":"7423610120","email_id":"ananta.chopra@hotmail.com","dop":"2026-02-03","serial_number":"183530053202420","imei1":"183530053202420","imei2":"183530053202420","popurl":"www.dipali-chattopadhyay.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185300,"job_number":"JOB_185300","tr_customer_id":185318,"tr_customer_product_id":185308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Mohinder Pilla","mobile_number":"7457469266","email_id":"poornima.nayar@hotmail.com","dop":"2026-02-03","serial_number":"533558541416665","imei1":"533558541416665","imei2":"533558541416665","popurl":"www.kanti-ahluwalia.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185301,"job_number":"JOB_185301","tr_customer_id":185319,"tr_customer_product_id":185309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Siddhran Chaturvedi","mobile_number":"7411146564","email_id":"sukanya.shah@gmail.com","dop":"2026-02-03","serial_number":"031313093050586","imei1":"031313093050586","imei2":"031313093050586","popurl":"www.aamod-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185302,"job_number":"JOB_185302","tr_customer_id":185320,"tr_customer_product_id":185310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Chakravarti Gupta","mobile_number":"7420746800","email_id":"gobinda.abbott@hotmail.com","dop":"2026-02-03","serial_number":"456588357423378","imei1":"456588357423378","imei2":"456588357423378","popurl":"www.chandak-pandey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185303,"job_number":"JOB_185303","tr_customer_id":185321,"tr_customer_product_id":185311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Bankimchandra Marar","mobile_number":"7400147025","email_id":"gorakhanatha.ganaka@yahoo.co.in","dop":"2026-02-03","serial_number":"089400501215089","imei1":"089400501215089","imei2":"089400501215089","popurl":"www.menaka-mukhopadhyay.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185304,"job_number":"JOB_185304","tr_customer_id":185322,"tr_customer_product_id":185312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Dron Naik","mobile_number":"7439595170","email_id":"naval.bhattacharya@yahoo.co.in","dop":"2026-02-03","serial_number":"429588466469987","imei1":"429588466469987","imei2":"429588466469987","popurl":"www.kamala-desai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185305,"job_number":"JOB_185305","tr_customer_id":185323,"tr_customer_product_id":185313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Shakti Shukla","mobile_number":"7480978384","email_id":"opalina.sethi@yahoo.co.in","dop":"2026-02-03","serial_number":"241325552406453","imei1":"241325552406453","imei2":"241325552406453","popurl":"www.ashok-pothuvaal.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185306,"job_number":"JOB_185306","tr_customer_id":185324,"tr_customer_product_id":185314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Bandhu Embranthiri","mobile_number":"7440543192","email_id":"dwaipayana.varrier@gmail.com","dop":"2026-02-03","serial_number":"588835718914650","imei1":"588835718914650","imei2":"588835718914650","popurl":"www.ekalavya-jain.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185307,"job_number":"JOB_185307","tr_customer_id":185325,"tr_customer_product_id":185315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Dhanadeepa Chattopadhyay","mobile_number":"7475814400","email_id":"gandharva.bhat@hotmail.com","dop":"2026-02-03","serial_number":"392270129423745","imei1":"392270129423745","imei2":"392270129423745","popurl":"www.vishnu-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185308,"job_number":"JOB_185308","tr_customer_id":185326,"tr_customer_product_id":185316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Annapurna Chaturvedi","mobile_number":"7414648733","email_id":"shubhaprada.chopra@gmail.com","dop":"2026-02-03","serial_number":"238343778729771","imei1":"238343778729771","imei2":"238343778729771","popurl":"www.nimit-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185309,"job_number":"JOB_185309","tr_customer_id":185327,"tr_customer_product_id":185317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Chandani Kaniyar","mobile_number":"7402094863","email_id":"kama.rana@hotmail.com","dop":"2026-02-03","serial_number":"499687123094387","imei1":"499687123094387","imei2":"499687123094387","popurl":"www.keerti-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185310,"job_number":"JOB_185310","tr_customer_id":185328,"tr_customer_product_id":185318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Sarala Trivedi","mobile_number":"7492500433","email_id":"aagneya.abbott@gmail.com","dop":"2026-02-03","serial_number":"198009509997068","imei1":"198009509997068","imei2":"198009509997068","popurl":"www.tejas-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185311,"job_number":"JOB_185311","tr_customer_id":185329,"tr_customer_product_id":185319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Manikya Singh","mobile_number":"7417990752","email_id":"yoginder.somayaji@hotmail.com","dop":"2026-02-03","serial_number":"100510234090745","imei1":"100510234090745","imei2":"100510234090745","popurl":"www.opalina-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185312,"job_number":"JOB_185312","tr_customer_id":185330,"tr_customer_product_id":185320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Shresth Patel","mobile_number":"7448633271","email_id":"chakradhar.bhattacharya@gmail.com","dop":"2026-02-03","serial_number":"418588248435269","imei1":"418588248435269","imei2":"418588248435269","popurl":"www.deeptimayee-joshi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185313,"job_number":"JOB_185313","tr_customer_id":185331,"tr_customer_product_id":185321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Ekaling Mahajan","mobile_number":"7428411606","email_id":"girja.arora@gmail.com","dop":"2026-02-03","serial_number":"812772375096424","imei1":"812772375096424","imei2":"812772375096424","popurl":"www.chakrika-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185314,"job_number":"JOB_185314","tr_customer_id":185332,"tr_customer_product_id":185322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Deveshwar Arora","mobile_number":"7403766928","email_id":"dhanesh.tandon@gmail.com","dop":"2026-02-03","serial_number":"227083433911472","imei1":"227083433911472","imei2":"227083433911472","popurl":"www.umang-tagore.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185315,"job_number":"JOB_185315","tr_customer_id":185333,"tr_customer_product_id":185323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Tushar Ganaka","mobile_number":"7471269894","email_id":"shiv.johar@hotmail.com","dop":"2026-02-03","serial_number":"072032716649683","imei1":"072032716649683","imei2":"072032716649683","popurl":"www.jyotsana-pillai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185316,"job_number":"JOB_185316","tr_customer_id":185334,"tr_customer_product_id":185324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Asha Achari","mobile_number":"7471900861","email_id":"prathamesh.jha@gmail.com","dop":"2026-02-03","serial_number":"759296633201153","imei1":"759296633201153","imei2":"759296633201153","popurl":"www.aaditya-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185317,"job_number":"JOB_185317","tr_customer_id":185335,"tr_customer_product_id":185325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Leela Butt","mobile_number":"7447758467","email_id":"bhasvan.mishra@gmail.com","dop":"2026-02-03","serial_number":"137414777275620","imei1":"137414777275620","imei2":"137414777275620","popurl":"www.dharani-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185318,"job_number":"JOB_185318","tr_customer_id":185336,"tr_customer_product_id":185326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Nalini Singh","mobile_number":"7497858508","email_id":"shakuntala.gill@gmail.com","dop":"2026-02-03","serial_number":"272393474207901","imei1":"272393474207901","imei2":"272393474207901","popurl":"www.chandan-iyer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185319,"job_number":"JOB_185319","tr_customer_id":185337,"tr_customer_product_id":185327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Suma Saini","mobile_number":"7438269880","email_id":"atmaja.jain@yahoo.co.in","dop":"2026-02-03","serial_number":"220407181118481","imei1":"220407181118481","imei2":"220407181118481","popurl":"www.tanirika-verma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185320,"job_number":"JOB_185320","tr_customer_id":185339,"tr_customer_product_id":185328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Mandakini Saini","mobile_number":"7466053470","email_id":"ujjawal.dutta@gmail.com","dop":"2026-02-03","serial_number":"194944921881915","imei1":"194944921881915","imei2":"194944921881915","popurl":"www.amaranaath-varman.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185321,"job_number":"JOB_185321","tr_customer_id":185338,"tr_customer_product_id":185329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Aatmaja Gupta","mobile_number":"7479300502","email_id":"tej.kaniyar@gmail.com","dop":"2026-02-03","serial_number":"536659465787900","imei1":"536659465787900","imei2":"536659465787900","popurl":"www.aashritha-mehra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185322,"job_number":"JOB_185322","tr_customer_id":185340,"tr_customer_product_id":185330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Dhananjay Gandhi","mobile_number":"7420762088","email_id":"hiranya.bharadwaj@yahoo.co.in","dop":"2026-02-03","serial_number":"869049204221945","imei1":"869049204221945","imei2":"869049204221945","popurl":"www.ritesh-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185323,"job_number":"JOB_185323","tr_customer_id":185341,"tr_customer_product_id":185331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Indra Pillai","mobile_number":"7494240552","email_id":"laxman.pothuvaal@gmail.com","dop":"2026-02-03","serial_number":"981154297936001","imei1":"981154297936001","imei2":"981154297936001","popurl":"www.vidhya-bharadwaj.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185324,"job_number":"JOB_185324","tr_customer_id":185342,"tr_customer_product_id":185332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Bhudeva Jain","mobile_number":"7477119178","email_id":"param.banerjee@gmail.com","dop":"2026-02-03","serial_number":"165521204162711","imei1":"165521204162711","imei2":"165521204162711","popurl":"www.bela-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185325,"job_number":"JOB_185325","tr_customer_id":185343,"tr_customer_product_id":185333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Ritesh Mukhopadhyay","mobile_number":"7416478396","email_id":"amish.mehra@yahoo.co.in","dop":"2026-02-03","serial_number":"963491715886122","imei1":"963491715886122","imei2":"963491715886122","popurl":"www.giri-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185326,"job_number":"JOB_185326","tr_customer_id":185344,"tr_customer_product_id":185334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Chidaakaash Dubashi","mobile_number":"7483292197","email_id":"dipendra.naik@gmail.com","dop":"2026-02-03","serial_number":"811913326786097","imei1":"811913326786097","imei2":"811913326786097","popurl":"www.dwaipayana-tagore.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185327,"job_number":"JOB_185327","tr_customer_id":185345,"tr_customer_product_id":185335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Kalinda Nayar","mobile_number":"7422072888","email_id":"aayushman.asan@yahoo.co.in","dop":"2026-02-03","serial_number":"168049538637152","imei1":"168049538637152","imei2":"168049538637152","popurl":"www.bhamini-pothuvaal.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185328,"job_number":"JOB_185328","tr_customer_id":185346,"tr_customer_product_id":185336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Eekalabya Jha","mobile_number":"7497873102","email_id":"manisha.mishra@yahoo.co.in","dop":"2026-02-03","serial_number":"308642031875530","imei1":"308642031875530","imei2":"308642031875530","popurl":"www.guru-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185329,"job_number":"JOB_185329","tr_customer_id":185347,"tr_customer_product_id":185337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Sukanya Achari","mobile_number":"7485035556","email_id":"krishnadas.gupta@gmail.com","dop":"2026-02-03","serial_number":"509217954264841","imei1":"509217954264841","imei2":"509217954264841","popurl":"www.chidaatma-ahuja.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185330,"job_number":"JOB_185330","tr_customer_id":185348,"tr_customer_product_id":185338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Draupadi Singh","mobile_number":"7453120290","email_id":"tanushri.mukhopadhyay@hotmail.com","dop":"2026-02-03","serial_number":"485706593443599","imei1":"485706593443599","imei2":"485706593443599","popurl":"www.vrund-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185331,"job_number":"JOB_185331","tr_customer_id":185349,"tr_customer_product_id":185339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Goswamee Butt","mobile_number":"7476502562","email_id":"chandraswaroopa.abbott@yahoo.co.in","dop":"2026-02-03","serial_number":"968239201926792","imei1":"968239201926792","imei2":"968239201926792","popurl":"www.malti-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185332,"job_number":"JOB_185332","tr_customer_id":185350,"tr_customer_product_id":185340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Ameyatma Bhat","mobile_number":"7469324123","email_id":"bhagavaan.deshpande@gmail.com","dop":"2026-02-03","serial_number":"870103085181925","imei1":"870103085181925","imei2":"870103085181925","popurl":"www.aadidev-varman.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185333,"job_number":"JOB_185333","tr_customer_id":185351,"tr_customer_product_id":185341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Gouranga Guha","mobile_number":"7448580793","email_id":"kamala.iyengar@gmail.com","dop":"2026-02-03","serial_number":"451518087734296","imei1":"451518087734296","imei2":"451518087734296","popurl":"www.jagadisha-naik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185334,"job_number":"JOB_185334","tr_customer_id":185352,"tr_customer_product_id":185342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Hamsini Acharya","mobile_number":"7462796973","email_id":"dayamayee.dubashi@yahoo.co.in","dop":"2026-02-03","serial_number":"509736544375420","imei1":"509736544375420","imei2":"509736544375420","popurl":"www.aasa-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185335,"job_number":"JOB_185335","tr_customer_id":185353,"tr_customer_product_id":185343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T10:50:49.000Z","modified_at":"2026-02-13T10:53:11.000Z","name":"Gonzalo Kiehn","mobile_number":"842-840-2298","email_id":"Clyde_Kihn@hotmail.com","dop":"2026-01-04","serial_number":"13436894252556","imei1":"13436894252556","imei2":"13436894252556","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185336,"job_number":"JOB_185336","tr_customer_id":185354,"tr_customer_product_id":185344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T10:56:49.000Z","modified_at":"2026-02-13T10:58:16.000Z","name":"Alexie Beahan","mobile_number":"557-645-2119","email_id":"Tate7@hotmail.com","dop":"2026-01-04","serial_number":"13955789193264","imei1":"13955789193264","imei2":"13955789193264","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185337,"job_number":"JOB_185337","tr_customer_id":185355,"tr_customer_product_id":185345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:02:29.000Z","modified_at":"2026-02-13T11:02:30.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-02-03","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-02-03T11:02:20.464023936Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:02:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185338,"job_number":"JOB_185338","tr_customer_id":185356,"tr_customer_product_id":185346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:02:31.000Z","modified_at":"2026-02-13T11:02:31.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-02-03","serial_number":"53377966843989","imei1":"53377966843989","imei2":"53377966843989","popurl":"2026-02-03T11:02:20.466245772Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:02:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185339,"job_number":"JOB_185339","tr_customer_id":185357,"tr_customer_product_id":185347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:02:43.000Z","modified_at":"2026-02-13T11:02:43.000Z","name":"Kirti Chopra","mobile_number":"8633229297","email_id":"manik.pandey@hotmail.com","dop":"2026-02-03","serial_number":"85116152646857","imei1":"85116152646857","imei2":"85116152646857","popurl":"www.yogendra-dhawan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:02:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185340,"job_number":"JOB_185340","tr_customer_id":185358,"tr_customer_product_id":185348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:07:17.000Z","modified_at":"2026-02-13T11:07:17.000Z","name":"Jatin Tech","mobile_number":"8844737373","email_id":"test.tech@gmail.com","dop":"2025-09-30","serial_number":"15268472150161","imei1":"15268472150161","imei2":"15268472150161","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185341,"job_number":"JOB_185341","tr_customer_id":185359,"tr_customer_product_id":185349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:07:18.000Z","modified_at":"2026-02-13T11:07:28.000Z","name":"Agustin Weber","mobile_number":"534-799-5044","email_id":"Penelope.Marvin@hotmail.com","dop":"2025-09-30","serial_number":"11345457852565","imei1":"11345457852565","imei2":"11345457852565","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:07:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185342,"job_number":"JOB_185342","tr_customer_id":185360,"tr_customer_product_id":185350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:07:33.000Z","modified_at":"2026-02-13T11:07:33.000Z","name":"Satish ABCD","mobile_number":"8765737373","email_id":"test12.tech@gmail.com","dop":"2025-09-30","serial_number":"19943087830675","imei1":"19943087830675","imei2":"19943087830675","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:07:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185343,"job_number":"JOB_185343","tr_customer_id":185361,"tr_customer_product_id":185351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:07:33.000Z","modified_at":"2026-02-13T11:07:43.000Z","name":"Jazmyn Mohr","mobile_number":"653-573-4092","email_id":"Nola_Hessel@yahoo.com","dop":"2025-09-30","serial_number":"18678705519218","imei1":"18678705519218","imei2":"18678705519218","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:07:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185344,"job_number":"JOB_185344","tr_customer_id":185362,"tr_customer_product_id":185352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:12:55.000Z","modified_at":"2026-02-13T11:17:48.000Z","name":"Brenden Roberts","mobile_number":"843-464-1259","email_id":"Alanis_Muller10@yahoo.com","dop":"2026-01-04","serial_number":"11946383770086","imei1":"11946383770086","imei2":"11946383770086","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T11:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185346,"job_number":"JOB_185346","tr_customer_id":185364,"tr_customer_product_id":185354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:32:43.000Z","modified_at":"2026-02-13T13:05:55.000Z","name":"Theodore Bauch","mobile_number":"748-369-0757","email_id":"Russ_Ruecker78@yahoo.com","dop":"2026-01-04","serial_number":"18092205862248","imei1":"18092205862248","imei2":"18092205862248","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185349,"job_number":"JOB_185349","tr_customer_id":185367,"tr_customer_product_id":185357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:51:54.000Z","modified_at":"2026-02-13T11:51:54.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-02-03","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-02-03T11:51:54.393969846Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185350,"job_number":"JOB_185350","tr_customer_id":185368,"tr_customer_product_id":185358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T12:39:02.000Z","modified_at":"2026-02-13T12:39:02.000Z","name":"Shridhar adhav","mobile_number":"9881654565","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"","imei1":"","imei2":"","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T12:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185351,"job_number":"JOB_185351","tr_customer_id":185369,"tr_customer_product_id":185359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:07:24.000Z","modified_at":"2026-02-13T13:09:39.000Z","name":"Ara O'Keefe","mobile_number":"329-594-2888","email_id":"Taya84@yahoo.com","dop":"2026-01-04","serial_number":"13649511242120","imei1":"13649511242120","imei2":"13649511242120","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:09:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185352,"job_number":"JOB_185352","tr_customer_id":185370,"tr_customer_product_id":185360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:26:34.000Z","modified_at":"2026-02-13T13:26:40.000Z","name":"Florencio Lueilwitz","mobile_number":"726-951-3063","email_id":"Darwin_Stoltenberg90@yahoo.com","dop":"2026-01-24","serial_number":"16395166116014","imei1":"16395166116014","imei2":"16395166116014","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:26:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185353,"job_number":"JOB_185353","tr_customer_id":185371,"tr_customer_product_id":185361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:34:13.000Z","modified_at":"2026-02-13T13:34:19.000Z","name":"Octavia Green","mobile_number":"438-922-8807","email_id":"Marquis.Brown59@yahoo.com","dop":"2026-01-24","serial_number":"11393171707898","imei1":"11393171707898","imei2":"11393171707898","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185354,"job_number":"JOB_185354","tr_customer_id":185372,"tr_customer_product_id":185362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:41:42.000Z","modified_at":"2026-02-13T13:41:42.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-02-03","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-02-03T13:41:41.956385733Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185355,"job_number":"JOB_185355","tr_customer_id":185373,"tr_customer_product_id":185363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:47:56.000Z","modified_at":"2026-02-13T13:47:56.000Z","name":"Terrell Kling","mobile_number":"483-660-5412","email_id":"Bryana_Ratke@yahoo.com","dop":"2025-05-05","serial_number":"18068843612898","imei1":"18068843612898","imei2":"18068843612898","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185356,"job_number":"JOB_185356","tr_customer_id":185374,"tr_customer_product_id":185364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:50:55.000Z","modified_at":"2026-02-13T13:50:55.000Z","name":"Aleen Luettgen","mobile_number":"441-363-1874","email_id":"Cierra81@yahoo.com","dop":"2025-11-06","serial_number":"10029378618828464","imei1":"10029378618828464","imei2":"10029378618828464","popurl":"2025-11-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185357,"job_number":"JOB_185357","tr_customer_id":185375,"tr_customer_product_id":185365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:09.000Z","modified_at":"2026-02-13T13:52:09.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"15310167321361","imei1":"15310167321361","imei2":"15310167321361","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185358,"job_number":"JOB_185358","tr_customer_id":185376,"tr_customer_product_id":185366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:09.000Z","modified_at":"2026-02-13T13:52:40.000Z","name":"Zetta Goyette","mobile_number":"374-572-0515","email_id":"Ransom.Prohaska57@yahoo.com","dop":"2025-08-24","serial_number":"11583776053109","imei1":"11583776053109","imei2":"11583776053109","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:52:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185359,"job_number":"JOB_185359","tr_customer_id":185377,"tr_customer_product_id":185367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:10.000Z","modified_at":"2026-02-13T13:52:10.000Z","name":"Stefan Wintheiser","mobile_number":"985-670-1335","email_id":"Maryjane_Klein90@yahoo.com","dop":"2025-08-24","serial_number":"1006075575150173","imei1":"1006075575150173","imei2":"1006075575150173","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185360,"job_number":"JOB_185360","tr_customer_id":185378,"tr_customer_product_id":185368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:44.000Z","modified_at":"2026-02-13T13:52:44.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"18771659753439","imei1":"18771659753439","imei2":"18771659753439","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185361,"job_number":"JOB_185361","tr_customer_id":185379,"tr_customer_product_id":185369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:44.000Z","modified_at":"2026-02-13T13:53:13.000Z","name":"Dayana Gusikowski","mobile_number":"891-547-0669","email_id":"Reinhold84@gmail.com","dop":"2025-08-24","serial_number":"15890815927105","imei1":"15890815927105","imei2":"15890815927105","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:53:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185362,"job_number":"JOB_185362","tr_customer_id":185380,"tr_customer_product_id":185370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:45.000Z","modified_at":"2026-02-13T13:52:45.000Z","name":"Palma Bahringer","mobile_number":"745-455-6417","email_id":"Zoie_Hills@yahoo.com","dop":"2025-08-24","serial_number":"1058035250148623","imei1":"1058035250148623","imei2":"1058035250148623","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185363,"job_number":"JOB_185363","tr_customer_id":185381,"tr_customer_product_id":185371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:53:17.000Z","modified_at":"2026-02-13T13:53:17.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"16030485473957","imei1":"16030485473957","imei2":"16030485473957","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185364,"job_number":"JOB_185364","tr_customer_id":185382,"tr_customer_product_id":185372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:53:18.000Z","modified_at":"2026-02-13T13:53:47.000Z","name":"Gunnar Ruecker","mobile_number":"256-590-5112","email_id":"Geovany_McDermott71@gmail.com","dop":"2025-08-24","serial_number":"11504324784473","imei1":"11504324784473","imei2":"11504324784473","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185365,"job_number":"JOB_185365","tr_customer_id":185383,"tr_customer_product_id":185373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:53:18.000Z","modified_at":"2026-02-13T13:53:18.000Z","name":"Nichole West","mobile_number":"906-269-4203","email_id":"Flo_Goldner32@hotmail.com","dop":"2025-08-24","serial_number":"1009562412616311","imei1":"1009562412616311","imei2":"1009562412616311","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185366,"job_number":"JOB_185366","tr_customer_id":185384,"tr_customer_product_id":185374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:32.000Z","modified_at":"2026-02-13T13:56:32.000Z","name":"Jesus Moen","mobile_number":"478-612-4834","email_id":"Gordon_Pagac55@hotmail.com","dop":"2025-05-30","serial_number":"14761931379943","imei1":"14761931379943","imei2":"14761931379943","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185367,"job_number":"JOB_185367","tr_customer_id":185385,"tr_customer_product_id":185375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:33.000Z","modified_at":"2026-02-13T13:56:33.000Z","name":"Ramiro Mante","mobile_number":"329-366-5820","email_id":"Sylvan81@yahoo.com","dop":"2025-05-30","serial_number":"15886316827073","imei1":"15886316827073","imei2":"15886316827073","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185368,"job_number":"JOB_185368","tr_customer_id":185386,"tr_customer_product_id":185376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:34.000Z","modified_at":"2026-02-13T13:56:34.000Z","name":"Melvina Mitchell","mobile_number":"893-437-4377","email_id":"Ozella4@yahoo.com","dop":"2025-05-30","serial_number":"1209286513315207","imei1":"1209286513315207","imei2":"1209286513315207","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184770,"job_number":"JOB_184770","tr_customer_id":184788,"tr_customer_product_id":184778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:13:25.000Z","modified_at":"2026-02-13T04:13:25.000Z","name":"Fabian Windler","mobile_number":"719-828-2669","email_id":"Arvel27@gmail.com","dop":"2025-04-25","serial_number":"56506592488350","imei1":"56506592488350","imei2":"56506592488350","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:13:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184771,"job_number":"JOB_184771","tr_customer_id":184789,"tr_customer_product_id":184779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:26:41.000Z","modified_at":"2026-02-13T04:26:41.000Z","name":"Garnett Grant","mobile_number":"405-686-3819","email_id":"Karianne24@gmail.com","dop":"2025-04-25","serial_number":"15202885172969","imei1":"15202885172969","imei2":"15202885172969","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184785,"job_number":"JOB_184785","tr_customer_id":184803,"tr_customer_product_id":184793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:34.000Z","modified_at":"2026-02-13T04:31:43.000Z","name":"saitama sensei","mobile_number":"274-774-3764","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"297411121525259","imei1":"297411121525259","imei2":"297411121525259","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184793,"job_number":"JOB_184793","tr_customer_id":184811,"tr_customer_product_id":184801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:46.000Z","modified_at":"2026-02-13T04:31:55.000Z","name":"tanjiro kamado","mobile_number":"901-268-1261","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"193779067814110","imei1":"193779067814110","imei2":"193779067814110","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184797,"job_number":"JOB_184797","tr_customer_id":184815,"tr_customer_product_id":184805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:57.000Z","modified_at":"2026-02-13T04:32:07.000Z","name":"giyu tomiaka","mobile_number":"231-242-4523","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"447158861735649","imei1":"447158861735649","imei2":"447158861735649","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184809,"job_number":"JOB_184809","tr_customer_id":184827,"tr_customer_product_id":184817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:16.000Z","modified_at":"2026-02-13T04:32:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Austyn_Hegmann89@yahoo.com","dop":"2025-07-02","serial_number":"19663781366473","imei1":"19663781366473","imei2":"19663781366473","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184830,"job_number":"JOB_184830","tr_customer_id":184848,"tr_customer_product_id":184838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:33.000Z","modified_at":"2026-02-13T04:32:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Rachelle23@hotmail.com","dop":"2025-07-02","serial_number":"11218703119793","imei1":"11218703119793","imei2":"11218703119793","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184841,"job_number":"JOB_184841","tr_customer_id":184859,"tr_customer_product_id":184849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:44.000Z","modified_at":"2026-02-13T04:33:08.000Z","name":"Osborne Fay","mobile_number":"227-222-9141","email_id":"Jeremy.Willms71@yahoo.com","dop":"2025-10-01","serial_number":"11023966509764","imei1":"11023966509764","imei2":"11023966509764","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184845,"job_number":"JOB_184845","tr_customer_id":184863,"tr_customer_product_id":184853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:47.000Z","modified_at":"2026-02-13T04:32:47.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"154392241561772","imei1":"154392241561772","imei2":"154392241561772","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184846,"job_number":"JOB_184846","tr_customer_id":184864,"tr_customer_product_id":184854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:47.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Lyric Swaniawski","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102798607821719","imei1":"102798607821719","imei2":"102798607821719","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184849,"job_number":"JOB_184849","tr_customer_id":184867,"tr_customer_product_id":184857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Joany Lemke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"132037029593101","imei1":"132037029593101","imei2":"132037029593101","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184851,"job_number":"JOB_184851","tr_customer_id":184869,"tr_customer_product_id":184859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Donnie Orn","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160113901553565","imei1":"160113901553565","imei2":"160113901553565","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184856,"job_number":"JOB_184856","tr_customer_id":184874,"tr_customer_product_id":184864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cheyanne_Considine83@yahoo.com","dop":"2025-07-02","serial_number":"12452529073758","imei1":"12452529073758","imei2":"12452529073758","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184869,"job_number":"JOB_184869","tr_customer_id":184887,"tr_customer_product_id":184877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:56.000Z","modified_at":"2026-02-13T04:33:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10964583533591","imei1":"10964583533591","imei2":"10964583533591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184871,"job_number":"JOB_184871","tr_customer_id":184889,"tr_customer_product_id":184879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18733072514249","imei1":"18733072514249","imei2":"18733072514249","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184874,"job_number":"JOB_184874","tr_customer_id":184892,"tr_customer_product_id":184882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100468240294064","imei1":"100468240294064","imei2":"100468240294064","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184876,"job_number":"JOB_184876","tr_customer_id":184894,"tr_customer_product_id":184884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:58.000Z","modified_at":"2026-02-13T04:33:09.000Z","name":"Lucious Wolf","mobile_number":"922-825-0936","email_id":"Neil.Yundt46@yahoo.com","dop":"2025-06-09","serial_number":"103808579576649","imei1":"103808579576649","imei2":"103808579576649","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184877,"job_number":"JOB_184877","tr_customer_id":184895,"tr_customer_product_id":184885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:58.000Z","modified_at":"2026-02-13T04:32:58.000Z","name":"Winnifred Kunde","mobile_number":"533-419-2403","email_id":"Dewitt27@yahoo.com","dop":"2025-06-09","serial_number":"102400058417104","imei1":"102400058417104","imei2":"102400058417104","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184882,"job_number":"JOB_184882","tr_customer_id":184900,"tr_customer_product_id":184890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"115657934577972","imei1":"115657934577972","imei2":"115657934577972","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184884,"job_number":"JOB_184884","tr_customer_id":184902,"tr_customer_product_id":184892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"Melissa Daugherty","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197876089208755","imei1":"197876089208755","imei2":"197876089208755","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184887,"job_number":"JOB_184887","tr_customer_id":184905,"tr_customer_product_id":184895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Herman Daniel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187491371112259","imei1":"187491371112259","imei2":"187491371112259","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184890,"job_number":"JOB_184890","tr_customer_id":184908,"tr_customer_product_id":184898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Jaron Beahan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"153272174150781","imei1":"153272174150781","imei2":"153272174150781","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184893,"job_number":"JOB_184893","tr_customer_id":184911,"tr_customer_product_id":184901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:04.000Z","modified_at":"2026-02-13T04:33:13.000Z","name":"Jerel Ryan","mobile_number":"706-570-9683","email_id":"Deion71@hotmail.com","dop":"2025-12-31","serial_number":"10121588991544","imei1":"10121588991544","imei2":"10121588991544","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184902,"job_number":"JOB_184902","tr_customer_id":184920,"tr_customer_product_id":184910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:13.000Z","modified_at":"2026-02-13T04:33:13.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"101546835092311","imei1":"101546835092311","imei2":"101546835092311","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184904,"job_number":"JOB_184904","tr_customer_id":184922,"tr_customer_product_id":184912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:13.000Z","modified_at":"2026-02-13T04:33:25.000Z","name":"Cameron Cremin","mobile_number":"321-436-7632","email_id":"Murphy.Bechtelar@yahoo.com","dop":"2025-06-09","serial_number":"102382998317434","imei1":"102382998317434","imei2":"102382998317434","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184907,"job_number":"JOB_184907","tr_customer_id":184925,"tr_customer_product_id":184915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:14.000Z","modified_at":"2026-02-13T04:33:14.000Z","name":"Daryl Kozey","mobile_number":"986-620-8870","email_id":"Carley.Batz@gmail.com","dop":"2025-06-09","serial_number":"103794403792222","imei1":"103794403792222","imei2":"103794403792222","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184909,"job_number":"JOB_184909","tr_customer_id":184927,"tr_customer_product_id":184917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:17.000Z","modified_at":"2026-02-13T04:33:25.000Z","name":"Aglae Rogahn","mobile_number":"780-794-0199","email_id":"Jake_Hodkiewicz49@hotmail.com","dop":"2025-12-31","serial_number":"10397078100004","imei1":"10397078100004","imei2":"10397078100004","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184915,"job_number":"JOB_184915","tr_customer_id":184933,"tr_customer_product_id":184923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:29.000Z","modified_at":"2026-02-13T04:33:38.000Z","name":"Tanner Rosenbaum","mobile_number":"608-421-0214","email_id":"Jolie29@gmail.com","dop":"2025-12-31","serial_number":"10833314235745","imei1":"10833314235745","imei2":"10833314235745","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184916,"job_number":"JOB_184916","tr_customer_id":184934,"tr_customer_product_id":184924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:29.000Z","modified_at":"2026-02-13T04:33:29.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100467872168693","imei1":"100467872168693","imei2":"100467872168693","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184917,"job_number":"JOB_184917","tr_customer_id":184935,"tr_customer_product_id":184925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:30.000Z","modified_at":"2026-02-13T04:33:40.000Z","name":"Haley Miller","mobile_number":"848-676-3860","email_id":"Alana.Hand4@hotmail.com","dop":"2025-06-09","serial_number":"105822875314733","imei1":"105822875314733","imei2":"105822875314733","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184918,"job_number":"JOB_184918","tr_customer_id":184936,"tr_customer_product_id":184926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:30.000Z","modified_at":"2026-02-13T04:33:30.000Z","name":"Marlon Simonis","mobile_number":"424-759-4352","email_id":"Abdiel_Parisian99@hotmail.com","dop":"2025-06-09","serial_number":"109827038043724","imei1":"109827038043724","imei2":"109827038043724","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185009,"job_number":"JOB_185009","tr_customer_id":185027,"tr_customer_product_id":185017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:16:35.000Z","modified_at":"2026-02-13T05:16:44.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15155683513101","imei1":"15155683513101","imei2":"15155683513101","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185010,"job_number":"JOB_185010","tr_customer_id":185028,"tr_customer_product_id":185018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:16:35.000Z","modified_at":"2026-02-13T05:16:35.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13197577753436","imei1":"13197577753436","imei2":"13197577753436","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:16:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185022,"job_number":"JOB_185022","tr_customer_id":185040,"tr_customer_product_id":185030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:42:48.000Z","modified_at":"2026-02-13T06:42:58.000Z","name":"Olen Price","mobile_number":"267-655-8854","email_id":"Ena55@yahoo.com","dop":"2025-11-04","serial_number":"51361948768774","imei1":"51361948768774","imei2":"51361948768774","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185023,"job_number":"JOB_185023","tr_customer_id":185041,"tr_customer_product_id":185031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:43:02.000Z","modified_at":"2026-02-13T06:43:13.000Z","name":"King Wilderman","mobile_number":"848-622-9449","email_id":"Izaiah_Jaskolski@gmail.com","dop":"2025-11-04","serial_number":"67610446735554","imei1":"67610446735554","imei2":"67610446735554","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:43:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185024,"job_number":"JOB_185024","tr_customer_id":185042,"tr_customer_product_id":185032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:43:17.000Z","modified_at":"2026-02-13T06:43:27.000Z","name":"Vernice Schaefer","mobile_number":"669-451-0795","email_id":"Krystel67@gmail.com","dop":"2025-11-04","serial_number":"27173294774381","imei1":"27173294774381","imei2":"27173294774381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185025,"job_number":"JOB_185025","tr_customer_id":185043,"tr_customer_product_id":185033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:43:29.000Z","modified_at":"2026-02-13T06:43:51.000Z","name":"Gregoria Abbott","mobile_number":"605-395-9636","email_id":"Kylie.Tillman16@gmail.com","dop":"2025-10-01","serial_number":"13918933019364","imei1":"13918933019364","imei2":"13918933019364","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185026,"job_number":"JOB_185026","tr_customer_id":185044,"tr_customer_product_id":185034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:14.000Z","modified_at":"2026-02-13T06:45:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104669259547998","imei1":"104669259547998","imei2":"104669259547998","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185027,"job_number":"JOB_185027","tr_customer_id":185045,"tr_customer_product_id":185035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:15.000Z","modified_at":"2026-02-13T06:45:25.000Z","name":"Vivian Heathcote","mobile_number":"472-641-8325","email_id":"Adonis.Swift@gmail.com","dop":"2025-06-09","serial_number":"104420093791719","imei1":"104420093791719","imei2":"104420093791719","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185028,"job_number":"JOB_185028","tr_customer_id":185046,"tr_customer_product_id":185036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:15.000Z","modified_at":"2026-02-13T06:45:15.000Z","name":"Torrance Schimmel","mobile_number":"223-815-6594","email_id":"Una.Champlin50@yahoo.com","dop":"2025-06-09","serial_number":"104716247270732","imei1":"104716247270732","imei2":"104716247270732","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185029,"job_number":"JOB_185029","tr_customer_id":185047,"tr_customer_product_id":185037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:30.000Z","modified_at":"2026-02-13T06:45:30.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107081951876080","imei1":"107081951876080","imei2":"107081951876080","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185030,"job_number":"JOB_185030","tr_customer_id":185048,"tr_customer_product_id":185038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:30.000Z","modified_at":"2026-02-13T06:45:41.000Z","name":"Lora Murazik","mobile_number":"235-695-1250","email_id":"Casimer57@hotmail.com","dop":"2025-06-09","serial_number":"108419254141207","imei1":"108419254141207","imei2":"108419254141207","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:45:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185031,"job_number":"JOB_185031","tr_customer_id":185049,"tr_customer_product_id":185039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:30.000Z","modified_at":"2026-02-13T06:45:30.000Z","name":"Cesar Stracke","mobile_number":"578-693-7255","email_id":"Margret.Veum51@yahoo.com","dop":"2025-06-09","serial_number":"106657207674390","imei1":"106657207674390","imei2":"106657207674390","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185032,"job_number":"JOB_185032","tr_customer_id":185050,"tr_customer_product_id":185040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:45.000Z","modified_at":"2026-02-13T06:45:45.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107520759406352","imei1":"107520759406352","imei2":"107520759406352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185033,"job_number":"JOB_185033","tr_customer_id":185051,"tr_customer_product_id":185041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:45.000Z","modified_at":"2026-02-13T06:45:56.000Z","name":"Opal Bashirian","mobile_number":"532-719-0314","email_id":"Golda49@hotmail.com","dop":"2025-06-09","serial_number":"106279056948381","imei1":"106279056948381","imei2":"106279056948381","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185034,"job_number":"JOB_185034","tr_customer_id":185052,"tr_customer_product_id":185042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:46.000Z","modified_at":"2026-02-13T06:45:46.000Z","name":"Marcelo Wehner","mobile_number":"345-569-4804","email_id":"Vito3@gmail.com","dop":"2025-06-09","serial_number":"109269254903528","imei1":"109269254903528","imei2":"109269254903528","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185041,"job_number":"JOB_185041","tr_customer_id":185059,"tr_customer_product_id":185049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:47:35.000Z","modified_at":"2026-02-13T06:48:15.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"92007400997258","imei1":"92007400997258","imei2":"92007400997258","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185068,"job_number":"JOB_185068","tr_customer_id":185086,"tr_customer_product_id":185076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:13.000Z","modified_at":"2026-02-13T06:55:24.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"20446215056147","imei1":"20446215056147","imei2":"20446215056147","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185069,"job_number":"JOB_185069","tr_customer_id":185087,"tr_customer_product_id":185077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:29.000Z","modified_at":"2026-02-13T06:55:40.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"29971143601885","imei1":"29971143601885","imei2":"29971143601885","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185070,"job_number":"JOB_185070","tr_customer_id":185088,"tr_customer_product_id":185078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:44.000Z","modified_at":"2026-02-13T06:55:55.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"82978036945193","imei1":"82978036945193","imei2":"82978036945193","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185170,"job_number":"JOB_185170","tr_customer_id":185188,"tr_customer_product_id":185178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:49:58.000Z","modified_at":"2026-02-13T07:50:09.000Z","name":"Itzel Beatty","mobile_number":"341-283-8729","email_id":"Jayda_Swift@gmail.com","dop":"2025-11-04","serial_number":"66211711924762","imei1":"66211711924762","imei2":"66211711924762","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185171,"job_number":"JOB_185171","tr_customer_id":185189,"tr_customer_product_id":185179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:50:14.000Z","modified_at":"2026-02-13T07:50:25.000Z","name":"Caitlyn Stoltenberg","mobile_number":"797-750-4275","email_id":"Izaiah.Lind@yahoo.com","dop":"2025-11-04","serial_number":"31833535888663","imei1":"31833535888663","imei2":"31833535888663","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185172,"job_number":"JOB_185172","tr_customer_id":185190,"tr_customer_product_id":185180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:50:29.000Z","modified_at":"2026-02-13T07:50:41.000Z","name":"Haylie Hintz","mobile_number":"445-455-0339","email_id":"Anjali_Schneider98@gmail.com","dop":"2025-11-04","serial_number":"24594584909032","imei1":"24594584909032","imei2":"24594584909032","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185173,"job_number":"JOB_185173","tr_customer_id":185191,"tr_customer_product_id":185181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:54:19.000Z","modified_at":"2026-02-13T07:54:19.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Carmel.Goyette10@gmail.com","dop":"2025-07-02","serial_number":"15225496783550","imei1":"15225496783550","imei2":"15225496783550","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185174,"job_number":"JOB_185174","tr_customer_id":185192,"tr_customer_product_id":185182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:54:36.000Z","modified_at":"2026-02-13T07:54:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Annette_Jenkins@hotmail.com","dop":"2025-07-02","serial_number":"19956111849257","imei1":"19956111849257","imei2":"19956111849257","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:54:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185175,"job_number":"JOB_185175","tr_customer_id":185193,"tr_customer_product_id":185183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:54:53.000Z","modified_at":"2026-02-13T07:54:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Orval18@yahoo.com","dop":"2025-07-02","serial_number":"16425780633885","imei1":"16425780633885","imei2":"16425780633885","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185178,"job_number":"JOB_185178","tr_customer_id":185196,"tr_customer_product_id":185186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:01:39.000Z","modified_at":"2026-02-13T08:01:50.000Z","name":"Josue Schowalter","mobile_number":"297-205-9571","email_id":"Reggie.Wiegand31@hotmail.com","dop":"2025-11-04","serial_number":"43773190540745","imei1":"43773190540745","imei2":"43773190540745","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185179,"job_number":"JOB_185179","tr_customer_id":185197,"tr_customer_product_id":185187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:01:54.000Z","modified_at":"2026-02-13T08:02:05.000Z","name":"Fausto Hegmann","mobile_number":"418-275-3905","email_id":"Skylar_Berge@gmail.com","dop":"2025-11-04","serial_number":"49682394924087","imei1":"49682394924087","imei2":"49682394924087","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185180,"job_number":"JOB_185180","tr_customer_id":185198,"tr_customer_product_id":185188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:02:09.000Z","modified_at":"2026-02-13T08:02:20.000Z","name":"Valentin Collins","mobile_number":"205-615-6634","email_id":"Quinten.Dickens83@hotmail.com","dop":"2025-11-04","serial_number":"65441272462421","imei1":"65441272462421","imei2":"65441272462421","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185183,"job_number":"JOB_185183","tr_customer_id":185201,"tr_customer_product_id":185191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:22:03.000Z","modified_at":"2026-02-13T08:22:03.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"22667278896558","imei1":"22667278896558","imei2":"22667278896558","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185184,"job_number":"JOB_185184","tr_customer_id":185202,"tr_customer_product_id":185192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:48:22.000Z","modified_at":"2026-02-13T08:48:22.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"18415998351827","imei1":"18415998351827","imei2":"18415998351827","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:48:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185185,"job_number":"JOB_185185","tr_customer_id":185203,"tr_customer_product_id":185193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:48:26.000Z","modified_at":"2026-02-13T08:48:26.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"17054272707959","imei1":"17054272707959","imei2":"17054272707959","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185186,"job_number":"JOB_185186","tr_customer_id":185204,"tr_customer_product_id":185194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:48:29.000Z","modified_at":"2026-02-13T08:48:29.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"13559321136964","imei1":"13559321136964","imei2":"13559321136964","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185198,"job_number":"JOB_185198","tr_customer_id":185216,"tr_customer_product_id":185206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:57:50.000Z","modified_at":"2026-02-13T08:57:50.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"14084520289726","imei1":"14084520289726","imei2":"14084520289726","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185199,"job_number":"JOB_185199","tr_customer_id":185217,"tr_customer_product_id":185207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:04.000Z","modified_at":"2026-02-13T11:16:13.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"10779356871007","imei1":"10779356871007","imei2":"10779356871007","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:16:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185211,"job_number":"JOB_185211","tr_customer_id":185229,"tr_customer_product_id":185219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:00:47.000Z","modified_at":"2026-02-13T09:00:47.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"14884411815575","imei1":"14884411815575","imei2":"14884411815575","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185345,"job_number":"JOB_185345","tr_customer_id":185363,"tr_customer_product_id":185353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:32:00.000Z","modified_at":"2026-02-13T11:32:00.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"10134742422640","imei1":"10134742422640","imei2":"10134742422640","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185347,"job_number":"JOB_185347","tr_customer_id":185365,"tr_customer_product_id":185355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:33:24.000Z","modified_at":"2026-02-13T11:33:31.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"16469561537123","imei1":"16469561537123","imei2":"16469561537123","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:33:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185348,"job_number":"JOB_185348","tr_customer_id":185366,"tr_customer_product_id":185356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:33:49.000Z","modified_at":"2026-02-13T11:33:56.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"19214927921753","imei1":"19214927921753","imei2":"19214927921753","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 200 OK | 1 | 0 | 0 |
| Verify response message should be 'Success' | 1 | 0 | 0 |
| Verify response data should be a non-empty array. | 1 | 0 | 0 |
| Verify Response time should be below 250 ms | 0 | 1 | 0 |
| Verify Keys are present for job with jobId: 184839 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184839 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184842 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184842 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184912 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184912 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184914 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184914 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184955 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184955 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184957 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184957 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184981 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184981 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184983 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184983 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185091 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185091 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185093 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185093 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185106 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185106 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185108 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185108 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185118 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185118 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185120 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185120 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185127 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185127 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185129 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185129 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184756 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184756 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184757 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184757 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184758 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184758 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184759 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184759 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184760 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184760 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184761 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184761 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184762 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184762 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184763 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184763 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184764 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184764 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184765 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184765 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184766 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184766 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184767 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184767 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184768 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184768 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184769 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184769 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184772 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184772 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184773 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184773 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184774 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184774 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184775 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184775 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184776 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184776 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184777 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184777 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184778 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184778 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184779 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184779 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184780 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184780 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184781 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184781 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184782 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184782 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184783 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184783 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184784 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184784 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184786 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184786 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184787 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184787 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184788 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184788 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184789 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184789 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184790 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184790 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184791 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184791 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184792 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184792 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184794 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184794 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184795 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184795 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184796 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184796 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184798 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184798 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184799 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184799 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184800 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184800 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184801 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184801 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184802 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184802 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184803 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184803 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184804 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184804 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184805 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184805 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184806 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184806 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184807 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184807 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184808 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184808 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184810 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184810 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184811 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184811 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184812 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184812 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184813 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184813 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184814 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184814 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184815 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184815 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184816 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184816 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184817 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184817 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184818 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184818 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184819 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184819 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184820 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184820 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184821 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184821 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184822 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184822 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184823 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184823 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184824 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184824 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184825 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184825 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184826 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184826 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184827 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184827 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184828 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184828 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184829 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184829 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184831 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184831 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184832 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184832 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184833 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184833 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184834 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184834 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184835 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184835 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184836 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184836 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184837 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184837 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184838 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184838 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184840 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184840 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184843 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184843 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184844 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184844 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184847 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184847 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184848 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184848 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184850 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184850 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184852 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184852 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184853 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184853 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184854 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184854 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184855 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184855 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184857 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184857 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184858 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184858 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184859 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184859 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184860 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184860 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184861 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184861 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184862 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184862 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184863 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184863 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184864 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184864 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184865 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184865 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184866 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184866 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184867 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184867 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184868 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184868 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184870 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184870 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184872 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184872 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184873 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184873 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184875 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184875 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184878 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184878 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184879 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184879 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184880 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184880 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184881 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184881 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184883 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184883 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184885 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184885 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184886 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184886 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184888 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184888 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184889 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184889 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184891 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184891 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184892 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184892 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184894 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184894 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184895 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184895 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184896 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184896 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184897 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184897 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184898 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184898 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184899 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184899 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184900 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184900 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184901 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184901 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184903 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184903 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184905 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184905 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184906 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184906 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184908 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184908 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184910 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184910 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184911 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184911 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184913 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184913 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184919 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184919 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184920 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184920 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184921 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184921 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184922 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184922 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184923 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184923 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184924 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184924 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184925 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184925 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184926 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184926 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184927 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184927 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184928 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184928 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184929 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184929 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184930 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184930 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184931 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184931 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184932 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184932 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184933 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184933 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184934 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184934 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184935 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184935 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184936 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184936 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184937 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184937 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184938 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184938 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184939 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184939 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184940 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184940 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184941 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184941 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184942 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184942 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184943 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184943 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184944 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184944 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184945 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184945 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184946 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184946 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184947 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184947 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184948 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184948 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184949 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184949 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184950 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184950 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184951 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184951 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184952 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184952 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184953 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184953 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184954 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184954 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184956 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184956 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184958 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184958 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184959 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184959 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184960 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184960 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184961 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184961 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184962 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184962 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184963 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184963 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184964 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184964 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184965 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184965 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184966 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184966 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184967 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184967 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184968 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184968 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184969 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184969 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184970 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184970 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184971 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184971 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184972 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184972 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184973 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184973 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184974 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184974 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184975 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184975 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184976 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184976 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184977 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184977 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184978 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184978 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184979 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184979 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184980 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184980 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184982 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184982 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184984 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184984 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184985 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184985 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184986 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184986 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184987 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184987 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184988 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184988 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184989 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184989 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184990 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184990 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184991 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184991 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184992 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184992 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184993 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184993 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184994 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184994 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184995 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184995 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184996 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184996 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184997 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184997 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184998 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184998 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184999 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184999 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185000 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185000 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185001 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185001 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185002 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185002 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185003 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185003 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185004 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185004 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185005 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185005 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185006 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185006 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185007 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185007 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185008 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185008 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185011 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185011 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185012 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185012 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185013 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185013 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185014 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185014 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185015 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185015 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185016 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185016 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185017 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185017 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185018 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185018 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185019 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185019 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185020 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185020 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185021 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185021 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185035 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185035 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185036 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185036 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185037 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185037 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185038 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185038 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185039 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185039 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185040 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185040 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185042 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185042 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185043 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185043 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185044 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185044 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185045 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185045 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185046 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185046 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185047 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185047 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185048 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185048 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185049 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185049 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185050 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185050 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185051 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185051 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185052 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185052 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185053 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185053 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185054 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185054 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185055 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185055 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185056 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185056 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185057 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185057 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185058 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185058 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185059 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185059 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185060 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185060 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185061 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185061 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185062 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185062 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185063 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185063 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185064 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185064 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185065 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185065 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185066 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185066 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185067 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185067 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185071 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185071 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185072 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185072 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185073 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185073 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185074 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185074 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185075 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185075 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185076 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185076 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185077 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185077 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185078 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185078 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185079 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185079 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185080 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185080 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185081 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185081 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185082 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185082 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185083 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185083 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185084 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185084 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185085 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185085 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185086 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185086 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185087 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185087 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185088 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185088 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185089 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185089 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185090 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185090 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185092 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185092 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185094 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185094 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185095 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185095 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185096 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185096 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185097 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185097 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185098 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185098 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185099 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185099 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185100 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185100 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185101 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185101 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185102 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185102 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185103 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185103 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185104 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185104 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185105 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185105 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185107 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185107 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185109 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185109 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185110 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185110 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185111 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185111 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185112 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185112 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185113 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185113 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185114 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185114 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185115 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185115 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185116 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185116 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185117 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185117 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185119 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185119 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185121 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185121 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185122 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185122 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185123 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185123 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185124 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185124 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185125 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185125 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185126 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185126 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185128 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185128 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185130 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185130 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185131 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185131 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185132 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185132 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185133 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185133 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185134 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185134 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185135 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185135 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185136 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185136 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185137 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185137 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185138 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185138 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185139 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185139 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185140 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185140 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185141 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185141 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185142 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185142 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185143 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185143 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185144 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185144 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185145 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185145 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185146 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185146 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185147 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185147 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185148 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185148 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185149 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185149 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185150 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185150 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185151 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185151 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185152 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185152 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185153 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185153 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185154 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185154 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185155 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185155 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185156 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185156 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185157 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185157 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185158 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185158 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185159 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185159 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185160 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185160 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185161 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185161 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185162 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185162 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185163 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185163 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185164 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185164 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185165 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185165 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185166 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185166 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185167 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185167 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185168 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185168 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185169 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185169 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185176 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185176 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185177 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185177 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185181 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185181 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185182 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185182 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185188 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185188 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185190 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185190 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185191 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185191 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185192 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185192 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185193 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185193 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185194 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185194 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185196 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185196 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185197 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185197 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185200 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185200 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185201 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185201 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185203 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185203 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185204 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185204 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185206 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185206 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185207 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185207 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185208 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185208 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185210 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185210 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185212 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185212 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185213 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185213 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185214 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185214 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185215 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185215 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185216 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185216 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185217 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185217 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185218 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185218 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185219 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185219 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185220 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185220 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185221 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185221 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185222 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185222 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185223 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185223 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185224 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185224 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185225 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185225 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185226 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185226 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185227 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185227 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185228 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185228 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185229 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185229 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185230 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185230 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185231 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185231 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185232 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185232 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185233 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185233 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185234 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185234 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185235 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185235 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185236 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185236 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185237 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185237 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185238 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185238 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185239 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185239 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185240 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185240 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185241 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185241 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185242 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185242 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185243 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185243 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185244 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185244 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185245 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185245 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185246 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185246 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185247 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185247 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185248 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185248 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185249 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185249 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185250 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185250 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185251 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185251 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185252 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185252 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185253 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185253 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185254 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185254 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185255 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185255 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185256 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185256 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185257 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185257 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185258 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185258 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185259 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185259 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185260 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185260 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185261 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185261 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185262 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185262 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185263 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185263 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185264 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185264 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185265 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185265 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185266 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185266 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185267 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185267 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185268 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185268 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185269 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185269 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185270 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185270 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185271 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185271 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185272 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185272 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185273 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185273 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185274 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185274 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185275 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185275 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185276 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185276 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185277 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185277 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185278 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185278 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185279 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185279 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185280 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185280 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185281 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185281 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185282 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185282 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185283 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185283 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185284 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185284 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185285 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185285 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185286 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185286 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185287 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185287 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185288 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185288 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185289 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185289 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185290 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185290 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185291 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185291 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185292 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185292 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185293 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185293 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185294 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185294 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185295 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185295 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185296 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185296 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185297 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185297 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185298 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185298 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185299 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185299 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185300 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185300 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185301 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185301 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185302 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185302 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185303 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185303 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185304 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185304 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185305 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185305 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185306 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185306 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185307 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185307 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185308 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185308 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185309 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185309 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185310 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185310 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185311 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185311 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185312 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185312 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185313 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185313 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185314 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185314 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185315 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185315 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185316 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185316 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185317 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185317 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185318 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185318 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185319 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185319 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185320 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185320 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185321 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185321 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185322 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185322 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185323 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185323 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185324 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185324 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185325 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185325 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185326 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185326 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185327 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185327 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185328 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185328 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185329 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185329 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185330 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185330 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185331 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185331 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185332 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185332 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185333 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185333 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185334 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185334 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185335 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185335 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185336 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185336 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185337 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185337 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185338 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185338 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185339 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185339 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185340 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185340 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185341 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185341 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185342 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185342 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185343 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185343 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185344 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185344 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185346 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185346 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185349 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185349 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185350 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185350 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185351 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185351 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185352 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185352 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185353 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185353 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185354 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185354 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185355 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185355 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185356 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185356 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185357 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185357 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185358 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185358 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185359 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185359 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185360 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185360 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185361 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185361 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185362 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185362 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185363 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185363 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185364 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185364 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185365 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185365 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185366 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185366 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185367 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185367 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185368 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185368 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184770 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184770 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184771 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184771 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184785 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184785 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184793 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184793 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184797 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184797 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184809 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184809 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184830 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184830 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184841 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184841 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184845 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184845 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184846 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184846 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184849 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184849 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184851 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184851 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184856 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184856 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184869 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184869 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184871 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184871 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184874 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184874 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184876 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184876 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184877 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184877 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184882 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184882 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184884 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184884 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184887 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184887 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184890 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184890 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184893 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184893 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184902 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184902 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184904 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184904 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184907 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184907 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184909 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184909 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184915 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184915 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184916 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184916 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184917 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184917 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 184918 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 184918 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185009 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185009 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185010 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185010 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185022 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185022 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185023 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185023 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185024 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185024 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185025 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185025 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185026 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185026 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185027 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185027 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185028 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185028 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185029 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185029 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185030 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185030 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185031 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185031 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185032 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185032 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185033 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185033 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185034 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185034 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185041 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185041 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185068 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185068 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185069 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185069 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185070 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185070 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185170 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185170 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185171 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185171 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185172 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185172 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185173 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185173 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185174 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185174 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185175 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185175 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185178 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185178 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185179 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185179 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185180 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185180 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185183 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185183 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185184 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185184 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185185 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185185 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185186 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185186 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185198 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185198 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185199 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185199 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185211 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185211 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185345 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185345 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185347 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185347 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 185348 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 185348 | 1 | 0 | 0 |
| Verify Job Number created createjob api should be present in this response | 1 | 0 | 0 |
| Total | 1218 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Response time should be below 250 ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 38871144-1eef-425a-a414-5b703074e235 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 40 |
{
"details_key": "created_today"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:36 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Missing Token returns 401 Unauthorized | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f3d10667-d87f-4cc1-9c94-f501e676f774 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 40 |
{
"details_key": "created_today"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:36 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Token returns 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f6e8ee1e-04db-44a6-9301-0e745dcc5d66 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 40 |
{
"details_key": "created_today"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"93638-rtYX5zbVIJOE6nDPjqTYxgO6TQY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:37 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":184839,"job_number":"JOB_184839","tr_customer_id":184857,"tr_customer_product_id":184847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:43.000Z","modified_at":"2026-02-13T04:32:43.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10221945868365","imei1":"10221945868365","imei2":"10221945868365","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184842,"job_number":"JOB_184842","tr_customer_id":184860,"tr_customer_product_id":184850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:45.000Z","modified_at":"2026-02-13T04:32:45.000Z","name":"Robin O'Connell","mobile_number":"437-228-3400","email_id":"Eusebio71@hotmail.com","dop":"2000-01-31","serial_number":"1093583948153887","imei1":"1093583948153887","imei2":"1093583948153887","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184912,"job_number":"JOB_184912","tr_customer_id":184930,"tr_customer_product_id":184920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:27.000Z","modified_at":"2026-02-13T04:33:27.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10656878833947","imei1":"10656878833947","imei2":"10656878833947","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184914,"job_number":"JOB_184914","tr_customer_id":184932,"tr_customer_product_id":184922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:29.000Z","modified_at":"2026-02-13T04:33:29.000Z","name":"Angelo Dare","mobile_number":"969-413-4693","email_id":"Moses_Windler53@hotmail.com","dop":"2000-01-31","serial_number":"1022571205384729","imei1":"1022571205384729","imei2":"1022571205384729","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184955,"job_number":"JOB_184955","tr_customer_id":184973,"tr_customer_product_id":184963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:11.000Z","modified_at":"2026-02-13T04:34:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10045108679517","imei1":"10045108679517","imei2":"10045108679517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184957,"job_number":"JOB_184957","tr_customer_id":184975,"tr_customer_product_id":184965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:13.000Z","modified_at":"2026-02-13T04:34:13.000Z","name":"Sammie Stehr","mobile_number":"932-706-4162","email_id":"Uriel94@gmail.com","dop":"2000-01-31","serial_number":"1050234470458248","imei1":"1050234470458248","imei2":"1050234470458248","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184981,"job_number":"JOB_184981","tr_customer_id":184999,"tr_customer_product_id":184989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:55.000Z","modified_at":"2026-02-13T04:34:55.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10338678071375","imei1":"10338678071375","imei2":"10338678071375","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184983,"job_number":"JOB_184983","tr_customer_id":185001,"tr_customer_product_id":184991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:56.000Z","modified_at":"2026-02-13T04:34:56.000Z","name":"Jovanny Hammes","mobile_number":"291-860-3782","email_id":"Marge.Beatty@gmail.com","dop":"2000-01-31","serial_number":"1094935318351557","imei1":"1094935318351557","imei2":"1094935318351557","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185091,"job_number":"JOB_185091","tr_customer_id":185109,"tr_customer_product_id":185099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:35.000Z","modified_at":"2026-02-13T06:59:35.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10570761384069","imei1":"10570761384069","imei2":"10570761384069","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185093,"job_number":"JOB_185093","tr_customer_id":185111,"tr_customer_product_id":185101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:36.000Z","modified_at":"2026-02-13T06:59:36.000Z","name":"Cory Crist","mobile_number":"579-337-1323","email_id":"Annabel_Stoltenberg25@gmail.com","dop":"2000-01-31","serial_number":"1077060082125822","imei1":"1077060082125822","imei2":"1077060082125822","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185106,"job_number":"JOB_185106","tr_customer_id":185124,"tr_customer_product_id":185114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:21.000Z","modified_at":"2026-02-13T07:00:21.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10402489726540","imei1":"10402489726540","imei2":"10402489726540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185108,"job_number":"JOB_185108","tr_customer_id":185126,"tr_customer_product_id":185116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:22.000Z","modified_at":"2026-02-13T07:00:22.000Z","name":"Beaulah Friesen","mobile_number":"773-476-8309","email_id":"Luz72@gmail.com","dop":"2000-01-31","serial_number":"1014908268944663","imei1":"1014908268944663","imei2":"1014908268944663","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185118,"job_number":"JOB_185118","tr_customer_id":185136,"tr_customer_product_id":185126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:06.000Z","modified_at":"2026-02-13T07:01:06.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10627058614212","imei1":"10627058614212","imei2":"10627058614212","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185120,"job_number":"JOB_185120","tr_customer_id":185138,"tr_customer_product_id":185128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:08.000Z","modified_at":"2026-02-13T07:01:08.000Z","name":"Alexanne Klein","mobile_number":"632-776-8316","email_id":"Christopher_Luettgen74@yahoo.com","dop":"2000-01-31","serial_number":"1028529433451337","imei1":"1028529433451337","imei2":"1028529433451337","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185127,"job_number":"JOB_185127","tr_customer_id":185145,"tr_customer_product_id":185135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:51.000Z","modified_at":"2026-02-13T07:01:51.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10964660230387","imei1":"10964660230387","imei2":"10964660230387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185129,"job_number":"JOB_185129","tr_customer_id":185147,"tr_customer_product_id":185137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:53.000Z","modified_at":"2026-02-13T07:01:53.000Z","name":"Frederik Feeney","mobile_number":"305-205-0417","email_id":"Esta21@hotmail.com","dop":"2000-01-31","serial_number":"1058526470113418","imei1":"1058526470113418","imei2":"1058526470113418","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184756,"job_number":"JOB_184756","tr_customer_id":184774,"tr_customer_product_id":184764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T01:50:53.000Z","modified_at":"2026-02-13T02:02:12.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"17489995773940","imei1":"17489995773940","imei2":"17489995773940","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T02:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184757,"job_number":"JOB_184757","tr_customer_id":184775,"tr_customer_product_id":184765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T02:03:34.000Z","modified_at":"2026-02-13T02:03:41.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"19716519580848","imei1":"19716519580848","imei2":"19716519580848","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T02:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184758,"job_number":"JOB_184758","tr_customer_id":184776,"tr_customer_product_id":184766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:26:21.000Z","modified_at":"2026-02-13T03:26:36.000Z","name":"Hannah Dach","mobile_number":"544-514-1286","email_id":"Opal_Abernathy@gmail.com","dop":"2025-05-30","serial_number":"15636006814140","imei1":"15636006814140","imei2":"15636006814140","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T03:26:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184759,"job_number":"JOB_184759","tr_customer_id":184777,"tr_customer_product_id":184767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:26:22.000Z","modified_at":"2026-02-13T03:26:22.000Z","name":"Khalil Simonis","mobile_number":"550-691-7710","email_id":"Sebastian0@hotmail.com","dop":"2025-05-30","serial_number":"19513154070821","imei1":"19513154070821","imei2":"19513154070821","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184760,"job_number":"JOB_184760","tr_customer_id":184778,"tr_customer_product_id":184768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:26:23.000Z","modified_at":"2026-02-13T03:26:23.000Z","name":"Wilhelmine Wisozk","mobile_number":"644-910-4056","email_id":"Lilliana72@gmail.com","dop":"2025-05-30","serial_number":"1901616915631974","imei1":"1901616915631974","imei2":"1901616915631974","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184761,"job_number":"JOB_184761","tr_customer_id":184779,"tr_customer_product_id":184769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:38:25.000Z","modified_at":"2026-02-13T03:38:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17266026736260","imei1":"17266026736260","imei2":"17266026736260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184762,"job_number":"JOB_184762","tr_customer_id":184780,"tr_customer_product_id":184770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:38:26.000Z","modified_at":"2026-02-13T03:39:01.000Z","name":"Buddy Shields","mobile_number":"797-814-4341","email_id":"Jacques.Stracke@gmail.com","dop":"2025-04-06","serial_number":"12483213326929","imei1":"12483213326929","imei2":"12483213326929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T03:39:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184763,"job_number":"JOB_184763","tr_customer_id":184781,"tr_customer_product_id":184771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:38:27.000Z","modified_at":"2026-02-13T03:38:27.000Z","name":"Hester Ferry","mobile_number":"964-828-1342","email_id":"Davonte.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"11762313315976894","imei1":"11762313315976894","imei2":"11762313315976894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184764,"job_number":"JOB_184764","tr_customer_id":184782,"tr_customer_product_id":184772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:08.000Z","modified_at":"2026-02-13T03:39:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10565685753498","imei1":"10565685753498","imei2":"10565685753498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184765,"job_number":"JOB_184765","tr_customer_id":184783,"tr_customer_product_id":184773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:08.000Z","modified_at":"2026-02-13T03:39:44.000Z","name":"Julius Nicolas","mobile_number":"789-263-7504","email_id":"Josefa54@hotmail.com","dop":"2025-04-06","serial_number":"10728062319002","imei1":"10728062319002","imei2":"10728062319002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T03:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184766,"job_number":"JOB_184766","tr_customer_id":184784,"tr_customer_product_id":184774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:10.000Z","modified_at":"2026-02-13T03:39:10.000Z","name":"Ellsworth Swaniawski","mobile_number":"866-308-5730","email_id":"Keshawn54@hotmail.com","dop":"2025-04-06","serial_number":"18955932202675496","imei1":"18955932202675496","imei2":"18955932202675496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184767,"job_number":"JOB_184767","tr_customer_id":184785,"tr_customer_product_id":184775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:51.000Z","modified_at":"2026-02-13T03:39:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13335781395216","imei1":"13335781395216","imei2":"13335781395216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184768,"job_number":"JOB_184768","tr_customer_id":184786,"tr_customer_product_id":184776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:51.000Z","modified_at":"2026-02-13T03:40:27.000Z","name":"Alden Gibson","mobile_number":"312-746-0770","email_id":"Dalton.Gorczany82@yahoo.com","dop":"2025-04-06","serial_number":"11324680138270","imei1":"11324680138270","imei2":"11324680138270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T03:40:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184769,"job_number":"JOB_184769","tr_customer_id":184787,"tr_customer_product_id":184777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:53.000Z","modified_at":"2026-02-13T03:39:53.000Z","name":"Rachael Farrell","mobile_number":"239-834-1323","email_id":"Cydney.Larson@yahoo.com","dop":"2025-04-06","serial_number":"11300624294368476","imei1":"11300624294368476","imei2":"11300624294368476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184772,"job_number":"JOB_184772","tr_customer_id":184790,"tr_customer_product_id":184780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:01.000Z","modified_at":"2026-02-13T04:31:10.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"66987620837935","imei1":"66987620837935","imei2":"66987620837935","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184773,"job_number":"JOB_184773","tr_customer_id":184791,"tr_customer_product_id":184781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:05.000Z","modified_at":"2026-02-13T04:31:41.000Z","name":"Raul Heaney","mobile_number":"426-999-9374","email_id":"Brady23@hotmail.com","dop":"2025-04-06","serial_number":"11715668514792","imei1":"11715668514792","imei2":"11715668514792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184774,"job_number":"JOB_184774","tr_customer_id":184792,"tr_customer_product_id":184782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:07.000Z","modified_at":"2026-02-13T04:31:07.000Z","name":"Maggie Wilkinson","mobile_number":"657-280-5367","email_id":"Efren_Schowalter26@hotmail.com","dop":"2025-04-06","serial_number":"11775493444218870","imei1":"11775493444218870","imei2":"11775493444218870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184775,"job_number":"JOB_184775","tr_customer_id":184793,"tr_customer_product_id":184783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:11.000Z","modified_at":"2026-02-13T04:31:11.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13850240798757","imei1":"13850240798757","imei2":"13850240798757","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184776,"job_number":"JOB_184776","tr_customer_id":184794,"tr_customer_product_id":184784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:12.000Z","modified_at":"2026-02-13T04:31:46.000Z","name":"Lee Morissette","mobile_number":"426-977-9964","email_id":"Allene.Stracke@yahoo.com","dop":"2025-04-06","serial_number":"19027827392629","imei1":"19027827392629","imei2":"19027827392629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184777,"job_number":"JOB_184777","tr_customer_id":184795,"tr_customer_product_id":184785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:12.000Z","modified_at":"2026-02-13T04:31:21.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"37576986942632","imei1":"37576986942632","imei2":"37576986942632","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184778,"job_number":"JOB_184778","tr_customer_id":184796,"tr_customer_product_id":184786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:13.000Z","modified_at":"2026-02-13T04:31:13.000Z","name":"Veronica Bartell","mobile_number":"404-806-2104","email_id":"Billy.Bartell92@yahoo.com","dop":"2025-04-06","serial_number":"17192435215284024","imei1":"17192435215284024","imei2":"17192435215284024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184779,"job_number":"JOB_184779","tr_customer_id":184797,"tr_customer_product_id":184787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:24.000Z","modified_at":"2026-02-13T04:32:03.000Z","name":"Vernon Thompson","mobile_number":"542-834-1399","email_id":"Eleanora_Bernhard@gmail.com","dop":"2025-04-06","serial_number":"16063043725262","imei1":"16063043725262","imei2":"16063043725262","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184780,"job_number":"JOB_184780","tr_customer_id":184798,"tr_customer_product_id":184788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:26.000Z","modified_at":"2026-02-13T04:31:26.000Z","name":"Margarette Williamson","mobile_number":"423-857-0598","email_id":"Conor_Keebler32@hotmail.com","dop":"2025-04-06","serial_number":"15800922330283344","imei1":"15800922330283344","imei2":"15800922330283344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184781,"job_number":"JOB_184781","tr_customer_id":184799,"tr_customer_product_id":184789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:27.000Z","modified_at":"2026-02-13T04:32:04.000Z","name":"Donny Sauer","mobile_number":"217-400-9160","email_id":"Jessica44@hotmail.com","dop":"2025-04-06","serial_number":"13277268675607","imei1":"13277268675607","imei2":"13277268675607","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184782,"job_number":"JOB_184782","tr_customer_id":184800,"tr_customer_product_id":184790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:28.000Z","modified_at":"2026-02-13T04:31:28.000Z","name":"Juana Volkman","mobile_number":"652-513-0375","email_id":"Garrick_Gerhold18@yahoo.com","dop":"2025-04-06","serial_number":"17172019312791484","imei1":"17172019312791484","imei2":"17172019312791484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184783,"job_number":"JOB_184783","tr_customer_id":184801,"tr_customer_product_id":184791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:32.000Z","modified_at":"2026-02-13T04:31:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14548582185753","imei1":"14548582185753","imei2":"14548582185753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184784,"job_number":"JOB_184784","tr_customer_id":184802,"tr_customer_product_id":184792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:33.000Z","modified_at":"2026-02-13T04:32:09.000Z","name":"Jeanne Zemlak","mobile_number":"372-891-6138","email_id":"Cordelia.Jerde@gmail.com","dop":"2025-04-06","serial_number":"13667402800089","imei1":"13667402800089","imei2":"13667402800089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184786,"job_number":"JOB_184786","tr_customer_id":184804,"tr_customer_product_id":184794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:34.000Z","modified_at":"2026-02-13T04:31:34.000Z","name":"Alize Hodkiewicz","mobile_number":"895-754-4838","email_id":"Nyah.Brekke85@hotmail.com","dop":"2025-04-06","serial_number":"12112792396323764","imei1":"12112792396323764","imei2":"12112792396323764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184787,"job_number":"JOB_184787","tr_customer_id":184805,"tr_customer_product_id":184795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:37.000Z","modified_at":"2026-02-13T04:31:37.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"71841674418773","imei1":"71841674418773","imei2":"71841674418773","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184788,"job_number":"JOB_184788","tr_customer_id":184806,"tr_customer_product_id":184796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:37.000Z","modified_at":"2026-02-13T04:31:37.000Z","name":"Korbin Schaefer","mobile_number":"506-787-9199","email_id":"Macie52@yahoo.com","dop":"2025-02-01","serial_number":"14530342267611","imei1":"14530342267611","imei2":"14530342267611","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184789,"job_number":"JOB_184789","tr_customer_id":184807,"tr_customer_product_id":184797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:38.000Z","modified_at":"2026-02-13T04:31:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16688470556380","imei1":"16688470556380","imei2":"16688470556380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184790,"job_number":"JOB_184790","tr_customer_id":184808,"tr_customer_product_id":184798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:39.000Z","modified_at":"2026-02-13T04:32:16.000Z","name":"Henri Heaney","mobile_number":"739-524-4190","email_id":"Harmon38@hotmail.com","dop":"2025-04-06","serial_number":"12939958359174","imei1":"12939958359174","imei2":"12939958359174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184791,"job_number":"JOB_184791","tr_customer_id":184809,"tr_customer_product_id":184799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:39.000Z","modified_at":"2026-02-13T04:32:12.000Z","name":"Pierre Mayer","mobile_number":"372-542-3023","email_id":"Kameron_Thiel@gmail.com","dop":"2025-02-01","serial_number":"83731955784550","imei1":"83731955784550","imei2":"83731955784550","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184792,"job_number":"JOB_184792","tr_customer_id":184810,"tr_customer_product_id":184800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:40.000Z","modified_at":"2026-02-13T04:31:40.000Z","name":"Chaim Grant","mobile_number":"332-201-7063","email_id":"Rebeka_Windler21@hotmail.com","dop":"2025-04-06","serial_number":"12441157972248098","imei1":"12441157972248098","imei2":"12441157972248098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184794,"job_number":"JOB_184794","tr_customer_id":184812,"tr_customer_product_id":184802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:53.000Z","modified_at":"2026-02-13T04:31:53.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14877825774947","imei1":"14877825774947","imei2":"14877825774947","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184795,"job_number":"JOB_184795","tr_customer_id":184813,"tr_customer_product_id":184803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:54.000Z","modified_at":"2026-02-13T04:32:28.000Z","name":"Edgar Blanda","mobile_number":"492-295-7131","email_id":"Macy5@gmail.com","dop":"2025-04-06","serial_number":"13008188262698","imei1":"13008188262698","imei2":"13008188262698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184796,"job_number":"JOB_184796","tr_customer_id":184814,"tr_customer_product_id":184804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:55.000Z","modified_at":"2026-02-13T04:31:55.000Z","name":"Lee Rosenbaum","mobile_number":"573-300-2795","email_id":"Maudie_Zieme@hotmail.com","dop":"2025-04-06","serial_number":"16770503528582600","imei1":"16770503528582600","imei2":"16770503528582600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184798,"job_number":"JOB_184798","tr_customer_id":184816,"tr_customer_product_id":184806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:05.000Z","modified_at":"2026-02-13T04:32:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10039063394949","imei1":"10039063394949","imei2":"10039063394949","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184799,"job_number":"JOB_184799","tr_customer_id":184817,"tr_customer_product_id":184807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:06.000Z","modified_at":"2026-02-13T04:32:43.000Z","name":"Bobbie Bernhard","mobile_number":"238-644-0641","email_id":"Charlene.Ryan57@gmail.com","dop":"2025-06-18","serial_number":"10952456788627","imei1":"10952456788627","imei2":"10952456788627","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184800,"job_number":"JOB_184800","tr_customer_id":184818,"tr_customer_product_id":184808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:06.000Z","modified_at":"2026-02-13T04:32:06.000Z","name":"Jadon Turner","mobile_number":"346-217-5302","email_id":"Amie.Reilly75@yahoo.com","dop":"2025-06-18","serial_number":"1057958368215486","imei1":"1057958368215486","imei2":"1057958368215486","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184801,"job_number":"JOB_184801","tr_customer_id":184819,"tr_customer_product_id":184809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:13.000Z","modified_at":"2026-02-13T04:32:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13894724862247","imei1":"13894724862247","imei2":"13894724862247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184802,"job_number":"JOB_184802","tr_customer_id":184820,"tr_customer_product_id":184810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:13.000Z","modified_at":"2026-02-13T04:32:51.000Z","name":"Laney Huel","mobile_number":"650-827-2628","email_id":"Garry.Medhurst19@yahoo.com","dop":"2025-04-06","serial_number":"11311488214114","imei1":"11311488214114","imei2":"11311488214114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184803,"job_number":"JOB_184803","tr_customer_id":184821,"tr_customer_product_id":184811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:13.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Mable Koelpin","mobile_number":"780-335-1919","email_id":"Owen_Grimes@hotmail.com","dop":"2025-04-06","serial_number":"17285499408665","imei1":"17285499408665","imei2":"17285499408665","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184804,"job_number":"JOB_184804","tr_customer_id":184822,"tr_customer_product_id":184812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:15.000Z","modified_at":"2026-02-13T04:32:15.000Z","name":"Milton Kirlin","mobile_number":"635-838-0226","email_id":"Mariela_Turner74@yahoo.com","dop":"2025-04-06","serial_number":"15054904582175136","imei1":"15054904582175136","imei2":"15054904582175136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184805,"job_number":"JOB_184805","tr_customer_id":184823,"tr_customer_product_id":184813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:15.000Z","modified_at":"2026-02-13T04:32:15.000Z","name":"Craig Witting","mobile_number":"292-435-5627","email_id":"Lester36@yahoo.com","dop":"2025-04-06","serial_number":"17486614316755718","imei1":"17486614316755718","imei2":"17486614316755718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184806,"job_number":"JOB_184806","tr_customer_id":184824,"tr_customer_product_id":184814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:15.000Z","modified_at":"2026-02-13T04:32:15.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184807,"job_number":"JOB_184807","tr_customer_id":184825,"tr_customer_product_id":184815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:16.000Z","modified_at":"2026-02-13T04:32:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17824923516108","imei1":"17824923516108","imei2":"17824923516108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184808,"job_number":"JOB_184808","tr_customer_id":184826,"tr_customer_product_id":184816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:16.000Z","modified_at":"2026-02-13T04:32:52.000Z","name":"Furman Homenick","mobile_number":"427-394-0552","email_id":"Lexi.King78@hotmail.com","dop":"2025-04-06","serial_number":"18509353085013","imei1":"18509353085013","imei2":"18509353085013","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184810,"job_number":"JOB_184810","tr_customer_id":184828,"tr_customer_product_id":184818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:18.000Z","modified_at":"2026-02-13T04:32:18.000Z","name":"Ezra Schimmel","mobile_number":"622-971-2550","email_id":"Eliezer16@hotmail.com","dop":"2025-04-06","serial_number":"16663661751047636","imei1":"16663661751047636","imei2":"16663661751047636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184811,"job_number":"JOB_184811","tr_customer_id":184829,"tr_customer_product_id":184819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:19.000Z","modified_at":"2026-02-13T04:32:19.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"55142380009183","imei1":"55142380009183","imei2":"55142380009183","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184812,"job_number":"JOB_184812","tr_customer_id":184830,"tr_customer_product_id":184820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:19.000Z","modified_at":"2026-02-13T04:32:19.000Z","name":"Mathias Hilll","mobile_number":"888-868-0163","email_id":"Pascale.Yost56@gmail.com","dop":"2025-02-01","serial_number":"20143070237985","imei1":"20143070237985","imei2":"20143070237985","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184813,"job_number":"JOB_184813","tr_customer_id":184831,"tr_customer_product_id":184821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:19.000Z","modified_at":"2026-02-13T04:32:55.000Z","name":"Rogelio Howell","mobile_number":"963-814-2963","email_id":"Bartholome_Konopelski@yahoo.com","dop":"2025-04-06","serial_number":"12671587220456","imei1":"12671587220456","imei2":"12671587220456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184814,"job_number":"JOB_184814","tr_customer_id":184832,"tr_customer_product_id":184822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:20.000Z","modified_at":"2026-02-13T04:32:20.000Z","name":"Douglas Schaden","mobile_number":"709-592-6104","email_id":"Ofelia25@yahoo.com","dop":"2025-04-06","serial_number":"14336334619188618","imei1":"14336334619188618","imei2":"14336334619188618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184815,"job_number":"JOB_184815","tr_customer_id":184833,"tr_customer_product_id":184823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:21.000Z","modified_at":"2026-02-13T04:32:53.000Z","name":"Grant Gutmann","mobile_number":"640-627-1176","email_id":"Braeden_Dicki@yahoo.com","dop":"2025-02-01","serial_number":"10503677336471","imei1":"10503677336471","imei2":"10503677336471","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184816,"job_number":"JOB_184816","tr_customer_id":184834,"tr_customer_product_id":184824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:24.000Z","modified_at":"2026-02-13T04:32:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17179012040972","imei1":"17179012040972","imei2":"17179012040972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184817,"job_number":"JOB_184817","tr_customer_id":184835,"tr_customer_product_id":184825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:24.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"Leopoldo Berge","mobile_number":"267-942-0315","email_id":"Briana38@gmail.com","dop":"2025-04-06","serial_number":"10975923750990","imei1":"10975923750990","imei2":"10975923750990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184818,"job_number":"JOB_184818","tr_customer_id":184836,"tr_customer_product_id":184826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:24.000Z","modified_at":"2026-02-13T04:33:02.000Z","name":"Lenna Daniel","mobile_number":"256-834-7556","email_id":"Larue.Bradtke56@hotmail.com","dop":"2025-04-06","serial_number":"11362379512849","imei1":"11362379512849","imei2":"11362379512849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184819,"job_number":"JOB_184819","tr_customer_id":184837,"tr_customer_product_id":184827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:25.000Z","modified_at":"2026-02-13T04:32:25.000Z","name":"Lew Heathcote","mobile_number":"701-215-3811","email_id":"Orie_Huel14@yahoo.com","dop":"2025-04-06","serial_number":"15985241168337672","imei1":"15985241168337672","imei2":"15985241168337672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184820,"job_number":"JOB_184820","tr_customer_id":184838,"tr_customer_product_id":184828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:26.000Z","modified_at":"2026-02-13T04:32:26.000Z","name":"Sallie Gaylord","mobile_number":"250-979-8654","email_id":"Dasia_Miller@yahoo.com","dop":"2025-04-06","serial_number":"14081728168558148","imei1":"14081728168558148","imei2":"14081728168558148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184821,"job_number":"JOB_184821","tr_customer_id":184839,"tr_customer_product_id":184829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:27.000Z","modified_at":"2026-02-13T04:32:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11746461320628","imei1":"11746461320628","imei2":"11746461320628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184822,"job_number":"JOB_184822","tr_customer_id":184840,"tr_customer_product_id":184830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:28.000Z","modified_at":"2026-02-13T04:33:03.000Z","name":"Keely Zieme","mobile_number":"546-440-7338","email_id":"Glennie.Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"12542828127015","imei1":"12542828127015","imei2":"12542828127015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184823,"job_number":"JOB_184823","tr_customer_id":184841,"tr_customer_product_id":184831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:28.000Z","modified_at":"2026-02-13T04:32:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14751946245680","imei1":"14751946245680","imei2":"14751946245680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184824,"job_number":"JOB_184824","tr_customer_id":184842,"tr_customer_product_id":184832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:28.000Z","modified_at":"2026-02-13T04:33:06.000Z","name":"Addison Murray","mobile_number":"251-810-6614","email_id":"Kali_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"17833482092755","imei1":"17833482092755","imei2":"17833482092755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184825,"job_number":"JOB_184825","tr_customer_id":184843,"tr_customer_product_id":184833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:29.000Z","modified_at":"2026-02-13T04:32:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15181968800294","imei1":"15181968800294","imei2":"15181968800294","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184826,"job_number":"JOB_184826","tr_customer_id":184844,"tr_customer_product_id":184834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:29.000Z","modified_at":"2026-02-13T04:33:05.000Z","name":"Reina McGlynn","mobile_number":"652-444-1392","email_id":"Katelynn8@gmail.com","dop":"2025-04-06","serial_number":"11321330788303","imei1":"11321330788303","imei2":"11321330788303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184827,"job_number":"JOB_184827","tr_customer_id":184845,"tr_customer_product_id":184835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:29.000Z","modified_at":"2026-02-13T04:32:29.000Z","name":"Anais Goodwin","mobile_number":"857-726-9454","email_id":"Vicenta41@hotmail.com","dop":"2025-04-06","serial_number":"10941510093804674","imei1":"10941510093804674","imei2":"10941510093804674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184828,"job_number":"JOB_184828","tr_customer_id":184846,"tr_customer_product_id":184836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:30.000Z","modified_at":"2026-02-13T04:32:30.000Z","name":"Moises Reilly","mobile_number":"327-508-0425","email_id":"Mathias17@hotmail.com","dop":"2025-04-06","serial_number":"16907470707647174","imei1":"16907470707647174","imei2":"16907470707647174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184829,"job_number":"JOB_184829","tr_customer_id":184847,"tr_customer_product_id":184837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:30.000Z","modified_at":"2026-02-13T04:32:30.000Z","name":"Dave Morar","mobile_number":"335-737-0291","email_id":"Kianna.Lemke@hotmail.com","dop":"2025-04-06","serial_number":"10061875780094298","imei1":"10061875780094298","imei2":"10061875780094298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184831,"job_number":"JOB_184831","tr_customer_id":184849,"tr_customer_product_id":184839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:35.000Z","modified_at":"2026-02-13T04:32:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16885820811388","imei1":"16885820811388","imei2":"16885820811388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184832,"job_number":"JOB_184832","tr_customer_id":184850,"tr_customer_product_id":184840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:35.000Z","modified_at":"2026-02-13T04:33:11.000Z","name":"Gracie Mosciski","mobile_number":"529-503-7898","email_id":"Daniella_Gibson18@yahoo.com","dop":"2025-04-06","serial_number":"17065961696556","imei1":"17065961696556","imei2":"17065961696556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184833,"job_number":"JOB_184833","tr_customer_id":184851,"tr_customer_product_id":184841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:37.000Z","modified_at":"2026-02-13T04:32:37.000Z","name":"Ike Olson","mobile_number":"209-624-0946","email_id":"Demario.Johns9@gmail.com","dop":"2025-04-06","serial_number":"11163613271311002","imei1":"11163613271311002","imei2":"11163613271311002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184834,"job_number":"JOB_184834","tr_customer_id":184852,"tr_customer_product_id":184842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:40.000Z","modified_at":"2026-02-13T04:32:40.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103839373012113","imei1":"103839373012113","imei2":"103839373012113","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184835,"job_number":"JOB_184835","tr_customer_id":184853,"tr_customer_product_id":184843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:40.000Z","modified_at":"2026-02-13T04:33:19.000Z","name":"Alf Gleichner","mobile_number":"201-390-7703","email_id":"Helga.Durgan@hotmail.com","dop":"2025-12-31","serial_number":"101132766390776","imei1":"101132766390776","imei2":"101132766390776","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184836,"job_number":"JOB_184836","tr_customer_id":184854,"tr_customer_product_id":184844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:41.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"Enos Friesen","mobile_number":"749-705-0438","email_id":"Kay.Baumbach26@hotmail.com","dop":"2025-05-30","serial_number":"11562443294412","imei1":"11562443294412","imei2":"11562443294412","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184837,"job_number":"JOB_184837","tr_customer_id":184855,"tr_customer_product_id":184845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:41.000Z","modified_at":"2026-02-13T04:32:41.000Z","name":"Laurence Auer","mobile_number":"628-785-7103","email_id":"Wyatt65@gmail.com","dop":"2025-05-30","serial_number":"17438844729293","imei1":"17438844729293","imei2":"17438844729293","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184838,"job_number":"JOB_184838","tr_customer_id":184856,"tr_customer_product_id":184846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:43.000Z","modified_at":"2026-02-13T04:32:43.000Z","name":"Adelle Quitzon","mobile_number":"759-759-9630","email_id":"Ora.Tillman14@yahoo.com","dop":"2025-05-30","serial_number":"1158803483096461","imei1":"1158803483096461","imei2":"1158803483096461","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184840,"job_number":"JOB_184840","tr_customer_id":184858,"tr_customer_product_id":184848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:43.000Z","modified_at":"2026-02-13T04:33:20.000Z","name":"Constance Schulist","mobile_number":"994-765-4708","email_id":"Bill67@yahoo.com","dop":"2000-01-31","serial_number":"10716693666164","imei1":"10716693666164","imei2":"10716693666164","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184843,"job_number":"JOB_184843","tr_customer_id":184861,"tr_customer_product_id":184851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:46.000Z","modified_at":"2026-02-13T04:32:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18138824993205","imei1":"18138824993205","imei2":"18138824993205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184844,"job_number":"JOB_184844","tr_customer_id":184862,"tr_customer_product_id":184852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:46.000Z","modified_at":"2026-02-13T04:33:25.000Z","name":"Reinhold Funk","mobile_number":"205-861-1132","email_id":"Geraldine_Pfeffer64@yahoo.com","dop":"2025-04-06","serial_number":"15412159673955","imei1":"15412159673955","imei2":"15412159673955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184847,"job_number":"JOB_184847","tr_customer_id":184865,"tr_customer_product_id":184855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Madonna Rice","mobile_number":"318-736-7320","email_id":"Loraine35@yahoo.com","dop":"2025-04-06","serial_number":"15914593914787224","imei1":"15914593914787224","imei2":"15914593914787224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184848,"job_number":"JOB_184848","tr_customer_id":184866,"tr_customer_product_id":184856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266889916053","imei1":"13266889916053","imei2":"13266889916053","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184850,"job_number":"JOB_184850","tr_customer_id":184868,"tr_customer_product_id":184858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:33:26.000Z","name":"Silas Stiedemann","mobile_number":"588-445-2421","email_id":"Joshua40@gmail.com","dop":"2025-04-06","serial_number":"15729641539292","imei1":"15729641539292","imei2":"15729641539292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184852,"job_number":"JOB_184852","tr_customer_id":184870,"tr_customer_product_id":184860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:49.000Z","modified_at":"2026-02-13T04:32:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19976942669833","imei1":"19976942669833","imei2":"19976942669833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184853,"job_number":"JOB_184853","tr_customer_id":184871,"tr_customer_product_id":184861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:49.000Z","modified_at":"2026-02-13T04:33:27.000Z","name":"Bria Cartwright","mobile_number":"424-480-5368","email_id":"Monte_Bogan89@gmail.com","dop":"2025-04-06","serial_number":"15055897137391","imei1":"15055897137391","imei2":"15055897137391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184854,"job_number":"JOB_184854","tr_customer_id":184872,"tr_customer_product_id":184862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:49.000Z","modified_at":"2026-02-13T04:32:49.000Z","name":"Kip McClure","mobile_number":"601-758-5082","email_id":"Wade86@yahoo.com","dop":"2025-04-06","serial_number":"16906516065963086","imei1":"16906516065963086","imei2":"16906516065963086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184855,"job_number":"JOB_184855","tr_customer_id":184873,"tr_customer_product_id":184863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"13025664092444","imei1":"13025664092444","imei2":"13025664092444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184857,"job_number":"JOB_184857","tr_customer_id":184875,"tr_customer_product_id":184865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:33:28.000Z","name":"Willard Predovic","mobile_number":"839-803-4165","email_id":"Beaulah30@yahoo.com","dop":"2025-04-06","serial_number":"15873894380121","imei1":"15873894380121","imei2":"15873894380121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184858,"job_number":"JOB_184858","tr_customer_id":184876,"tr_customer_product_id":184866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14788361508606","imei1":"14788361508606","imei2":"14788361508606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184859,"job_number":"JOB_184859","tr_customer_id":184877,"tr_customer_product_id":184867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Liana Sawayn","mobile_number":"922-575-4431","email_id":"Troy.Hilpert58@yahoo.com","dop":"2025-04-06","serial_number":"12954736891126528","imei1":"12954736891126528","imei2":"12954736891126528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184860,"job_number":"JOB_184860","tr_customer_id":184878,"tr_customer_product_id":184868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:51.000Z","modified_at":"2026-02-13T04:33:27.000Z","name":"Erna Reilly","mobile_number":"667-201-8577","email_id":"Kayleigh_Schultz79@hotmail.com","dop":"2025-04-06","serial_number":"15982018469559","imei1":"15982018469559","imei2":"15982018469559","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184861,"job_number":"JOB_184861","tr_customer_id":184879,"tr_customer_product_id":184869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:51.000Z","modified_at":"2026-02-13T04:32:51.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10255973750165","imei1":"10255973750165","imei2":"10255973750165","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184862,"job_number":"JOB_184862","tr_customer_id":184880,"tr_customer_product_id":184870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:51.000Z","modified_at":"2026-02-13T04:33:30.000Z","name":"Larissa Rau","mobile_number":"318-797-4063","email_id":"Gwendolyn50@hotmail.com","dop":"2025-06-18","serial_number":"10170545163719","imei1":"10170545163719","imei2":"10170545163719","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184863,"job_number":"JOB_184863","tr_customer_id":184881,"tr_customer_product_id":184871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:51.000Z","modified_at":"2026-02-13T04:32:51.000Z","name":"Madalyn Rippin","mobile_number":"332-794-6066","email_id":"Winona74@hotmail.com","dop":"2025-04-06","serial_number":"18315716973164692","imei1":"18315716973164692","imei2":"18315716973164692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184864,"job_number":"JOB_184864","tr_customer_id":184882,"tr_customer_product_id":184872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:52.000Z","modified_at":"2026-02-13T04:32:52.000Z","name":"Emil O'Kon","mobile_number":"458-217-2996","email_id":"Lee.Muller@yahoo.com","dop":"2025-06-18","serial_number":"1037112497290336","imei1":"1037112497290336","imei2":"1037112497290336","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184865,"job_number":"JOB_184865","tr_customer_id":184883,"tr_customer_product_id":184873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:52.000Z","modified_at":"2026-02-13T04:32:52.000Z","name":"Howell Ward","mobile_number":"887-526-0738","email_id":"Flossie84@gmail.com","dop":"2025-04-06","serial_number":"12483511509549452","imei1":"12483511509549452","imei2":"12483511509549452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184866,"job_number":"JOB_184866","tr_customer_id":184884,"tr_customer_product_id":184874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:55.000Z","modified_at":"2026-02-13T04:32:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543582844205","imei1":"10543582844205","imei2":"10543582844205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184867,"job_number":"JOB_184867","tr_customer_id":184885,"tr_customer_product_id":184875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:56.000Z","modified_at":"2026-02-13T04:33:33.000Z","name":"Andreane Bode","mobile_number":"937-735-0996","email_id":"Nicole59@yahoo.com","dop":"2025-04-06","serial_number":"19188145595782","imei1":"19188145595782","imei2":"19188145595782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184868,"job_number":"JOB_184868","tr_customer_id":184886,"tr_customer_product_id":184876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:56.000Z","modified_at":"2026-02-13T04:32:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13856789046031","imei1":"13856789046031","imei2":"13856789046031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184870,"job_number":"JOB_184870","tr_customer_id":184888,"tr_customer_product_id":184878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:33:33.000Z","name":"Helen Von","mobile_number":"884-214-1309","email_id":"Agustin.Smitham74@yahoo.com","dop":"2025-04-06","serial_number":"13059588734883","imei1":"13059588734883","imei2":"13059588734883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184872,"job_number":"JOB_184872","tr_customer_id":184890,"tr_customer_product_id":184880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18633985421310","imei1":"18633985421310","imei2":"18633985421310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184873,"job_number":"JOB_184873","tr_customer_id":184891,"tr_customer_product_id":184881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"Maud Raynor","mobile_number":"652-444-4458","email_id":"Laurie.Okuneva66@gmail.com","dop":"2025-04-06","serial_number":"16522750312227010","imei1":"16522750312227010","imei2":"16522750312227010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184875,"job_number":"JOB_184875","tr_customer_id":184893,"tr_customer_product_id":184883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"Colin Legros","mobile_number":"708-874-5653","email_id":"Hyman25@hotmail.com","dop":"2025-04-06","serial_number":"18559494186291","imei1":"18559494186291","imei2":"18559494186291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184878,"job_number":"JOB_184878","tr_customer_id":184896,"tr_customer_product_id":184886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:58.000Z","modified_at":"2026-02-13T04:32:58.000Z","name":"Rupert Abshire","mobile_number":"806-632-2727","email_id":"Norbert.Barton31@gmail.com","dop":"2025-04-06","serial_number":"13777557704523480","imei1":"13777557704523480","imei2":"13777557704523480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184879,"job_number":"JOB_184879","tr_customer_id":184897,"tr_customer_product_id":184887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:59.000Z","modified_at":"2026-02-13T04:32:59.000Z","name":"Yazmin Durgan","mobile_number":"293-237-6434","email_id":"Macie.Ward@gmail.com","dop":"2025-04-06","serial_number":"13291629637831864","imei1":"13291629637831864","imei2":"13291629637831864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184880,"job_number":"JOB_184880","tr_customer_id":184898,"tr_customer_product_id":184888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:59.000Z","modified_at":"2026-02-13T04:32:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10105675661531","imei1":"10105675661531","imei2":"10105675661531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184881,"job_number":"JOB_184881","tr_customer_id":184899,"tr_customer_product_id":184889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:37.000Z","name":"Constantin Gleichner","mobile_number":"478-621-9933","email_id":"Brannon.Hansen@yahoo.com","dop":"2025-04-06","serial_number":"11784341689411","imei1":"11784341689411","imei2":"11784341689411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184883,"job_number":"JOB_184883","tr_customer_id":184901,"tr_customer_product_id":184891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"69650403554764","imei1":"69650403554764","imei2":"69650403554764","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184885,"job_number":"JOB_184885","tr_customer_id":184903,"tr_customer_product_id":184893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12887255120473","imei1":"12887255120473","imei2":"12887255120473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184886,"job_number":"JOB_184886","tr_customer_id":184904,"tr_customer_product_id":184894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Irma Nicolas","mobile_number":"651-470-2171","email_id":"Cullen_Skiles5@yahoo.com","dop":"2025-02-01","serial_number":"10857690098330","imei1":"10857690098330","imei2":"10857690098330","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184888,"job_number":"JOB_184888","tr_customer_id":184906,"tr_customer_product_id":184896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:38.000Z","name":"Luis Hoeger","mobile_number":"950-607-0964","email_id":"Conor1@gmail.com","dop":"2025-04-06","serial_number":"15984608664141","imei1":"15984608664141","imei2":"15984608664141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184889,"job_number":"JOB_184889","tr_customer_id":184907,"tr_customer_product_id":184897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Blanche Kub","mobile_number":"788-808-4431","email_id":"Gonzalo.Reynolds7@yahoo.com","dop":"2025-04-06","serial_number":"17421630323630096","imei1":"17421630323630096","imei2":"17421630323630096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184891,"job_number":"JOB_184891","tr_customer_id":184909,"tr_customer_product_id":184899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:02.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Destiney Lubowitz","mobile_number":"729-630-1079","email_id":"Harmon.Pouros@hotmail.com","dop":"2025-02-01","serial_number":"69530740329852","imei1":"69530740329852","imei2":"69530740329852","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184892,"job_number":"JOB_184892","tr_customer_id":184910,"tr_customer_product_id":184900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:02.000Z","modified_at":"2026-02-13T04:33:02.000Z","name":"Alana Nicolas","mobile_number":"911-855-2594","email_id":"Cleta_Oberbrunner83@gmail.com","dop":"2025-04-06","serial_number":"19775828629683336","imei1":"19775828629683336","imei2":"19775828629683336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184894,"job_number":"JOB_184894","tr_customer_id":184912,"tr_customer_product_id":184902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:10.000Z","modified_at":"2026-02-13T04:33:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10141068668898","imei1":"10141068668898","imei2":"10141068668898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184895,"job_number":"JOB_184895","tr_customer_id":184914,"tr_customer_product_id":184903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:10.000Z","modified_at":"2026-02-13T04:33:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18161839990520","imei1":"18161839990520","imei2":"18161839990520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184896,"job_number":"JOB_184896","tr_customer_id":184913,"tr_customer_product_id":184904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:10.000Z","modified_at":"2026-02-13T04:33:45.000Z","name":"Gus Jones","mobile_number":"438-524-5115","email_id":"Eden15@yahoo.com","dop":"2025-04-06","serial_number":"13518686942458","imei1":"13518686942458","imei2":"13518686942458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184897,"job_number":"JOB_184897","tr_customer_id":184915,"tr_customer_product_id":184905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:10.000Z","modified_at":"2026-02-13T04:33:49.000Z","name":"Chaya Brown","mobile_number":"545-223-3539","email_id":"Reba_Tromp31@gmail.com","dop":"2025-04-06","serial_number":"11615656799677","imei1":"11615656799677","imei2":"11615656799677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184898,"job_number":"JOB_184898","tr_customer_id":184916,"tr_customer_product_id":184906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:11.000Z","modified_at":"2026-02-13T04:33:11.000Z","name":"Carroll Schmitt","mobile_number":"526-809-1651","email_id":"Kale_Lynch@hotmail.com","dop":"2025-04-06","serial_number":"18835044688969764","imei1":"18835044688969764","imei2":"18835044688969764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184899,"job_number":"JOB_184899","tr_customer_id":184917,"tr_customer_product_id":184907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:12.000Z","modified_at":"2026-02-13T04:33:12.000Z","name":"Devan Gleichner","mobile_number":"233-445-5363","email_id":"Luisa_Schiller72@yahoo.com","dop":"2025-04-06","serial_number":"19155295751524684","imei1":"19155295751524684","imei2":"19155295751524684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184900,"job_number":"JOB_184900","tr_customer_id":184918,"tr_customer_product_id":184908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:12.000Z","modified_at":"2026-02-13T04:33:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19916938334941","imei1":"19916938334941","imei2":"19916938334941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184901,"job_number":"JOB_184901","tr_customer_id":184919,"tr_customer_product_id":184909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:12.000Z","modified_at":"2026-02-13T04:33:48.000Z","name":"Ricky Terry","mobile_number":"784-315-2231","email_id":"Jorge.Kemmer@gmail.com","dop":"2025-04-06","serial_number":"14603354148633","imei1":"14603354148633","imei2":"14603354148633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184903,"job_number":"JOB_184903","tr_customer_id":184921,"tr_customer_product_id":184911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:13.000Z","modified_at":"2026-02-13T04:33:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18641138987680","imei1":"18641138987680","imei2":"18641138987680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184905,"job_number":"JOB_184905","tr_customer_id":184923,"tr_customer_product_id":184913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:14.000Z","modified_at":"2026-02-13T04:33:52.000Z","name":"Maurine Stanton","mobile_number":"733-348-3882","email_id":"Otha.Gottlieb@hotmail.com","dop":"2025-04-06","serial_number":"17156974720003","imei1":"17156974720003","imei2":"17156974720003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184906,"job_number":"JOB_184906","tr_customer_id":184924,"tr_customer_product_id":184914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:14.000Z","modified_at":"2026-02-13T04:33:14.000Z","name":"Lucius Stanton","mobile_number":"967-582-2148","email_id":"Cortney_Beatty57@hotmail.com","dop":"2025-04-06","serial_number":"19460994138236544","imei1":"19460994138236544","imei2":"19460994138236544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184908,"job_number":"JOB_184908","tr_customer_id":184926,"tr_customer_product_id":184916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:15.000Z","modified_at":"2026-02-13T04:33:15.000Z","name":"Nelda Thiel","mobile_number":"475-417-5387","email_id":"Murl.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10765993447173898","imei1":"10765993447173898","imei2":"10765993447173898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184910,"job_number":"JOB_184910","tr_customer_id":184928,"tr_customer_product_id":184918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:26.000Z","modified_at":"2026-02-13T04:33:27.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105133196097383","imei1":"105133196097383","imei2":"105133196097383","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184911,"job_number":"JOB_184911","tr_customer_id":184929,"tr_customer_product_id":184919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:27.000Z","modified_at":"2026-02-13T04:34:05.000Z","name":"Ambrose Bernhard","mobile_number":"809-421-1522","email_id":"Bobbie_DAmore49@yahoo.com","dop":"2025-12-31","serial_number":"103956811574996","imei1":"103956811574996","imei2":"103956811574996","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184913,"job_number":"JOB_184913","tr_customer_id":184931,"tr_customer_product_id":184921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:27.000Z","modified_at":"2026-02-13T04:34:04.000Z","name":"Cecelia Turner","mobile_number":"571-684-5333","email_id":"Norberto_Fisher@yahoo.com","dop":"2000-01-31","serial_number":"10345527535393","imei1":"10345527535393","imei2":"10345527535393","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184919,"job_number":"JOB_184919","tr_customer_id":184937,"tr_customer_product_id":184927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:33.000Z","modified_at":"2026-02-13T04:33:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15576450528006","imei1":"15576450528006","imei2":"15576450528006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184920,"job_number":"JOB_184920","tr_customer_id":184938,"tr_customer_product_id":184928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:33.000Z","modified_at":"2026-02-13T04:34:13.000Z","name":"Clara Padberg","mobile_number":"991-962-4333","email_id":"Yesenia54@yahoo.com","dop":"2025-04-06","serial_number":"12048426455222","imei1":"12048426455222","imei2":"12048426455222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184921,"job_number":"JOB_184921","tr_customer_id":184939,"tr_customer_product_id":184929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:34.000Z","modified_at":"2026-02-13T04:33:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12333327879091","imei1":"12333327879091","imei2":"12333327879091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184922,"job_number":"JOB_184922","tr_customer_id":184940,"tr_customer_product_id":184930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:34.000Z","modified_at":"2026-02-13T04:34:12.000Z","name":"Vincenzo Gulgowski","mobile_number":"752-859-0456","email_id":"Domingo57@yahoo.com","dop":"2025-04-06","serial_number":"17340626952593","imei1":"17340626952593","imei2":"17340626952593","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184923,"job_number":"JOB_184923","tr_customer_id":184941,"tr_customer_product_id":184931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:34.000Z","modified_at":"2026-02-13T04:33:34.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17603547738209","imei1":"17603547738209","imei2":"17603547738209","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184924,"job_number":"JOB_184924","tr_customer_id":184942,"tr_customer_product_id":184932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:34:11.000Z","name":"Dorothea Bradtke","mobile_number":"295-893-4869","email_id":"Kendrick34@gmail.com","dop":"2025-04-06","serial_number":"16629868330396","imei1":"16629868330396","imei2":"16629868330396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184925,"job_number":"JOB_184925","tr_customer_id":184943,"tr_customer_product_id":184933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14158833745707","imei1":"14158833745707","imei2":"14158833745707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184926,"job_number":"JOB_184926","tr_customer_id":184944,"tr_customer_product_id":184934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"Gia Williamson","mobile_number":"292-917-8139","email_id":"Madyson_Toy@gmail.com","dop":"2025-04-06","serial_number":"11624058371521490","imei1":"11624058371521490","imei2":"11624058371521490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184927,"job_number":"JOB_184927","tr_customer_id":184945,"tr_customer_product_id":184935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:34:14.000Z","name":"Roxane DuBuque","mobile_number":"538-679-5577","email_id":"Raquel.Tromp5@gmail.com","dop":"2025-04-06","serial_number":"13468387339263","imei1":"13468387339263","imei2":"13468387339263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184928,"job_number":"JOB_184928","tr_customer_id":184946,"tr_customer_product_id":184936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10213288761447","imei1":"10213288761447","imei2":"10213288761447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184929,"job_number":"JOB_184929","tr_customer_id":184947,"tr_customer_product_id":184937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Celia Conroy","mobile_number":"958-503-3557","email_id":"Reese93@yahoo.com","dop":"2025-04-06","serial_number":"11946399746261928","imei1":"11946399746261928","imei2":"11946399746261928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184930,"job_number":"JOB_184930","tr_customer_id":184948,"tr_customer_product_id":184938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:34:14.000Z","name":"Travon Greenfelder","mobile_number":"695-864-5002","email_id":"Vanessa_Gorczany@gmail.com","dop":"2025-04-06","serial_number":"11848898345360","imei1":"11848898345360","imei2":"11848898345360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184931,"job_number":"JOB_184931","tr_customer_id":184949,"tr_customer_product_id":184939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Melvin Bergnaum","mobile_number":"694-656-6180","email_id":"Thurman.Bosco@hotmail.com","dop":"2025-04-06","serial_number":"19235801616402644","imei1":"19235801616402644","imei2":"19235801616402644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184932,"job_number":"JOB_184932","tr_customer_id":184950,"tr_customer_product_id":184940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Amparo Botsford","mobile_number":"991-511-6454","email_id":"Christa_Witting24@yahoo.com","dop":"2025-04-06","serial_number":"13742674496351116","imei1":"13742674496351116","imei2":"13742674496351116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184933,"job_number":"JOB_184933","tr_customer_id":184951,"tr_customer_product_id":184941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:37.000Z","modified_at":"2026-02-13T04:33:37.000Z","name":"Bettye Jacobs","mobile_number":"506-649-2706","email_id":"Vicky_Miller@gmail.com","dop":"2025-04-06","serial_number":"12863487584814662","imei1":"12863487584814662","imei2":"12863487584814662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184934,"job_number":"JOB_184934","tr_customer_id":184952,"tr_customer_product_id":184942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:40.000Z","modified_at":"2026-02-13T04:33:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14945735044678","imei1":"14945735044678","imei2":"14945735044678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184935,"job_number":"JOB_184935","tr_customer_id":184953,"tr_customer_product_id":184943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:40.000Z","modified_at":"2026-02-13T04:34:17.000Z","name":"Jamaal Price","mobile_number":"701-562-5614","email_id":"Mazie.Glover@gmail.com","dop":"2025-04-06","serial_number":"15367116732717","imei1":"15367116732717","imei2":"15367116732717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184936,"job_number":"JOB_184936","tr_customer_id":184954,"tr_customer_product_id":184944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:40.000Z","modified_at":"2026-02-13T04:33:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13783431363546","imei1":"13783431363546","imei2":"13783431363546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184937,"job_number":"JOB_184937","tr_customer_id":184955,"tr_customer_product_id":184945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:40.000Z","modified_at":"2026-02-13T04:34:17.000Z","name":"Novella Hills","mobile_number":"430-889-7765","email_id":"Reba19@yahoo.com","dop":"2025-04-06","serial_number":"13225829077519","imei1":"13225829077519","imei2":"13225829077519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184938,"job_number":"JOB_184938","tr_customer_id":184956,"tr_customer_product_id":184946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:41.000Z","modified_at":"2026-02-13T04:33:41.000Z","name":"Peyton Fritsch","mobile_number":"963-473-4302","email_id":"Jaiden19@hotmail.com","dop":"2025-04-06","serial_number":"18207474479499840","imei1":"18207474479499840","imei2":"18207474479499840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184939,"job_number":"JOB_184939","tr_customer_id":184957,"tr_customer_product_id":184947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:42.000Z","modified_at":"2026-02-13T04:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16403944825265","imei1":"16403944825265","imei2":"16403944825265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184940,"job_number":"JOB_184940","tr_customer_id":184958,"tr_customer_product_id":184948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:42.000Z","modified_at":"2026-02-13T04:33:42.000Z","name":"Elenor Rath","mobile_number":"751-841-5277","email_id":"Green69@yahoo.com","dop":"2025-04-06","serial_number":"13359334652480464","imei1":"13359334652480464","imei2":"13359334652480464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184941,"job_number":"JOB_184941","tr_customer_id":184959,"tr_customer_product_id":184949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:42.000Z","modified_at":"2026-02-13T04:34:19.000Z","name":"Obie Vandervort","mobile_number":"384-995-0743","email_id":"Caitlyn46@yahoo.com","dop":"2025-04-06","serial_number":"14018486543360","imei1":"14018486543360","imei2":"14018486543360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184942,"job_number":"JOB_184942","tr_customer_id":184960,"tr_customer_product_id":184950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:43.000Z","modified_at":"2026-02-13T04:33:43.000Z","name":"Blake Morissette","mobile_number":"960-756-8656","email_id":"Lyric.Renner@gmail.com","dop":"2025-04-06","serial_number":"11411277792416768","imei1":"11411277792416768","imei2":"11411277792416768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184943,"job_number":"JOB_184943","tr_customer_id":184961,"tr_customer_product_id":184951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:45.000Z","modified_at":"2026-02-13T04:33:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18216018555174","imei1":"18216018555174","imei2":"18216018555174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184944,"job_number":"JOB_184944","tr_customer_id":184962,"tr_customer_product_id":184952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:45.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"Eunice Stracke","mobile_number":"267-426-8770","email_id":"Neil_Harber@hotmail.com","dop":"2025-04-06","serial_number":"18710387927394","imei1":"18710387927394","imei2":"18710387927394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184945,"job_number":"JOB_184945","tr_customer_id":184963,"tr_customer_product_id":184953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:47.000Z","modified_at":"2026-02-13T04:33:47.000Z","name":"Edwin Parisian","mobile_number":"655-693-6492","email_id":"Elijah97@hotmail.com","dop":"2025-04-06","serial_number":"15779962730714968","imei1":"15779962730714968","imei2":"15779962730714968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184946,"job_number":"JOB_184946","tr_customer_id":184964,"tr_customer_product_id":184954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:52.000Z","modified_at":"2026-02-13T04:33:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18071861061778","imei1":"18071861061778","imei2":"18071861061778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184947,"job_number":"JOB_184947","tr_customer_id":184965,"tr_customer_product_id":184955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:52.000Z","modified_at":"2026-02-13T04:34:28.000Z","name":"Vicenta Schroeder","mobile_number":"411-534-0868","email_id":"Webster.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"13648221064912","imei1":"13648221064912","imei2":"13648221064912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184948,"job_number":"JOB_184948","tr_customer_id":184966,"tr_customer_product_id":184956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:54.000Z","modified_at":"2026-02-13T04:33:54.000Z","name":"Kyler Effertz","mobile_number":"766-297-7383","email_id":"Annetta37@hotmail.com","dop":"2025-04-06","serial_number":"11197127299671092","imei1":"11197127299671092","imei2":"11197127299671092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184949,"job_number":"JOB_184949","tr_customer_id":184967,"tr_customer_product_id":184957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:55.000Z","modified_at":"2026-02-13T04:33:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10592895138651","imei1":"10592895138651","imei2":"10592895138651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184950,"job_number":"JOB_184950","tr_customer_id":184968,"tr_customer_product_id":184958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:56.000Z","modified_at":"2026-02-13T04:34:32.000Z","name":"Adrain Welch","mobile_number":"262-740-5482","email_id":"Kevin_Maggio@yahoo.com","dop":"2025-04-06","serial_number":"13682033350848","imei1":"13682033350848","imei2":"13682033350848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184951,"job_number":"JOB_184951","tr_customer_id":184969,"tr_customer_product_id":184959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:57.000Z","modified_at":"2026-02-13T04:33:57.000Z","name":"Antonietta Hand","mobile_number":"884-273-7025","email_id":"Marjolaine_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"15976881745831604","imei1":"15976881745831604","imei2":"15976881745831604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184952,"job_number":"JOB_184952","tr_customer_id":184970,"tr_customer_product_id":184960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:59.000Z","modified_at":"2026-02-13T04:33:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15107957700791","imei1":"15107957700791","imei2":"15107957700791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184953,"job_number":"JOB_184953","tr_customer_id":184971,"tr_customer_product_id":184961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:59.000Z","modified_at":"2026-02-13T04:34:37.000Z","name":"Fae Kuphal","mobile_number":"435-520-9352","email_id":"Estefania.Volkman@yahoo.com","dop":"2025-04-06","serial_number":"14508464265609","imei1":"14508464265609","imei2":"14508464265609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184954,"job_number":"JOB_184954","tr_customer_id":184972,"tr_customer_product_id":184962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:01.000Z","modified_at":"2026-02-13T04:34:01.000Z","name":"Cynthia Veum","mobile_number":"939-666-4325","email_id":"Koby19@gmail.com","dop":"2025-04-06","serial_number":"17063358656404980","imei1":"17063358656404980","imei2":"17063358656404980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184956,"job_number":"JOB_184956","tr_customer_id":184974,"tr_customer_product_id":184964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:11.000Z","modified_at":"2026-02-13T04:34:48.000Z","name":"Augustus Flatley","mobile_number":"986-955-6530","email_id":"Christy.Breitenberg17@gmail.com","dop":"2000-01-31","serial_number":"10874883257657","imei1":"10874883257657","imei2":"10874883257657","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184958,"job_number":"JOB_184958","tr_customer_id":184976,"tr_customer_product_id":184966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:13.000Z","modified_at":"2026-02-13T04:34:13.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"105702571277978","imei1":"105702571277978","imei2":"105702571277978","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184959,"job_number":"JOB_184959","tr_customer_id":184977,"tr_customer_product_id":184967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:13.000Z","modified_at":"2026-02-13T04:34:52.000Z","name":"Bernita Gleason","mobile_number":"494-629-9462","email_id":"Michelle_Jakubowski27@gmail.com","dop":"2025-12-31","serial_number":"105374577490291","imei1":"105374577490291","imei2":"105374577490291","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184960,"job_number":"JOB_184960","tr_customer_id":184978,"tr_customer_product_id":184968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:20.000Z","modified_at":"2026-02-13T04:34:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18662477966972","imei1":"18662477966972","imei2":"18662477966972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184961,"job_number":"JOB_184961","tr_customer_id":184979,"tr_customer_product_id":184969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:20.000Z","modified_at":"2026-02-13T04:34:58.000Z","name":"Hiram Rath","mobile_number":"291-392-0488","email_id":"Amira_Reichel24@gmail.com","dop":"2025-04-06","serial_number":"18689339718798","imei1":"18689339718798","imei2":"18689339718798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184962,"job_number":"JOB_184962","tr_customer_id":184980,"tr_customer_product_id":184970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:20.000Z","modified_at":"2026-02-13T04:34:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13195012702133","imei1":"13195012702133","imei2":"13195012702133","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184963,"job_number":"JOB_184963","tr_customer_id":184981,"tr_customer_product_id":184971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:35:00.000Z","name":"Marcelo Jenkins","mobile_number":"993-975-8365","email_id":"Arden.Schamberger@hotmail.com","dop":"2025-04-06","serial_number":"12290749862237","imei1":"12290749862237","imei2":"12290749862237","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184964,"job_number":"JOB_184964","tr_customer_id":184982,"tr_customer_product_id":184972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10179872093356","imei1":"10179872093356","imei2":"10179872093356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184965,"job_number":"JOB_184965","tr_customer_id":184983,"tr_customer_product_id":184973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15754572040100","imei1":"15754572040100","imei2":"15754572040100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184966,"job_number":"JOB_184966","tr_customer_id":184984,"tr_customer_product_id":184974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:59.000Z","name":"Cameron Keebler","mobile_number":"772-478-0928","email_id":"Hermina_Daugherty@gmail.com","dop":"2025-04-06","serial_number":"16423561159645","imei1":"16423561159645","imei2":"16423561159645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184967,"job_number":"JOB_184967","tr_customer_id":184985,"tr_customer_product_id":184975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:35:00.000Z","name":"Bradly Jaskolski","mobile_number":"719-600-8281","email_id":"Obie_Lind@gmail.com","dop":"2025-04-06","serial_number":"11899756286657","imei1":"11899756286657","imei2":"11899756286657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184968,"job_number":"JOB_184968","tr_customer_id":184986,"tr_customer_product_id":184976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"Alejandra Haag","mobile_number":"754-593-6117","email_id":"Ignacio.Rice@gmail.com","dop":"2025-04-06","serial_number":"16369200565531792","imei1":"16369200565531792","imei2":"16369200565531792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184969,"job_number":"JOB_184969","tr_customer_id":184987,"tr_customer_product_id":184977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:22.000Z","modified_at":"2026-02-13T04:34:22.000Z","name":"Jerome Pagac","mobile_number":"622-569-4012","email_id":"Rocky_Wolf89@hotmail.com","dop":"2025-04-06","serial_number":"17355157432883896","imei1":"17355157432883896","imei2":"17355157432883896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184970,"job_number":"JOB_184970","tr_customer_id":184988,"tr_customer_product_id":184978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:23.000Z","modified_at":"2026-02-13T04:34:23.000Z","name":"Leann Farrell","mobile_number":"414-758-3048","email_id":"Daniella.Schaefer@gmail.com","dop":"2025-04-06","serial_number":"17019778533183598","imei1":"17019778533183598","imei2":"17019778533183598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184971,"job_number":"JOB_184971","tr_customer_id":184989,"tr_customer_product_id":184979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:23.000Z","modified_at":"2026-02-13T04:34:23.000Z","name":"Fatima White","mobile_number":"369-320-4620","email_id":"Osborne15@yahoo.com","dop":"2025-04-06","serial_number":"11624349619302080","imei1":"11624349619302080","imei2":"11624349619302080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184972,"job_number":"JOB_184972","tr_customer_id":184990,"tr_customer_product_id":184980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:24.000Z","modified_at":"2026-02-13T04:34:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13135856843322","imei1":"13135856843322","imei2":"13135856843322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184973,"job_number":"JOB_184973","tr_customer_id":184991,"tr_customer_product_id":184981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:24.000Z","modified_at":"2026-02-13T04:34:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12581910462802","imei1":"12581910462802","imei2":"12581910462802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184974,"job_number":"JOB_184974","tr_customer_id":184992,"tr_customer_product_id":184982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:24.000Z","modified_at":"2026-02-13T04:35:00.000Z","name":"Keaton Hagenes","mobile_number":"772-328-6860","email_id":"Kane33@gmail.com","dop":"2025-04-06","serial_number":"16939178398919","imei1":"16939178398919","imei2":"16939178398919","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184975,"job_number":"JOB_184975","tr_customer_id":184993,"tr_customer_product_id":184983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:24.000Z","modified_at":"2026-02-13T04:35:00.000Z","name":"Ransom Crooks","mobile_number":"899-272-5271","email_id":"Dejuan_Mertz@gmail.com","dop":"2025-04-06","serial_number":"12685122104046","imei1":"12685122104046","imei2":"12685122104046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184976,"job_number":"JOB_184976","tr_customer_id":184994,"tr_customer_product_id":184984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:25.000Z","modified_at":"2026-02-13T04:34:25.000Z","name":"Samantha Beatty","mobile_number":"451-310-5245","email_id":"Russ.Waters@yahoo.com","dop":"2025-04-06","serial_number":"13904671283308778","imei1":"13904671283308778","imei2":"13904671283308778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184977,"job_number":"JOB_184977","tr_customer_id":184995,"tr_customer_product_id":184985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:25.000Z","modified_at":"2026-02-13T04:34:25.000Z","name":"Santino Frami","mobile_number":"549-457-1918","email_id":"Libbie84@yahoo.com","dop":"2025-04-06","serial_number":"13639324322783218","imei1":"13639324322783218","imei2":"13639324322783218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184978,"job_number":"JOB_184978","tr_customer_id":184996,"tr_customer_product_id":184986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:28.000Z","modified_at":"2026-02-13T04:34:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12344310594993","imei1":"12344310594993","imei2":"12344310594993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184979,"job_number":"JOB_184979","tr_customer_id":184997,"tr_customer_product_id":184987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:29.000Z","modified_at":"2026-02-13T04:35:04.000Z","name":"Peggie Marvin","mobile_number":"960-334-3421","email_id":"Rafaela_Schneider83@yahoo.com","dop":"2025-04-06","serial_number":"17820076202368","imei1":"17820076202368","imei2":"17820076202368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184980,"job_number":"JOB_184980","tr_customer_id":184998,"tr_customer_product_id":184988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:30.000Z","modified_at":"2026-02-13T04:34:30.000Z","name":"Evalyn Prosacco","mobile_number":"233-917-3998","email_id":"Judson_Lockman10@gmail.com","dop":"2025-04-06","serial_number":"18467753147055456","imei1":"18467753147055456","imei2":"18467753147055456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184982,"job_number":"JOB_184982","tr_customer_id":185000,"tr_customer_product_id":184990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:55.000Z","modified_at":"2026-02-13T04:35:31.000Z","name":"Kimberly Hodkiewicz","mobile_number":"703-729-7915","email_id":"Paxton_Schroeder@yahoo.com","dop":"2000-01-31","serial_number":"10921221593314","imei1":"10921221593314","imei2":"10921221593314","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184984,"job_number":"JOB_184984","tr_customer_id":185002,"tr_customer_product_id":184992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:46:35.000Z","modified_at":"2026-02-13T04:46:35.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-03","serial_number":"90183914317991","imei1":"90183914317958","imei2":"70183914317959","popurl":"2026-02-03T04:46:33.382086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:46:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184985,"job_number":"JOB_184985","tr_customer_id":185003,"tr_customer_product_id":184993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:18.000Z","modified_at":"2026-02-13T04:48:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31414351227982","imei1":"31414351227982","imei2":"31414351227982","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184986,"job_number":"JOB_184986","tr_customer_id":185004,"tr_customer_product_id":184994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:18.000Z","modified_at":"2026-02-13T04:48:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99519519276032","imei1":"99519519276032","imei2":"99519519276032","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184987,"job_number":"JOB_184987","tr_customer_id":185005,"tr_customer_product_id":184995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:18.000Z","modified_at":"2026-02-13T04:48:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93001709882862","imei1":"93001709882862","imei2":"93001709882862","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184988,"job_number":"JOB_184988","tr_customer_id":185006,"tr_customer_product_id":184996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:19.000Z","modified_at":"2026-02-13T04:48:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54465325257834","imei1":"54465325257834","imei2":"54465325257834","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184989,"job_number":"JOB_184989","tr_customer_id":185007,"tr_customer_product_id":184997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:19.000Z","modified_at":"2026-02-13T04:48:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40351433151614","imei1":"40351433151614","imei2":"40351433151614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184990,"job_number":"JOB_184990","tr_customer_id":185008,"tr_customer_product_id":184998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:19.000Z","modified_at":"2026-02-13T04:48:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42760069209746","imei1":"42760069209746","imei2":"42760069209746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184991,"job_number":"JOB_184991","tr_customer_id":185009,"tr_customer_product_id":184999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:20.000Z","modified_at":"2026-02-13T04:48:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61797158294237","imei1":"61797158294237","imei2":"61797158294237","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184992,"job_number":"JOB_184992","tr_customer_id":185010,"tr_customer_product_id":185000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:49.000Z","modified_at":"2026-02-13T04:48:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32633660838694","imei1":"32633660838694","imei2":"32633660838694","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184993,"job_number":"JOB_184993","tr_customer_id":185011,"tr_customer_product_id":185001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:49.000Z","modified_at":"2026-02-13T04:48:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82393117259331","imei1":"82393117259331","imei2":"82393117259331","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184994,"job_number":"JOB_184994","tr_customer_id":185012,"tr_customer_product_id":185002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88284758483640","imei1":"88284758483640","imei2":"88284758483640","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184995,"job_number":"JOB_184995","tr_customer_id":185013,"tr_customer_product_id":185003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20063689660533","imei1":"20063689660533","imei2":"20063689660533","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184996,"job_number":"JOB_184996","tr_customer_id":185014,"tr_customer_product_id":185004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18539884450284","imei1":"18539884450284","imei2":"18539884450284","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184997,"job_number":"JOB_184997","tr_customer_id":185015,"tr_customer_product_id":185005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62069130536087","imei1":"62069130536087","imei2":"62069130536087","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184998,"job_number":"JOB_184998","tr_customer_id":185016,"tr_customer_product_id":185006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:51.000Z","modified_at":"2026-02-13T04:49:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68909027532504","imei1":"68909027532504","imei2":"68909027532504","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184999,"job_number":"JOB_184999","tr_customer_id":185017,"tr_customer_product_id":185007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:20.000Z","modified_at":"2026-02-13T04:49:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59563037487896","imei1":"59563037487896","imei2":"59563037487896","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185000,"job_number":"JOB_185000","tr_customer_id":185018,"tr_customer_product_id":185008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:20.000Z","modified_at":"2026-02-13T04:49:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78366881819550","imei1":"78366881819550","imei2":"78366881819550","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185001,"job_number":"JOB_185001","tr_customer_id":185019,"tr_customer_product_id":185009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:20.000Z","modified_at":"2026-02-13T04:49:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31299841082890","imei1":"31299841082890","imei2":"31299841082890","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185002,"job_number":"JOB_185002","tr_customer_id":185020,"tr_customer_product_id":185010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51467458408910","imei1":"51467458408910","imei2":"51467458408910","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185003,"job_number":"JOB_185003","tr_customer_id":185021,"tr_customer_product_id":185011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55150830373143","imei1":"55150830373143","imei2":"55150830373143","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185004,"job_number":"JOB_185004","tr_customer_id":185022,"tr_customer_product_id":185012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43870981167272","imei1":"43870981167272","imei2":"43870981167272","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185005,"job_number":"JOB_185005","tr_customer_id":185023,"tr_customer_product_id":185013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66292170571887","imei1":"66292170571887","imei2":"66292170571887","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185006,"job_number":"JOB_185006","tr_customer_id":185024,"tr_customer_product_id":185014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:02:55.000Z","modified_at":"2026-02-13T05:02:55.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-02-03","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-02-03T05:02:55.276028560Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185007,"job_number":"JOB_185007","tr_customer_id":185025,"tr_customer_product_id":185015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:05:04.000Z","modified_at":"2026-02-13T05:06:27.000Z","name":"Carmella Schamberger","mobile_number":"337-252-9483","email_id":"Osborne_Brown@hotmail.com","dop":"2026-01-04","serial_number":"10788087980744","imei1":"10788087980744","imei2":"10788087980744","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-13T05:06:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":185008,"job_number":"JOB_185008","tr_customer_id":185026,"tr_customer_product_id":185016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:06:46.000Z","modified_at":"2026-02-13T06:02:12.000Z","name":"Elnora Willms","mobile_number":"508-712-1996","email_id":"Glenna57@gmail.com","dop":"2026-01-04","serial_number":"17586464670135","imei1":"17586464670135","imei2":"17586464670135","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T06:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185011,"job_number":"JOB_185011","tr_customer_id":185029,"tr_customer_product_id":185019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:19:10.000Z","modified_at":"2026-02-13T05:19:10.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-03","serial_number":"77838251391752","imei1":"77838251391752","imei2":"77838251391752","popurl":"2026-02-03T05:19:10.497473456Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185012,"job_number":"JOB_185012","tr_customer_id":185030,"tr_customer_product_id":185020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:19:12.000Z","modified_at":"2026-02-13T05:19:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-03","serial_number":"26257654173932","imei1":"26257654173932","imei2":"26257654173932","popurl":"2026-02-03T05:19:11.879978305Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:19:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185013,"job_number":"JOB_185013","tr_customer_id":185031,"tr_customer_product_id":185021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:23:42.000Z","modified_at":"2026-02-13T05:23:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105655312431810","imei1":"105655312431810","imei2":"105655312431810","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185014,"job_number":"JOB_185014","tr_customer_id":185032,"tr_customer_product_id":185022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:23:43.000Z","modified_at":"2026-02-13T05:23:52.000Z","name":"Berta Douglas","mobile_number":"273-497-1800","email_id":"Akeem46@hotmail.com","dop":"2025-07-01","serial_number":"103112706641952","imei1":"103112706641952","imei2":"103112706641952","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185015,"job_number":"JOB_185015","tr_customer_id":185033,"tr_customer_product_id":185023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:23:54.000Z","modified_at":"2026-02-13T05:23:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100747457128076","imei1":"100747457128076","imei2":"100747457128076","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:23:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185016,"job_number":"JOB_185016","tr_customer_id":185034,"tr_customer_product_id":185024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:23:55.000Z","modified_at":"2026-02-13T05:24:04.000Z","name":"Rubye Hane","mobile_number":"813-762-0819","email_id":"Curt_Runte@gmail.com","dop":"2025-07-01","serial_number":"104618301188240","imei1":"104618301188240","imei2":"104618301188240","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185017,"job_number":"JOB_185017","tr_customer_id":185035,"tr_customer_product_id":185025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:42:40.000Z","modified_at":"2026-02-13T05:43:16.000Z","name":"Rodolfo Schaefer","mobile_number":"480-441-4658","email_id":"Solon.Leuschke@gmail.com","dop":"2025-04-06","serial_number":"19350327595127","imei1":"19350327595127","imei2":"19350327595127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185018,"job_number":"JOB_185018","tr_customer_id":185036,"tr_customer_product_id":185026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:42:42.000Z","modified_at":"2026-02-13T05:42:42.000Z","name":"Tanya Ratke","mobile_number":"617-264-1533","email_id":"Zaria.Leffler@yahoo.com","dop":"2025-04-06","serial_number":"18718121655622796","imei1":"18718121655622796","imei2":"18718121655622796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185019,"job_number":"JOB_185019","tr_customer_id":185037,"tr_customer_product_id":185027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:42:58.000Z","modified_at":"2026-02-13T05:43:33.000Z","name":"Rosario Blanda","mobile_number":"384-604-2508","email_id":"Katrina.Flatley@hotmail.com","dop":"2025-04-06","serial_number":"15135643589554","imei1":"15135643589554","imei2":"15135643589554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:43:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185020,"job_number":"JOB_185020","tr_customer_id":185038,"tr_customer_product_id":185028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:42:59.000Z","modified_at":"2026-02-13T05:42:59.000Z","name":"Vesta Macejkovic","mobile_number":"982-448-1729","email_id":"Zaria52@hotmail.com","dop":"2025-04-06","serial_number":"10421857479437854","imei1":"10421857479437854","imei2":"10421857479437854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185021,"job_number":"JOB_185021","tr_customer_id":185039,"tr_customer_product_id":185029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:59:08.000Z","modified_at":"2026-02-13T05:59:08.000Z","name":"Mayur Jain","mobile_number":"7007347940","email_id":"mayurjain3439@gmail.com","dop":"2025-10-22","serial_number":"436376797961236","imei1":"436376797961236","imei2":"436376797961236","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185035,"job_number":"JOB_185035","tr_customer_id":185053,"tr_customer_product_id":185043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:46.000Z","modified_at":"2026-02-13T06:45:46.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"105161057269174","imei1":"105161057269174","imei2":"105161057269174","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185036,"job_number":"JOB_185036","tr_customer_id":185054,"tr_customer_product_id":185044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:47.000Z","modified_at":"2026-02-13T06:46:23.000Z","name":"Providenci Nikolaus","mobile_number":"598-666-4458","email_id":"Ben_Little42@hotmail.com","dop":"2025-12-31","serial_number":"102067859413010","imei1":"102067859413010","imei2":"102067859413010","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:46:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185037,"job_number":"JOB_185037","tr_customer_id":185055,"tr_customer_product_id":185045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:46:30.000Z","modified_at":"2026-02-13T06:46:30.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"104375150766698","imei1":"104375150766698","imei2":"104375150766698","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185038,"job_number":"JOB_185038","tr_customer_id":185056,"tr_customer_product_id":185046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:46:31.000Z","modified_at":"2026-02-13T06:47:07.000Z","name":"Philip Kuhic","mobile_number":"340-567-7951","email_id":"Mafalda_Klocko90@hotmail.com","dop":"2025-12-31","serial_number":"107449474801687","imei1":"107449474801687","imei2":"107449474801687","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:47:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185039,"job_number":"JOB_185039","tr_customer_id":185057,"tr_customer_product_id":185047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:47:14.000Z","modified_at":"2026-02-13T06:47:14.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103833803498194","imei1":"103833803498194","imei2":"103833803498194","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185040,"job_number":"JOB_185040","tr_customer_id":185058,"tr_customer_product_id":185048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:47:15.000Z","modified_at":"2026-02-13T06:47:51.000Z","name":"Ariane Schamberger","mobile_number":"749-969-5168","email_id":"Arvilla_Bednar42@yahoo.com","dop":"2025-12-31","serial_number":"105190769697138","imei1":"105190769697138","imei2":"105190769697138","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185042,"job_number":"JOB_185042","tr_customer_id":185060,"tr_customer_product_id":185050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:56.000Z","modified_at":"2026-02-13T06:48:56.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10206717760165","imei1":"10206717760165","imei2":"10206717760165","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185043,"job_number":"JOB_185043","tr_customer_id":185061,"tr_customer_product_id":185051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:56.000Z","modified_at":"2026-02-13T06:49:33.000Z","name":"Herman Terry","mobile_number":"889-208-5638","email_id":"Aurore.Johnston20@hotmail.com","dop":"2025-06-18","serial_number":"10076293050796","imei1":"10076293050796","imei2":"10076293050796","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185044,"job_number":"JOB_185044","tr_customer_id":185062,"tr_customer_product_id":185052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:57.000Z","modified_at":"2026-02-13T06:48:57.000Z","name":"Hobart Schaefer","mobile_number":"695-547-3664","email_id":"Alfonzo.Stoltenberg@hotmail.com","dop":"2025-06-18","serial_number":"1001326319905544","imei1":"1001326319905544","imei2":"1001326319905544","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185045,"job_number":"JOB_185045","tr_customer_id":185063,"tr_customer_product_id":185053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:57.000Z","modified_at":"2026-02-13T06:49:34.000Z","name":"Alayna Funk","mobile_number":"334-352-7691","email_id":"Janessa.Hermann35@yahoo.com","dop":"2025-04-06","serial_number":"13911019140687","imei1":"13911019140687","imei2":"13911019140687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185046,"job_number":"JOB_185046","tr_customer_id":185064,"tr_customer_product_id":185054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:59.000Z","modified_at":"2026-02-13T06:48:59.000Z","name":"Stuart Homenick","mobile_number":"616-929-3656","email_id":"Alvera.Bechtelar57@yahoo.com","dop":"2025-04-06","serial_number":"14550561017110584","imei1":"14550561017110584","imei2":"14550561017110584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185047,"job_number":"JOB_185047","tr_customer_id":185065,"tr_customer_product_id":185055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:49:39.000Z","modified_at":"2026-02-13T06:49:39.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10617100522457","imei1":"10617100522457","imei2":"10617100522457","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185048,"job_number":"JOB_185048","tr_customer_id":185066,"tr_customer_product_id":185056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:49:40.000Z","modified_at":"2026-02-13T06:50:16.000Z","name":"Jamarcus Larkin","mobile_number":"998-730-9936","email_id":"Kristian.Goldner@gmail.com","dop":"2025-06-18","serial_number":"10404035155438","imei1":"10404035155438","imei2":"10404035155438","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185049,"job_number":"JOB_185049","tr_customer_id":185067,"tr_customer_product_id":185057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:49:40.000Z","modified_at":"2026-02-13T06:49:40.000Z","name":"Leland Pacocha","mobile_number":"462-246-4295","email_id":"Carlie.Stokes@hotmail.com","dop":"2025-06-18","serial_number":"1042988279316201","imei1":"1042988279316201","imei2":"1042988279316201","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185050,"job_number":"JOB_185050","tr_customer_id":185068,"tr_customer_product_id":185058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:50:33.000Z","modified_at":"2026-02-13T06:50:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12378462000014","imei1":"12378462000014","imei2":"12378462000014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185051,"job_number":"JOB_185051","tr_customer_id":185069,"tr_customer_product_id":185059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:50:33.000Z","modified_at":"2026-02-13T06:51:11.000Z","name":"Sheldon Bednar","mobile_number":"948-592-2016","email_id":"America81@yahoo.com","dop":"2025-04-06","serial_number":"14684195637315","imei1":"14684195637315","imei2":"14684195637315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185052,"job_number":"JOB_185052","tr_customer_id":185070,"tr_customer_product_id":185060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:50:34.000Z","modified_at":"2026-02-13T06:50:34.000Z","name":"Mafalda Quigley","mobile_number":"971-634-5026","email_id":"Boris.Nicolas16@hotmail.com","dop":"2025-04-06","serial_number":"11130420261717226","imei1":"11130420261717226","imei2":"11130420261717226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185053,"job_number":"JOB_185053","tr_customer_id":185071,"tr_customer_product_id":185061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:51:18.000Z","modified_at":"2026-02-13T06:51:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17912510495209","imei1":"17912510495209","imei2":"17912510495209","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185054,"job_number":"JOB_185054","tr_customer_id":185072,"tr_customer_product_id":185062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:51:18.000Z","modified_at":"2026-02-13T06:51:56.000Z","name":"Henry Windler","mobile_number":"241-787-2830","email_id":"Oma_Rowe@gmail.com","dop":"2025-04-06","serial_number":"19725250781472","imei1":"19725250781472","imei2":"19725250781472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185055,"job_number":"JOB_185055","tr_customer_id":185073,"tr_customer_product_id":185063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:51:20.000Z","modified_at":"2026-02-13T06:51:20.000Z","name":"Jaylin Hand","mobile_number":"478-842-1283","email_id":"Ubaldo72@yahoo.com","dop":"2025-04-06","serial_number":"13867037339021140","imei1":"13867037339021140","imei2":"13867037339021140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185056,"job_number":"JOB_185056","tr_customer_id":185074,"tr_customer_product_id":185064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:52:03.000Z","modified_at":"2026-02-13T06:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17115647181583","imei1":"17115647181583","imei2":"17115647181583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185057,"job_number":"JOB_185057","tr_customer_id":185075,"tr_customer_product_id":185065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:52:03.000Z","modified_at":"2026-02-13T06:52:40.000Z","name":"Izaiah Grimes","mobile_number":"433-886-3357","email_id":"Chaz_Hagenes@yahoo.com","dop":"2025-04-06","serial_number":"19822569849350","imei1":"19822569849350","imei2":"19822569849350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:52:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185058,"job_number":"JOB_185058","tr_customer_id":185076,"tr_customer_product_id":185066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:52:04.000Z","modified_at":"2026-02-13T06:52:04.000Z","name":"Antoinette Morissette","mobile_number":"656-599-6327","email_id":"Jackeline38@yahoo.com","dop":"2025-04-06","serial_number":"14806393732490600","imei1":"14806393732490600","imei2":"14806393732490600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185059,"job_number":"JOB_185059","tr_customer_id":185077,"tr_customer_product_id":185067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:15.000Z","modified_at":"2026-02-13T06:53:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17175847381192","imei1":"17175847381192","imei2":"17175847381192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185060,"job_number":"JOB_185060","tr_customer_id":185078,"tr_customer_product_id":185068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:15.000Z","modified_at":"2026-02-13T06:53:52.000Z","name":"Keven Parker","mobile_number":"763-482-0467","email_id":"Britney11@hotmail.com","dop":"2025-04-06","serial_number":"12309793219235","imei1":"12309793219235","imei2":"12309793219235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185061,"job_number":"JOB_185061","tr_customer_id":185079,"tr_customer_product_id":185069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:17.000Z","modified_at":"2026-02-13T06:53:17.000Z","name":"Ephraim Stiedemann","mobile_number":"832-736-2210","email_id":"Edmund44@yahoo.com","dop":"2025-04-06","serial_number":"15256549469649500","imei1":"15256549469649500","imei2":"15256549469649500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185062,"job_number":"JOB_185062","tr_customer_id":185080,"tr_customer_product_id":185070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:59.000Z","modified_at":"2026-02-13T06:53:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17041101089180","imei1":"17041101089180","imei2":"17041101089180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:53:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185063,"job_number":"JOB_185063","tr_customer_id":185081,"tr_customer_product_id":185071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:59.000Z","modified_at":"2026-02-13T06:54:35.000Z","name":"Alicia Dickens","mobile_number":"739-679-3906","email_id":"Carleton.Gleichner52@gmail.com","dop":"2025-04-06","serial_number":"14438297638497","imei1":"14438297638497","imei2":"14438297638497","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185064,"job_number":"JOB_185064","tr_customer_id":185082,"tr_customer_product_id":185072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:01.000Z","modified_at":"2026-02-13T06:54:01.000Z","name":"Glennie Pacocha","mobile_number":"392-720-1504","email_id":"Elinore30@hotmail.com","dop":"2025-04-06","serial_number":"14416614128242424","imei1":"14416614128242424","imei2":"14416614128242424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:54:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185065,"job_number":"JOB_185065","tr_customer_id":185083,"tr_customer_product_id":185073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:42.000Z","modified_at":"2026-02-13T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15157877974858","imei1":"15157877974858","imei2":"15157877974858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185066,"job_number":"JOB_185066","tr_customer_id":185084,"tr_customer_product_id":185074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:43.000Z","modified_at":"2026-02-13T06:55:18.000Z","name":"Nicklaus Champlin","mobile_number":"875-868-8381","email_id":"Ardella_Wisoky35@gmail.com","dop":"2025-04-06","serial_number":"14995828063117","imei1":"14995828063117","imei2":"14995828063117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185067,"job_number":"JOB_185067","tr_customer_id":185085,"tr_customer_product_id":185075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:44.000Z","modified_at":"2026-02-13T06:54:44.000Z","name":"Oswaldo Hettinger","mobile_number":"308-844-6602","email_id":"Madeline.Witting@gmail.com","dop":"2025-04-06","serial_number":"14189857709670706","imei1":"14189857709670706","imei2":"14189857709670706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185071,"job_number":"JOB_185071","tr_customer_id":185089,"tr_customer_product_id":185079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:45.000Z","modified_at":"2026-02-13T06:55:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12573178697081","imei1":"12573178697081","imei2":"12573178697081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185072,"job_number":"JOB_185072","tr_customer_id":185090,"tr_customer_product_id":185080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:45.000Z","modified_at":"2026-02-13T06:56:22.000Z","name":"Leola Osinski","mobile_number":"512-872-9040","email_id":"Dagmar.Kiehn54@hotmail.com","dop":"2025-04-06","serial_number":"10430008757653","imei1":"10430008757653","imei2":"10430008757653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185073,"job_number":"JOB_185073","tr_customer_id":185091,"tr_customer_product_id":185081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:47.000Z","modified_at":"2026-02-13T06:55:47.000Z","name":"Saul Bruen","mobile_number":"528-855-3888","email_id":"Kiara.Stoltenberg@gmail.com","dop":"2025-04-06","serial_number":"17022851026120392","imei1":"17022851026120392","imei2":"17022851026120392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185074,"job_number":"JOB_185074","tr_customer_id":185092,"tr_customer_product_id":185082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:56:28.000Z","modified_at":"2026-02-13T06:56:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15735404948306","imei1":"15735404948306","imei2":"15735404948306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185075,"job_number":"JOB_185075","tr_customer_id":185093,"tr_customer_product_id":185083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:56:29.000Z","modified_at":"2026-02-13T06:57:05.000Z","name":"Emmanuelle Kub","mobile_number":"917-512-6087","email_id":"Natalie.Davis@yahoo.com","dop":"2025-04-06","serial_number":"15934878118553","imei1":"15934878118553","imei2":"15934878118553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185076,"job_number":"JOB_185076","tr_customer_id":185094,"tr_customer_product_id":185084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:56:30.000Z","modified_at":"2026-02-13T06:56:30.000Z","name":"Lon Langworth","mobile_number":"314-549-9354","email_id":"Tamia98@hotmail.com","dop":"2025-04-06","serial_number":"16352332962746064","imei1":"16352332962746064","imei2":"16352332962746064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185077,"job_number":"JOB_185077","tr_customer_id":185095,"tr_customer_product_id":185085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:57:11.000Z","modified_at":"2026-02-13T06:57:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13009419397042","imei1":"13009419397042","imei2":"13009419397042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185078,"job_number":"JOB_185078","tr_customer_id":185096,"tr_customer_product_id":185086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:57:12.000Z","modified_at":"2026-02-13T06:57:47.000Z","name":"Orval Harber","mobile_number":"758-725-0105","email_id":"Carmen_Hettinger@yahoo.com","dop":"2025-04-06","serial_number":"11584182160693","imei1":"11584182160693","imei2":"11584182160693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185079,"job_number":"JOB_185079","tr_customer_id":185097,"tr_customer_product_id":185087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:57:13.000Z","modified_at":"2026-02-13T06:57:13.000Z","name":"Judge Roob","mobile_number":"813-508-9757","email_id":"Lulu_Brakus@yahoo.com","dop":"2025-04-06","serial_number":"15952441852821456","imei1":"15952441852821456","imei2":"15952441852821456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185080,"job_number":"JOB_185080","tr_customer_id":185098,"tr_customer_product_id":185088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:11.000Z","modified_at":"2026-02-13T06:58:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13967577486697","imei1":"13967577486697","imei2":"13967577486697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185081,"job_number":"JOB_185081","tr_customer_id":185099,"tr_customer_product_id":185089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:11.000Z","modified_at":"2026-02-13T06:58:48.000Z","name":"Rylee Abbott","mobile_number":"321-994-3110","email_id":"Sandra_OHara@hotmail.com","dop":"2025-04-06","serial_number":"12673181806054","imei1":"12673181806054","imei2":"12673181806054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185082,"job_number":"JOB_185082","tr_customer_id":185100,"tr_customer_product_id":185090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:13.000Z","modified_at":"2026-02-13T06:58:13.000Z","name":"Marcella Sanford","mobile_number":"261-792-6407","email_id":"Flossie86@gmail.com","dop":"2025-04-06","serial_number":"11363408950843910","imei1":"11363408950843910","imei2":"11363408950843910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185083,"job_number":"JOB_185083","tr_customer_id":185101,"tr_customer_product_id":185091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:37.000Z","modified_at":"2026-02-13T06:59:16.000Z","name":"Micaela Ruecker","mobile_number":"645-775-1703","email_id":"Olen71@yahoo.com","dop":"2025-04-06","serial_number":"16034255015278","imei1":"16034255015278","imei2":"16034255015278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185084,"job_number":"JOB_185084","tr_customer_id":185102,"tr_customer_product_id":185092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:38.000Z","modified_at":"2026-02-13T06:58:38.000Z","name":"Clint Kerluke","mobile_number":"857-366-5784","email_id":"Vince_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13881731181736584","imei1":"13881731181736584","imei2":"13881731181736584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185085,"job_number":"JOB_185085","tr_customer_id":185103,"tr_customer_product_id":185093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:55.000Z","modified_at":"2026-02-13T06:58:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18571955876104","imei1":"18571955876104","imei2":"18571955876104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185086,"job_number":"JOB_185086","tr_customer_id":185104,"tr_customer_product_id":185094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:55.000Z","modified_at":"2026-02-13T06:59:31.000Z","name":"Icie Pfannerstill","mobile_number":"767-310-2923","email_id":"Reynold41@hotmail.com","dop":"2025-04-06","serial_number":"14409691915938","imei1":"14409691915938","imei2":"14409691915938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185087,"job_number":"JOB_185087","tr_customer_id":185105,"tr_customer_product_id":185095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:56.000Z","modified_at":"2026-02-13T06:58:56.000Z","name":"Zena Kerluke","mobile_number":"768-863-9109","email_id":"Marcella_Cormier95@gmail.com","dop":"2025-04-06","serial_number":"11828159268764138","imei1":"11828159268764138","imei2":"11828159268764138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185088,"job_number":"JOB_185088","tr_customer_id":185106,"tr_customer_product_id":185096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:30.000Z","modified_at":"2026-02-13T06:59:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18150444296890","imei1":"18150444296890","imei2":"18150444296890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185089,"job_number":"JOB_185089","tr_customer_id":185107,"tr_customer_product_id":185097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:31.000Z","modified_at":"2026-02-13T07:00:09.000Z","name":"Gordon Lockman","mobile_number":"913-352-9954","email_id":"Letitia.DuBuque47@hotmail.com","dop":"2025-04-06","serial_number":"19083090767088","imei1":"19083090767088","imei2":"19083090767088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185090,"job_number":"JOB_185090","tr_customer_id":185108,"tr_customer_product_id":185098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:32.000Z","modified_at":"2026-02-13T06:59:32.000Z","name":"Clara Lang","mobile_number":"224-989-8630","email_id":"Bartholome_Trantow@hotmail.com","dop":"2025-04-06","serial_number":"18391272930689690","imei1":"18391272930689690","imei2":"18391272930689690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185092,"job_number":"JOB_185092","tr_customer_id":185110,"tr_customer_product_id":185100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:35.000Z","modified_at":"2026-02-13T07:00:13.000Z","name":"Clement Herzog","mobile_number":"775-808-6830","email_id":"Edyth_Legros66@hotmail.com","dop":"2000-01-31","serial_number":"10055014086411","imei1":"10055014086411","imei2":"10055014086411","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185094,"job_number":"JOB_185094","tr_customer_id":185112,"tr_customer_product_id":185102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:38.000Z","modified_at":"2026-02-13T06:59:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19731833314031","imei1":"19731833314031","imei2":"19731833314031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185095,"job_number":"JOB_185095","tr_customer_id":185113,"tr_customer_product_id":185103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:38.000Z","modified_at":"2026-02-13T07:00:14.000Z","name":"Ralph Pfannerstill","mobile_number":"859-753-9474","email_id":"Lindsay_Schimmel17@yahoo.com","dop":"2025-04-06","serial_number":"19101393613338","imei1":"19101393613338","imei2":"19101393613338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185096,"job_number":"JOB_185096","tr_customer_id":185114,"tr_customer_product_id":185104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:40.000Z","modified_at":"2026-02-13T06:59:40.000Z","name":"Murray Stark","mobile_number":"772-616-7233","email_id":"Nayeli.Schmeler97@gmail.com","dop":"2025-04-06","serial_number":"11452763914613866","imei1":"11452763914613866","imei2":"11452763914613866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185097,"job_number":"JOB_185097","tr_customer_id":185115,"tr_customer_product_id":185105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:41.000Z","modified_at":"2026-02-13T06:59:41.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16214750016478","imei1":"16214750016478","imei2":"16214750016478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185098,"job_number":"JOB_185098","tr_customer_id":185116,"tr_customer_product_id":185106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:41.000Z","modified_at":"2026-02-13T07:00:20.000Z","name":"Mohamed Cartwright","mobile_number":"954-870-6776","email_id":"Cleo_Swift90@hotmail.com","dop":"2025-04-06","serial_number":"17440974981629","imei1":"17440974981629","imei2":"17440974981629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185099,"job_number":"JOB_185099","tr_customer_id":185117,"tr_customer_product_id":185107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:43.000Z","modified_at":"2026-02-13T06:59:43.000Z","name":"Kobe Hackett","mobile_number":"252-446-7501","email_id":"Demetrius_Christiansen61@gmail.com","dop":"2025-04-06","serial_number":"16203173252420628","imei1":"16203173252420628","imei2":"16203173252420628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185100,"job_number":"JOB_185100","tr_customer_id":185118,"tr_customer_product_id":185108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:57.000Z","modified_at":"2026-02-13T06:59:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13755964169306","imei1":"13755964169306","imei2":"13755964169306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185101,"job_number":"JOB_185101","tr_customer_id":185119,"tr_customer_product_id":185109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:58.000Z","modified_at":"2026-02-13T07:00:36.000Z","name":"Ceasar Pfannerstill","mobile_number":"993-892-0938","email_id":"Queen12@yahoo.com","dop":"2025-04-06","serial_number":"17730984956018","imei1":"17730984956018","imei2":"17730984956018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185102,"job_number":"JOB_185102","tr_customer_id":185120,"tr_customer_product_id":185110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:59.000Z","modified_at":"2026-02-13T06:59:59.000Z","name":"Norberto Hyatt","mobile_number":"736-339-8154","email_id":"Kellie.Stokes27@gmail.com","dop":"2025-04-06","serial_number":"16508947182466240","imei1":"16508947182466240","imei2":"16508947182466240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185103,"job_number":"JOB_185103","tr_customer_id":185121,"tr_customer_product_id":185111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:17.000Z","modified_at":"2026-02-13T07:00:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14149034899945","imei1":"14149034899945","imei2":"14149034899945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185104,"job_number":"JOB_185104","tr_customer_id":185122,"tr_customer_product_id":185112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:17.000Z","modified_at":"2026-02-13T07:00:56.000Z","name":"Darrick Boyle","mobile_number":"249-961-6867","email_id":"Shanie_Cormier@hotmail.com","dop":"2025-04-06","serial_number":"10009501749635","imei1":"10009501749635","imei2":"10009501749635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185105,"job_number":"JOB_185105","tr_customer_id":185123,"tr_customer_product_id":185113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:18.000Z","modified_at":"2026-02-13T07:00:18.000Z","name":"Marge Wintheiser","mobile_number":"695-282-2672","email_id":"Ophelia.DuBuque32@yahoo.com","dop":"2025-04-06","serial_number":"14088389290462730","imei1":"14088389290462730","imei2":"14088389290462730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185107,"job_number":"JOB_185107","tr_customer_id":185125,"tr_customer_product_id":185115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:21.000Z","modified_at":"2026-02-13T07:00:59.000Z","name":"Shayne Schinner","mobile_number":"264-316-2458","email_id":"Marcel94@gmail.com","dop":"2000-01-31","serial_number":"10408630622799","imei1":"10408630622799","imei2":"10408630622799","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185109,"job_number":"JOB_185109","tr_customer_id":185127,"tr_customer_product_id":185117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:27.000Z","modified_at":"2026-02-13T07:00:27.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"15565502864916","imei1":"15565502864916","imei2":"15565502864916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185110,"job_number":"JOB_185110","tr_customer_id":185128,"tr_customer_product_id":185118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:27.000Z","modified_at":"2026-02-13T07:01:05.000Z","name":"Armani Carter","mobile_number":"378-979-0393","email_id":"Oscar_Kirlin98@yahoo.com","dop":"2025-04-06","serial_number":"10605746713154","imei1":"10605746713154","imei2":"10605746713154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185111,"job_number":"JOB_185111","tr_customer_id":185129,"tr_customer_product_id":185119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:29.000Z","modified_at":"2026-02-13T07:00:29.000Z","name":"Shane Zieme","mobile_number":"587-293-4019","email_id":"Braeden77@hotmail.com","dop":"2025-04-06","serial_number":"18058428031786176","imei1":"18058428031786176","imei2":"18058428031786176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185112,"job_number":"JOB_185112","tr_customer_id":185130,"tr_customer_product_id":185120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:44.000Z","modified_at":"2026-02-13T07:00:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15682265643787","imei1":"15682265643787","imei2":"15682265643787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185113,"job_number":"JOB_185113","tr_customer_id":185131,"tr_customer_product_id":185121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:44.000Z","modified_at":"2026-02-13T07:01:22.000Z","name":"Rowena Johnston","mobile_number":"279-598-8915","email_id":"Aditya.Labadie74@yahoo.com","dop":"2025-04-06","serial_number":"17141673709389","imei1":"17141673709389","imei2":"17141673709389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185114,"job_number":"JOB_185114","tr_customer_id":185132,"tr_customer_product_id":185122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:45.000Z","modified_at":"2026-02-13T07:00:45.000Z","name":"Misty Volkman","mobile_number":"905-346-5763","email_id":"Elaina.Mayert37@gmail.com","dop":"2025-04-06","serial_number":"19403613462714016","imei1":"19403613462714016","imei2":"19403613462714016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185115,"job_number":"JOB_185115","tr_customer_id":185133,"tr_customer_product_id":185123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:03.000Z","modified_at":"2026-02-13T07:01:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18801774415797","imei1":"18801774415797","imei2":"18801774415797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185116,"job_number":"JOB_185116","tr_customer_id":185134,"tr_customer_product_id":185124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:03.000Z","modified_at":"2026-02-13T07:01:41.000Z","name":"Elijah Smith","mobile_number":"376-943-9938","email_id":"Trent37@gmail.com","dop":"2025-04-06","serial_number":"17572014422058","imei1":"17572014422058","imei2":"17572014422058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185117,"job_number":"JOB_185117","tr_customer_id":185135,"tr_customer_product_id":185125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:05.000Z","modified_at":"2026-02-13T07:01:05.000Z","name":"Tristian Goldner","mobile_number":"270-377-2891","email_id":"Patricia_Huels@gmail.com","dop":"2025-04-06","serial_number":"15887662136994300","imei1":"15887662136994300","imei2":"15887662136994300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185119,"job_number":"JOB_185119","tr_customer_id":185137,"tr_customer_product_id":185127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:06.000Z","modified_at":"2026-02-13T07:01:44.000Z","name":"Estevan Gottlieb","mobile_number":"970-657-9815","email_id":"Mauricio98@yahoo.com","dop":"2000-01-31","serial_number":"10634234764877","imei1":"10634234764877","imei2":"10634234764877","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185121,"job_number":"JOB_185121","tr_customer_id":185139,"tr_customer_product_id":185129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:12.000Z","modified_at":"2026-02-13T07:01:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"11047304645199","imei1":"11047304645199","imei2":"11047304645199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185122,"job_number":"JOB_185122","tr_customer_id":185140,"tr_customer_product_id":185130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:13.000Z","modified_at":"2026-02-13T07:01:50.000Z","name":"Bonnie Bins","mobile_number":"553-986-8730","email_id":"Ollie92@hotmail.com","dop":"2025-04-06","serial_number":"18490703284964","imei1":"18490703284964","imei2":"18490703284964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185123,"job_number":"JOB_185123","tr_customer_id":185141,"tr_customer_product_id":185131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:14.000Z","modified_at":"2026-02-13T07:01:14.000Z","name":"Tobin Heidenreich","mobile_number":"822-259-6768","email_id":"Gerry19@gmail.com","dop":"2025-04-06","serial_number":"13135867585088606","imei1":"13135867585088606","imei2":"13135867585088606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185124,"job_number":"JOB_185124","tr_customer_id":185142,"tr_customer_product_id":185132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:29.000Z","modified_at":"2026-02-13T07:01:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18338528558162","imei1":"18338528558162","imei2":"18338528558162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185125,"job_number":"JOB_185125","tr_customer_id":185143,"tr_customer_product_id":185133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:29.000Z","modified_at":"2026-02-13T07:02:07.000Z","name":"Laurianne Kuphal","mobile_number":"959-616-6414","email_id":"Foster.Blanda@gmail.com","dop":"2025-04-06","serial_number":"11478444454607","imei1":"11478444454607","imei2":"11478444454607","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:02:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185126,"job_number":"JOB_185126","tr_customer_id":185144,"tr_customer_product_id":185134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:31.000Z","modified_at":"2026-02-13T07:01:31.000Z","name":"Clay Corkery","mobile_number":"619-323-0977","email_id":"Adah.Senger@gmail.com","dop":"2025-04-06","serial_number":"14540623734477760","imei1":"14540623734477760","imei2":"14540623734477760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185128,"job_number":"JOB_185128","tr_customer_id":185146,"tr_customer_product_id":185136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:52.000Z","modified_at":"2026-02-13T07:02:29.000Z","name":"Eric Dietrich","mobile_number":"233-958-1831","email_id":"Antwon39@gmail.com","dop":"2000-01-31","serial_number":"10624670085768","imei1":"10624670085768","imei2":"10624670085768","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:02:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185130,"job_number":"JOB_185130","tr_customer_id":185148,"tr_customer_product_id":185138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:04:37.000Z","modified_at":"2026-02-13T07:04:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18593871014514","imei1":"18593871014514","imei2":"18593871014514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185131,"job_number":"JOB_185131","tr_customer_id":185149,"tr_customer_product_id":185139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:04:37.000Z","modified_at":"2026-02-13T07:05:15.000Z","name":"Merlin Cummings","mobile_number":"725-492-4761","email_id":"Antonio.Marquardt70@hotmail.com","dop":"2025-04-06","serial_number":"10891559707050","imei1":"10891559707050","imei2":"10891559707050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185132,"job_number":"JOB_185132","tr_customer_id":185150,"tr_customer_product_id":185140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:04:38.000Z","modified_at":"2026-02-13T07:04:39.000Z","name":"Lucy Cremin","mobile_number":"860-738-9048","email_id":"Josie.Doyle@gmail.com","dop":"2025-04-06","serial_number":"15533591573443500","imei1":"15533591573443500","imei2":"15533591573443500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185133,"job_number":"JOB_185133","tr_customer_id":185151,"tr_customer_product_id":185141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:22.000Z","modified_at":"2026-02-13T07:05:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15449517066637","imei1":"15449517066637","imei2":"15449517066637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185134,"job_number":"JOB_185134","tr_customer_id":185152,"tr_customer_product_id":185142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:23.000Z","modified_at":"2026-02-13T07:06:00.000Z","name":"Michel Lueilwitz","mobile_number":"741-511-1656","email_id":"Clemens5@hotmail.com","dop":"2025-04-06","serial_number":"14033023590600","imei1":"14033023590600","imei2":"14033023590600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185135,"job_number":"JOB_185135","tr_customer_id":185153,"tr_customer_product_id":185143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:24.000Z","modified_at":"2026-02-13T07:05:24.000Z","name":"Abbie Walter","mobile_number":"817-693-4169","email_id":"Grant_Wyman4@hotmail.com","dop":"2025-04-06","serial_number":"10321053938040990","imei1":"10321053938040990","imei2":"10321053938040990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185136,"job_number":"JOB_185136","tr_customer_id":185154,"tr_customer_product_id":185144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:47.000Z","modified_at":"2026-02-13T07:06:27.000Z","name":"Baylee Cronin","mobile_number":"686-549-0426","email_id":"Garnet_Hintz20@hotmail.com","dop":"2025-04-06","serial_number":"17002376699105","imei1":"17002376699105","imei2":"17002376699105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185137,"job_number":"JOB_185137","tr_customer_id":185155,"tr_customer_product_id":185145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:49.000Z","modified_at":"2026-02-13T07:05:49.000Z","name":"Kaley Cummerata","mobile_number":"305-869-0499","email_id":"Nat_Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"11714355086479910","imei1":"11714355086479910","imei2":"11714355086479910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185138,"job_number":"JOB_185138","tr_customer_id":185156,"tr_customer_product_id":185146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:52.000Z","modified_at":"2026-02-13T07:06:34.000Z","name":"Freeda Armstrong","mobile_number":"213-408-1616","email_id":"Armand.Beatty@hotmail.com","dop":"2025-04-06","serial_number":"11685752805447","imei1":"11685752805447","imei2":"11685752805447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185139,"job_number":"JOB_185139","tr_customer_id":185157,"tr_customer_product_id":185147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:54.000Z","modified_at":"2026-02-13T07:05:54.000Z","name":"Shana Rogahn","mobile_number":"557-880-8510","email_id":"Nyasia.Konopelski44@yahoo.com","dop":"2025-04-06","serial_number":"14667094685333124","imei1":"14667094685333124","imei2":"14667094685333124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185140,"job_number":"JOB_185140","tr_customer_id":185158,"tr_customer_product_id":185148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:57.000Z","modified_at":"2026-02-13T07:05:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14001557812681","imei1":"14001557812681","imei2":"14001557812681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185141,"job_number":"JOB_185141","tr_customer_id":185159,"tr_customer_product_id":185149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:57.000Z","modified_at":"2026-02-13T07:06:33.000Z","name":"Geo Waelchi","mobile_number":"345-814-8568","email_id":"Hilton_Von@yahoo.com","dop":"2025-04-06","serial_number":"11290302546651","imei1":"11290302546651","imei2":"11290302546651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185142,"job_number":"JOB_185142","tr_customer_id":185160,"tr_customer_product_id":185150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:59.000Z","modified_at":"2026-02-13T07:05:59.000Z","name":"Ken O'Hara","mobile_number":"953-306-3336","email_id":"Arnaldo.Senger55@hotmail.com","dop":"2025-04-06","serial_number":"14894573599033300","imei1":"14894573599033300","imei2":"14894573599033300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185143,"job_number":"JOB_185143","tr_customer_id":185161,"tr_customer_product_id":185151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:07.000Z","modified_at":"2026-02-13T07:06:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16566317394233","imei1":"16566317394233","imei2":"16566317394233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185144,"job_number":"JOB_185144","tr_customer_id":185162,"tr_customer_product_id":185152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:08.000Z","modified_at":"2026-02-13T07:06:45.000Z","name":"Esther Conroy","mobile_number":"873-755-3223","email_id":"Bridie65@gmail.com","dop":"2025-04-06","serial_number":"13881704311560","imei1":"13881704311560","imei2":"13881704311560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185145,"job_number":"JOB_185145","tr_customer_id":185163,"tr_customer_product_id":185153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:09.000Z","modified_at":"2026-02-13T07:06:09.000Z","name":"Madelynn Larkin","mobile_number":"622-793-8354","email_id":"Janessa_Tromp@hotmail.com","dop":"2025-04-06","serial_number":"10257437064903650","imei1":"10257437064903650","imei2":"10257437064903650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185146,"job_number":"JOB_185146","tr_customer_id":185164,"tr_customer_product_id":185154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:40.000Z","modified_at":"2026-02-13T07:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18581971573604","imei1":"18581971573604","imei2":"18581971573604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185147,"job_number":"JOB_185147","tr_customer_id":185165,"tr_customer_product_id":185155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:41.000Z","modified_at":"2026-02-13T07:07:16.000Z","name":"Crawford Morissette","mobile_number":"904-601-9317","email_id":"Asa49@gmail.com","dop":"2025-04-06","serial_number":"15778964679218","imei1":"15778964679218","imei2":"15778964679218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:07:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185148,"job_number":"JOB_185148","tr_customer_id":185166,"tr_customer_product_id":185156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:42.000Z","modified_at":"2026-02-13T07:06:42.000Z","name":"Haylie Nader","mobile_number":"420-980-1644","email_id":"Jerome23@hotmail.com","dop":"2025-04-06","serial_number":"18663426528872040","imei1":"18663426528872040","imei2":"18663426528872040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185149,"job_number":"JOB_185149","tr_customer_id":185167,"tr_customer_product_id":185157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:07:23.000Z","modified_at":"2026-02-13T07:07:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18546746273327","imei1":"18546746273327","imei2":"18546746273327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185150,"job_number":"JOB_185150","tr_customer_id":185168,"tr_customer_product_id":185158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:07:23.000Z","modified_at":"2026-02-13T07:08:02.000Z","name":"Arely Wunsch","mobile_number":"903-465-3301","email_id":"Theodora_Mann79@hotmail.com","dop":"2025-04-06","serial_number":"16439661747396","imei1":"16439661747396","imei2":"16439661747396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:08:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185151,"job_number":"JOB_185151","tr_customer_id":185169,"tr_customer_product_id":185159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:07:24.000Z","modified_at":"2026-02-13T07:07:24.000Z","name":"London Daugherty","mobile_number":"751-306-4775","email_id":"Pasquale_Corwin@yahoo.com","dop":"2025-04-06","serial_number":"18323237996487110","imei1":"18323237996487110","imei2":"18323237996487110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:07:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185152,"job_number":"JOB_185152","tr_customer_id":185170,"tr_customer_product_id":185160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:34.000Z","modified_at":"2026-02-13T07:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18180550243147","imei1":"18180550243147","imei2":"18180550243147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185153,"job_number":"JOB_185153","tr_customer_id":185171,"tr_customer_product_id":185161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:35.000Z","modified_at":"2026-02-13T07:10:12.000Z","name":"Bradley Wehner","mobile_number":"444-682-0106","email_id":"Vidal.Grimes56@gmail.com","dop":"2025-04-06","serial_number":"11824225958951","imei1":"11824225958951","imei2":"11824225958951","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185154,"job_number":"JOB_185154","tr_customer_id":185172,"tr_customer_product_id":185162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:36.000Z","modified_at":"2026-02-13T07:09:36.000Z","name":"Mathilde Runolfsson","mobile_number":"465-358-2609","email_id":"Grayson_Huel@gmail.com","dop":"2025-04-06","serial_number":"10785754482145522","imei1":"10785754482145522","imei2":"10785754482145522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185155,"job_number":"JOB_185155","tr_customer_id":185173,"tr_customer_product_id":185163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:40.000Z","modified_at":"2026-02-13T07:10:20.000Z","name":"Lillian Zboncak","mobile_number":"557-960-7491","email_id":"Frederic83@hotmail.com","dop":"2025-04-06","serial_number":"12588034387546","imei1":"12588034387546","imei2":"12588034387546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185156,"job_number":"JOB_185156","tr_customer_id":185174,"tr_customer_product_id":185164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:41.000Z","modified_at":"2026-02-13T07:09:41.000Z","name":"Cristina Koch","mobile_number":"573-858-1967","email_id":"Adolfo48@hotmail.com","dop":"2025-04-06","serial_number":"13370489685035210","imei1":"13370489685035210","imei2":"13370489685035210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:09:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185157,"job_number":"JOB_185157","tr_customer_id":185175,"tr_customer_product_id":185165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:10:18.000Z","modified_at":"2026-02-13T07:10:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18188678896095","imei1":"18188678896095","imei2":"18188678896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:10:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185158,"job_number":"JOB_185158","tr_customer_id":185176,"tr_customer_product_id":185166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:10:19.000Z","modified_at":"2026-02-13T07:10:55.000Z","name":"Peter Christiansen","mobile_number":"605-731-5378","email_id":"Emery_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"14182823275322","imei1":"14182823275322","imei2":"14182823275322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:10:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185159,"job_number":"JOB_185159","tr_customer_id":185177,"tr_customer_product_id":185167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:10:20.000Z","modified_at":"2026-02-13T07:10:20.000Z","name":"Armando Stracke","mobile_number":"337-565-5338","email_id":"Marcellus35@hotmail.com","dop":"2025-04-06","serial_number":"15260696052445780","imei1":"15260696052445780","imei2":"15260696052445780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185160,"job_number":"JOB_185160","tr_customer_id":185178,"tr_customer_product_id":185168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:11:02.000Z","modified_at":"2026-02-13T07:11:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13685845412760","imei1":"13685845412760","imei2":"13685845412760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:11:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185161,"job_number":"JOB_185161","tr_customer_id":185179,"tr_customer_product_id":185169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:11:02.000Z","modified_at":"2026-02-13T07:11:38.000Z","name":"Orie Lueilwitz","mobile_number":"232-985-8966","email_id":"Felton_Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"11807913559896","imei1":"11807913559896","imei2":"11807913559896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:11:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185162,"job_number":"JOB_185162","tr_customer_id":185180,"tr_customer_product_id":185170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:11:03.000Z","modified_at":"2026-02-13T07:11:03.000Z","name":"Rebeca Stracke","mobile_number":"613-810-6964","email_id":"Virgil56@hotmail.com","dop":"2025-04-06","serial_number":"14560984241381258","imei1":"14560984241381258","imei2":"14560984241381258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:11:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185163,"job_number":"JOB_185163","tr_customer_id":185181,"tr_customer_product_id":185171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:14:12.000Z","modified_at":"2026-02-13T07:14:12.000Z","name":"Mayur Jan","mobile_number":"7007347940","email_id":"mayurjain3439@gmail.com","dop":"2026-02-01","serial_number":"128474747098786","imei1":"128474747098786","imei2":"128474747098786","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185164,"job_number":"JOB_185164","tr_customer_id":185182,"tr_customer_product_id":185172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:39:45.000Z","modified_at":"2026-02-13T07:39:45.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"18787702140990","imei1":"18787702140990","imei2":"18787702140990","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:39:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185165,"job_number":"JOB_185165","tr_customer_id":185183,"tr_customer_product_id":185173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:39:46.000Z","modified_at":"2026-02-13T07:39:57.000Z","name":"Jon Rosenbaum","mobile_number":"203-836-9877","email_id":"Hobart.Kuhlman@yahoo.com","dop":"2025-12-01","serial_number":"12311567270574","imei1":"12311567270574","imei2":"12311567270574","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185166,"job_number":"JOB_185166","tr_customer_id":185184,"tr_customer_product_id":185174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:40:02.000Z","modified_at":"2026-02-13T07:40:02.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19912792242012","imei1":"19912792242012","imei2":"19912792242012","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:40:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185167,"job_number":"JOB_185167","tr_customer_id":185185,"tr_customer_product_id":185175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:40:02.000Z","modified_at":"2026-02-13T07:40:14.000Z","name":"Lia Kuhic","mobile_number":"993-926-9596","email_id":"Brandy.Rau@hotmail.com","dop":"2025-12-01","serial_number":"11986148420815","imei1":"11986148420815","imei2":"11986148420815","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:40:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185168,"job_number":"JOB_185168","tr_customer_id":185186,"tr_customer_product_id":185176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:40:18.000Z","modified_at":"2026-02-13T07:40:18.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12141750810496","imei1":"12141750810496","imei2":"12141750810496","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185169,"job_number":"JOB_185169","tr_customer_id":185187,"tr_customer_product_id":185177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:40:19.000Z","modified_at":"2026-02-13T07:40:30.000Z","name":"Sidney Batz","mobile_number":"826-574-5641","email_id":"Luz_Wunsch20@hotmail.com","dop":"2025-12-01","serial_number":"16928729726670","imei1":"16928729726670","imei2":"16928729726670","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185176,"job_number":"JOB_185176","tr_customer_id":185194,"tr_customer_product_id":185184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:01:24.000Z","modified_at":"2026-02-13T08:02:00.000Z","name":"Joanny Abernathy","mobile_number":"323-558-9017","email_id":"Jarrod_Ortiz40@hotmail.com","dop":"2025-04-06","serial_number":"19011598810430","imei1":"19011598810430","imei2":"19011598810430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185177,"job_number":"JOB_185177","tr_customer_id":185195,"tr_customer_product_id":185185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:01:25.000Z","modified_at":"2026-02-13T08:01:25.000Z","name":"Alexandro Kovacek","mobile_number":"237-338-4544","email_id":"Violette_Hickle38@yahoo.com","dop":"2025-04-06","serial_number":"16958688972187208","imei1":"16958688972187208","imei2":"16958688972187208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185181,"job_number":"JOB_185181","tr_customer_id":185199,"tr_customer_product_id":185189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:02:17.000Z","modified_at":"2026-02-13T08:02:54.000Z","name":"Leann Murazik","mobile_number":"677-337-7635","email_id":"Antonio_Mueller7@hotmail.com","dop":"2025-04-06","serial_number":"19059455881810","imei1":"19059455881810","imei2":"19059455881810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185182,"job_number":"JOB_185182","tr_customer_id":185200,"tr_customer_product_id":185190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:02:18.000Z","modified_at":"2026-02-13T08:02:18.000Z","name":"Carlos Dibbert","mobile_number":"505-905-0652","email_id":"Diego54@gmail.com","dop":"2025-04-06","serial_number":"13979702919291046","imei1":"13979702919291046","imei2":"13979702919291046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185188,"job_number":"JOB_185188","tr_customer_id":185206,"tr_customer_product_id":185196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:12.000Z","modified_at":"2026-02-13T08:56:12.000Z","name":"Omana Sharma","mobile_number":"7412959998","email_id":"bhooshit.kaur@hotmail.com","dop":"2026-02-03","serial_number":"926028988808726","imei1":"926028988808726","imei2":"926028988808726","popurl":"www.suman-tandon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185190,"job_number":"JOB_185190","tr_customer_id":185208,"tr_customer_product_id":185198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:12.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Padma Achari","mobile_number":"7472919494","email_id":"kama.shah@hotmail.com","dop":"2026-02-03","serial_number":"680134861031742","imei1":"680134861031742","imei2":"680134861031742","popurl":"www.devi-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185191,"job_number":"JOB_185191","tr_customer_id":185209,"tr_customer_product_id":185199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Jyotis Nayar","mobile_number":"7457288889","email_id":"chandira.mehrotra@gmail.com","dop":"2026-02-03","serial_number":"848522355016357","imei1":"848522355016357","imei2":"848522355016357","popurl":"www.darshan-mahajan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185192,"job_number":"JOB_185192","tr_customer_id":185210,"tr_customer_product_id":185200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Bankimchandra Asan","mobile_number":"7487590469","email_id":"dandapaani.singh@yahoo.co.in","dop":"2026-02-03","serial_number":"493953762173917","imei1":"493953762173917","imei2":"493953762173917","popurl":"www.atmanand-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185193,"job_number":"JOB_185193","tr_customer_id":185211,"tr_customer_product_id":185201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Mohan Ahuja","mobile_number":"7457823258","email_id":"chandrabhan.achari@hotmail.com","dop":"2026-02-03","serial_number":"481088589107357","imei1":"481088589107357","imei2":"481088589107357","popurl":"www.aatreya-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185194,"job_number":"JOB_185194","tr_customer_id":185212,"tr_customer_product_id":185202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Suma Dwivedi","mobile_number":"7409087468","email_id":"anang.adiga@hotmail.com","dop":"2026-02-03","serial_number":"039133971450950","imei1":"039133971450950","imei2":"039133971450950","popurl":"www.bhavani-butt.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185196,"job_number":"JOB_185196","tr_customer_id":185214,"tr_customer_product_id":185204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Vijay Mehra","mobile_number":"7493693255","email_id":"devvrat.kocchar@yahoo.co.in","dop":"2026-02-03","serial_number":"502499023714750","imei1":"502499023714750","imei2":"502499023714750","popurl":"www.aaratrika-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185197,"job_number":"JOB_185197","tr_customer_id":185215,"tr_customer_product_id":185205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Menaka Deshpande","mobile_number":"7408012578","email_id":"bhanumati.singh@hotmail.com","dop":"2026-02-03","serial_number":"047290324306055","imei1":"047290324306055","imei2":"047290324306055","popurl":"www.menka-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185200,"job_number":"JOB_185200","tr_customer_id":185218,"tr_customer_product_id":185208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Brahmaanand Tandon","mobile_number":"7422898859","email_id":"jyotsana.mishra@gmail.com","dop":"2026-02-03","serial_number":"434856101045374","imei1":"434856101045374","imei2":"434856101045374","popurl":"www.sanka-nehru.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185201,"job_number":"JOB_185201","tr_customer_id":185219,"tr_customer_product_id":185209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Ojaswini Kapoor","mobile_number":"7428608942","email_id":"devesh.chaturvedi@yahoo.co.in","dop":"2026-02-03","serial_number":"147924321632531","imei1":"147924321632531","imei2":"147924321632531","popurl":"www.amodini-mahajan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185203,"job_number":"JOB_185203","tr_customer_id":185221,"tr_customer_product_id":185211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Datta Embranthiri","mobile_number":"7406342725","email_id":"vedanshi.mehrotra@yahoo.co.in","dop":"2026-02-03","serial_number":"150407655622858","imei1":"150407655622858","imei2":"150407655622858","popurl":"www.chandramohan-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185204,"job_number":"JOB_185204","tr_customer_id":185222,"tr_customer_product_id":185212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Atreyi Abbott","mobile_number":"7428379631","email_id":"dayaamay.shukla@gmail.com","dop":"2026-02-03","serial_number":"152970594131995","imei1":"152970594131995","imei2":"152970594131995","popurl":"www.chaanakya-kaur.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185206,"job_number":"JOB_185206","tr_customer_id":185224,"tr_customer_product_id":185214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Kamlesh Arora","mobile_number":"7421728876","email_id":"aayushmaan.sinha@gmail.com","dop":"2026-02-03","serial_number":"447946474037646","imei1":"447946474037646","imei2":"447946474037646","popurl":"www.gauraang-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185207,"job_number":"JOB_185207","tr_customer_id":185225,"tr_customer_product_id":185215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Vaishnavi Ganaka","mobile_number":"7402046499","email_id":"aruna.tandon@yahoo.co.in","dop":"2026-02-03","serial_number":"204914122252297","imei1":"204914122252297","imei2":"204914122252297","popurl":"www.jai-sethi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185208,"job_number":"JOB_185208","tr_customer_id":185226,"tr_customer_product_id":185216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Shashikala Verma","mobile_number":"7494732211","email_id":"suresh.bandopadhyay@gmail.com","dop":"2026-02-03","serial_number":"178460026899572","imei1":"178460026899572","imei2":"178460026899572","popurl":"www.dakshayani-bharadwaj.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185210,"job_number":"JOB_185210","tr_customer_id":185228,"tr_customer_product_id":185218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Dipankar Achari","mobile_number":"7470580208","email_id":"vasundhara.somayaji@yahoo.co.in","dop":"2026-02-03","serial_number":"654750114070700","imei1":"654750114070700","imei2":"654750114070700","popurl":"www.jagdeep-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185212,"job_number":"JOB_185212","tr_customer_id":185230,"tr_customer_product_id":185220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:05:08.000Z","modified_at":"2026-02-13T09:05:08.000Z","name":"Gwen Ortiz","mobile_number":"857-493-7087","email_id":"Dangelo_Deckow@yahoo.com","dop":"2025-10-05","serial_number":"17503273259720","imei1":"17503273259720","imei2":"17503273259720","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185213,"job_number":"JOB_185213","tr_customer_id":185231,"tr_customer_product_id":185221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:11:31.000Z","modified_at":"2026-02-13T10:49:51.000Z","name":"Shannon Miller","mobile_number":"300-204-7848","email_id":"Aniya_Heathcote@yahoo.com","dop":"2026-01-04","serial_number":"11359038793004","imei1":"11359038793004","imei2":"11359038793004","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185214,"job_number":"JOB_185214","tr_customer_id":185232,"tr_customer_product_id":185222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:32:41.000Z","modified_at":"2026-02-13T09:32:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12253109651706","imei1":"12253109651706","imei2":"12253109651706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185215,"job_number":"JOB_185215","tr_customer_id":185233,"tr_customer_product_id":185223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:32:41.000Z","modified_at":"2026-02-13T09:33:21.000Z","name":"Akeem Jacobs","mobile_number":"738-396-7388","email_id":"Valentina57@gmail.com","dop":"2025-04-06","serial_number":"19093084085490","imei1":"19093084085490","imei2":"19093084085490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T09:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185216,"job_number":"JOB_185216","tr_customer_id":185234,"tr_customer_product_id":185224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:32:43.000Z","modified_at":"2026-02-13T09:32:43.000Z","name":"Hudson Wuckert","mobile_number":"464-291-3507","email_id":"Mittie_Bashirian@gmail.com","dop":"2025-04-06","serial_number":"17955183762286012","imei1":"17955183762286012","imei2":"17955183762286012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185217,"job_number":"JOB_185217","tr_customer_id":185235,"tr_customer_product_id":185225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:33:29.000Z","modified_at":"2026-02-13T09:33:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15087657658955","imei1":"15087657658955","imei2":"15087657658955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185218,"job_number":"JOB_185218","tr_customer_id":185236,"tr_customer_product_id":185226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:33:29.000Z","modified_at":"2026-02-13T09:34:09.000Z","name":"Sheldon Dooley","mobile_number":"500-307-1829","email_id":"Ralph_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"17442343601546","imei1":"17442343601546","imei2":"17442343601546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T09:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185219,"job_number":"JOB_185219","tr_customer_id":185237,"tr_customer_product_id":185227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:33:31.000Z","modified_at":"2026-02-13T09:33:31.000Z","name":"Kiera Strosin","mobile_number":"663-934-7580","email_id":"Ivy_Hoppe@gmail.com","dop":"2025-04-06","serial_number":"14425875997150648","imei1":"14425875997150648","imei2":"14425875997150648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:33:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185220,"job_number":"JOB_185220","tr_customer_id":185238,"tr_customer_product_id":185228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:34:17.000Z","modified_at":"2026-02-13T09:34:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16895107402860","imei1":"16895107402860","imei2":"16895107402860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:34:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185221,"job_number":"JOB_185221","tr_customer_id":185239,"tr_customer_product_id":185229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:34:17.000Z","modified_at":"2026-02-13T09:34:57.000Z","name":"Reta Gutkowski","mobile_number":"358-221-4023","email_id":"Narciso_Ryan@gmail.com","dop":"2025-04-06","serial_number":"17396809222639","imei1":"17396809222639","imei2":"17396809222639","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T09:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185222,"job_number":"JOB_185222","tr_customer_id":185240,"tr_customer_product_id":185230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:34:19.000Z","modified_at":"2026-02-13T09:34:19.000Z","name":"Selmer Baumbach","mobile_number":"952-428-2817","email_id":"Justice_Heathcote@gmail.com","dop":"2025-04-06","serial_number":"11434162259802604","imei1":"11434162259802604","imei2":"11434162259802604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185223,"job_number":"JOB_185223","tr_customer_id":185241,"tr_customer_product_id":185231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Rajinder Naik","mobile_number":"7471773123","email_id":"gautama.ahluwalia@yahoo.co.in","dop":"2026-02-03","serial_number":"367372098369397","imei1":"367372098369397","imei2":"367372098369397","popurl":"www.adityanandana-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185224,"job_number":"JOB_185224","tr_customer_id":185243,"tr_customer_product_id":185233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Suma Jha","mobile_number":"7448807168","email_id":"paramartha.chopra@hotmail.com","dop":"2026-02-03","serial_number":"033933352208811","imei1":"033933352208811","imei2":"033933352208811","popurl":"www.gopi-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185225,"job_number":"JOB_185225","tr_customer_id":185242,"tr_customer_product_id":185232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Meenakshi Ganaka","mobile_number":"7470979609","email_id":"brajendra.khanna@yahoo.co.in","dop":"2026-02-03","serial_number":"707643136849700","imei1":"707643136849700","imei2":"707643136849700","popurl":"www.chapal-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185226,"job_number":"JOB_185226","tr_customer_id":185244,"tr_customer_product_id":185234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Poornima Ahluwalia","mobile_number":"7439049451","email_id":"triloki.embranthiri@hotmail.com","dop":"2026-02-03","serial_number":"751167025015632","imei1":"751167025015632","imei2":"751167025015632","popurl":"www.kumari-pilla.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185227,"job_number":"JOB_185227","tr_customer_id":185245,"tr_customer_product_id":185235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Sweta Abbott","mobile_number":"7409937743","email_id":"dhanu.mehra@hotmail.com","dop":"2026-02-03","serial_number":"928353738091821","imei1":"928353738091821","imei2":"928353738091821","popurl":"www.tanirika-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185228,"job_number":"JOB_185228","tr_customer_id":185246,"tr_customer_product_id":185236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Aasha Nayar","mobile_number":"7480949925","email_id":"soma.kaur@hotmail.com","dop":"2026-02-03","serial_number":"767102540312596","imei1":"767102540312596","imei2":"767102540312596","popurl":"www.chetan-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185229,"job_number":"JOB_185229","tr_customer_id":185247,"tr_customer_product_id":185237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Akula Jha","mobile_number":"7434946343","email_id":"saroja.iyengar@hotmail.com","dop":"2026-02-03","serial_number":"674086974014432","imei1":"674086974014432","imei2":"674086974014432","popurl":"www.jagathi-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185230,"job_number":"JOB_185230","tr_customer_id":185248,"tr_customer_product_id":185238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Brahmabrata Dubashi","mobile_number":"7481675823","email_id":"bhagvan.nayar@yahoo.co.in","dop":"2026-02-03","serial_number":"836083081197748","imei1":"836083081197748","imei2":"836083081197748","popurl":"www.mandaakin-dwivedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185231,"job_number":"JOB_185231","tr_customer_id":185249,"tr_customer_product_id":185239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Mohana Talwar","mobile_number":"7458926581","email_id":"amrit.namboothiri@hotmail.com","dop":"2026-02-03","serial_number":"675101143584327","imei1":"675101143584327","imei2":"675101143584327","popurl":"www.sameer-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185232,"job_number":"JOB_185232","tr_customer_id":185250,"tr_customer_product_id":185240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Geeta Bandopadhyay","mobile_number":"7446319441","email_id":"kannan.achari@yahoo.co.in","dop":"2026-02-03","serial_number":"599978665110867","imei1":"599978665110867","imei2":"599978665110867","popurl":"www.purushottam-varrier.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185233,"job_number":"JOB_185233","tr_customer_id":185251,"tr_customer_product_id":185241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:32.000Z","modified_at":"2026-02-13T09:47:32.000Z","name":"Jaimini Dubashi","mobile_number":"7492136076","email_id":"chandravati.verma@gmail.com","dop":"2026-02-03","serial_number":"271792482834771","imei1":"271792482834771","imei2":"271792482834771","popurl":"www.indra-varman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185234,"job_number":"JOB_185234","tr_customer_id":185252,"tr_customer_product_id":185242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Anjushree Nayar","mobile_number":"7477268403","email_id":"prem.chopra@yahoo.co.in","dop":"2026-02-03","serial_number":"971773880056055","imei1":"971773880056055","imei2":"971773880056055","popurl":"www.naveen-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185235,"job_number":"JOB_185235","tr_customer_id":185254,"tr_customer_product_id":185244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Bhudeva Kaur","mobile_number":"7470193028","email_id":"gayatri.butt@yahoo.co.in","dop":"2026-02-03","serial_number":"361713399992335","imei1":"361713399992335","imei2":"361713399992335","popurl":"www.dwaipayan-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185236,"job_number":"JOB_185236","tr_customer_id":185253,"tr_customer_product_id":185243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Gautam Sharma","mobile_number":"7459182950","email_id":"atreyee.khatri@yahoo.co.in","dop":"2026-02-03","serial_number":"243480796436798","imei1":"243480796436798","imei2":"243480796436798","popurl":"www.rakesh-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185237,"job_number":"JOB_185237","tr_customer_id":185255,"tr_customer_product_id":185245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Rohana Agarwal","mobile_number":"7457247047","email_id":"anasooya.kaur@gmail.com","dop":"2026-02-03","serial_number":"880782559581665","imei1":"880782559581665","imei2":"880782559581665","popurl":"www.aruna-patel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185238,"job_number":"JOB_185238","tr_customer_id":185256,"tr_customer_product_id":185246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Rohan Bhattathiri","mobile_number":"7428614041","email_id":"kamalesh.mahajan@gmail.com","dop":"2026-02-03","serial_number":"375569608299895","imei1":"375569608299895","imei2":"375569608299895","popurl":"www.achyut-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185239,"job_number":"JOB_185239","tr_customer_id":185257,"tr_customer_product_id":185247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Narayan Sethi","mobile_number":"7489678567","email_id":"anjali.panicker@hotmail.com","dop":"2026-02-03","serial_number":"866870993948852","imei1":"866870993948852","imei2":"866870993948852","popurl":"www.som-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185240,"job_number":"JOB_185240","tr_customer_id":185258,"tr_customer_product_id":185248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Rukmin Patil","mobile_number":"7445693956","email_id":"deevakar.bandopadhyay@gmail.com","dop":"2026-02-03","serial_number":"611586981131746","imei1":"611586981131746","imei2":"611586981131746","popurl":"www.ananta-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185241,"job_number":"JOB_185241","tr_customer_id":185259,"tr_customer_product_id":185249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Bhima Bhattacharya","mobile_number":"7482142788","email_id":"atmananda.iyengar@yahoo.co.in","dop":"2026-02-03","serial_number":"910746074429452","imei1":"910746074429452","imei2":"910746074429452","popurl":"www.usha-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185242,"job_number":"JOB_185242","tr_customer_id":185260,"tr_customer_product_id":185250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Aatmaja Gill","mobile_number":"7410475731","email_id":"yoginder.ganaka@hotmail.com","dop":"2026-02-03","serial_number":"345102977938574","imei1":"345102977938574","imei2":"345102977938574","popurl":"www.achalesvara-shah.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185243,"job_number":"JOB_185243","tr_customer_id":185261,"tr_customer_product_id":185251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Deevakar Mukhopadhyay","mobile_number":"7429861997","email_id":"bandhul.bhattathiri@gmail.com","dop":"2026-02-03","serial_number":"642955190069946","imei1":"642955190069946","imei2":"642955190069946","popurl":"www.agnimitra-ahuja.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185244,"job_number":"JOB_185244","tr_customer_id":185262,"tr_customer_product_id":185252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Susheel Johar","mobile_number":"7491001039","email_id":"devangana.deshpande@gmail.com","dop":"2026-02-03","serial_number":"666566729454647","imei1":"666566729454647","imei2":"666566729454647","popurl":"www.mani-sethi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185245,"job_number":"JOB_185245","tr_customer_id":185263,"tr_customer_product_id":185253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Soma Nayar","mobile_number":"7432827681","email_id":"ravi.singh@yahoo.co.in","dop":"2026-02-03","serial_number":"825199783120837","imei1":"825199783120837","imei2":"825199783120837","popurl":"www.leela-naik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185246,"job_number":"JOB_185246","tr_customer_id":185264,"tr_customer_product_id":185254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Budhil Mehra","mobile_number":"7454500781","email_id":"anaadi.mehrotra@yahoo.co.in","dop":"2026-02-03","serial_number":"419937833670327","imei1":"419937833670327","imei2":"419937833670327","popurl":"www.abhaya-reddy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185247,"job_number":"JOB_185247","tr_customer_id":185265,"tr_customer_product_id":185255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Chetanaanand Khatri","mobile_number":"7423103248","email_id":"sweta.kaniyar@yahoo.co.in","dop":"2026-02-03","serial_number":"972039048242451","imei1":"972039048242451","imei2":"972039048242451","popurl":"www.vaishnavi-kakkar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185248,"job_number":"JOB_185248","tr_customer_id":185266,"tr_customer_product_id":185256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Samir Namboothiri","mobile_number":"7439556167","email_id":"chetanaanand.kocchar@hotmail.com","dop":"2026-02-03","serial_number":"181640386454235","imei1":"181640386454235","imei2":"181640386454235","popurl":"www.priyala-panicker.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185249,"job_number":"JOB_185249","tr_customer_id":185267,"tr_customer_product_id":185257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Gautam Guneta","mobile_number":"7437432582","email_id":"gitanjali.mehrotra@hotmail.com","dop":"2026-02-03","serial_number":"012830608110222","imei1":"012830608110222","imei2":"012830608110222","popurl":"www.chandravati-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185250,"job_number":"JOB_185250","tr_customer_id":185268,"tr_customer_product_id":185258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Jitender Banerjee","mobile_number":"7406523785","email_id":"jyotis.panicker@hotmail.com","dop":"2026-02-03","serial_number":"403018102261738","imei1":"403018102261738","imei2":"403018102261738","popurl":"www.bilwa-kakkar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185251,"job_number":"JOB_185251","tr_customer_id":185269,"tr_customer_product_id":185259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Bhooshit Malik","mobile_number":"7405323087","email_id":"darshwana.pandey@yahoo.co.in","dop":"2026-02-03","serial_number":"884046157419602","imei1":"884046157419602","imei2":"884046157419602","popurl":"www.daevi-butt.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185252,"job_number":"JOB_185252","tr_customer_id":185270,"tr_customer_product_id":185260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Vidur Acharya","mobile_number":"7426747939","email_id":"deepali.mukhopadhyay@gmail.com","dop":"2026-02-03","serial_number":"464939066696226","imei1":"464939066696226","imei2":"464939066696226","popurl":"www.chandraswaroopa-khanna.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185253,"job_number":"JOB_185253","tr_customer_id":185271,"tr_customer_product_id":185261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Meghnath Pandey","mobile_number":"7445153619","email_id":"manjusha.patil@yahoo.co.in","dop":"2026-02-03","serial_number":"988445796040663","imei1":"988445796040663","imei2":"988445796040663","popurl":"www.aayushmaan-verma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185254,"job_number":"JOB_185254","tr_customer_id":185272,"tr_customer_product_id":185262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Anunay Patil","mobile_number":"7478689047","email_id":"priya.bhattathiri@yahoo.co.in","dop":"2026-02-03","serial_number":"073288310095501","imei1":"073288310095501","imei2":"073288310095501","popurl":"www.brahmanandam-tandon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185255,"job_number":"JOB_185255","tr_customer_id":185273,"tr_customer_product_id":185263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Mayoor Joshi","mobile_number":"7457970924","email_id":"bandhu.deshpande@hotmail.com","dop":"2026-02-03","serial_number":"550420720848458","imei1":"550420720848458","imei2":"550420720848458","popurl":"www.ekalavya-pothuvaal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185256,"job_number":"JOB_185256","tr_customer_id":185274,"tr_customer_product_id":185264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Anshula Gupta","mobile_number":"7465584942","email_id":"tanushree.mehra@yahoo.co.in","dop":"2026-02-03","serial_number":"421588170227838","imei1":"421588170227838","imei2":"421588170227838","popurl":"www.chandni-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185257,"job_number":"JOB_185257","tr_customer_id":185275,"tr_customer_product_id":185265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Brahmanandam Naik","mobile_number":"7466008984","email_id":"achalesvara.jha@hotmail.com","dop":"2026-02-03","serial_number":"572314813925065","imei1":"572314813925065","imei2":"572314813925065","popurl":"www.priya-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185258,"job_number":"JOB_185258","tr_customer_id":185276,"tr_customer_product_id":185266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Raj Pillai","mobile_number":"7461339871","email_id":"shrishti.ahuja@yahoo.co.in","dop":"2026-02-03","serial_number":"049146702130764","imei1":"049146702130764","imei2":"049146702130764","popurl":"www.shanti-naik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185259,"job_number":"JOB_185259","tr_customer_id":185277,"tr_customer_product_id":185267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Jaimini Jha","mobile_number":"7484875755","email_id":"abhaya.adiga@yahoo.co.in","dop":"2026-02-03","serial_number":"437437407530770","imei1":"437437407530770","imei2":"437437407530770","popurl":"www.ghanashyam-chopra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185260,"job_number":"JOB_185260","tr_customer_id":185278,"tr_customer_product_id":185268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Sunita Namboothiri","mobile_number":"7452372952","email_id":"aaditya.embranthiri@hotmail.com","dop":"2026-02-03","serial_number":"317033000862806","imei1":"317033000862806","imei2":"317033000862806","popurl":"www.avadhesh-jha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185261,"job_number":"JOB_185261","tr_customer_id":185279,"tr_customer_product_id":185269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Gautami Sharma","mobile_number":"7481805946","email_id":"hiranmaya.bhat@gmail.com","dop":"2026-02-03","serial_number":"373732701888093","imei1":"373732701888093","imei2":"373732701888093","popurl":"www.digambar-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185262,"job_number":"JOB_185262","tr_customer_id":185280,"tr_customer_product_id":185270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Mohinder Singh","mobile_number":"7414026210","email_id":"rakesh.nayar@yahoo.co.in","dop":"2026-02-03","serial_number":"250277194428299","imei1":"250277194428299","imei2":"250277194428299","popurl":"www.durga-chopra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185263,"job_number":"JOB_185263","tr_customer_id":185281,"tr_customer_product_id":185271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Deepali Panicker","mobile_number":"7474392111","email_id":"anuraag.mahajan@gmail.com","dop":"2026-02-03","serial_number":"470857081700410","imei1":"470857081700410","imei2":"470857081700410","popurl":"www.basanti-kaur.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185264,"job_number":"JOB_185264","tr_customer_id":185282,"tr_customer_product_id":185272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Jyotsana Bhattacharya","mobile_number":"7485187325","email_id":"anandswarup.desai@gmail.com","dop":"2026-02-03","serial_number":"740747232186873","imei1":"740747232186873","imei2":"740747232186873","popurl":"www.bhamini-sinha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185265,"job_number":"JOB_185265","tr_customer_id":185283,"tr_customer_product_id":185273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Chandraayan Shah","mobile_number":"7407521014","email_id":"swapnil.adiga@gmail.com","dop":"2026-02-03","serial_number":"268245810397313","imei1":"268245810397313","imei2":"268245810397313","popurl":"www.menka-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185266,"job_number":"JOB_185266","tr_customer_id":185284,"tr_customer_product_id":185274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Girija Bhattacharya","mobile_number":"7435967752","email_id":"kamla.dhawan@gmail.com","dop":"2026-02-03","serial_number":"117058977144538","imei1":"117058977144538","imei2":"117058977144538","popurl":"www.naveen-kakkar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185267,"job_number":"JOB_185267","tr_customer_id":185285,"tr_customer_product_id":185275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Chatur Nehru","mobile_number":"7454524292","email_id":"amarnath.banerjee@hotmail.com","dop":"2026-02-03","serial_number":"712679204137160","imei1":"712679204137160","imei2":"712679204137160","popurl":"www.devani-dubashi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185268,"job_number":"JOB_185268","tr_customer_id":185286,"tr_customer_product_id":185276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Paramartha Gowda","mobile_number":"7475779168","email_id":"bela.reddy@gmail.com","dop":"2026-02-03","serial_number":"824301036550431","imei1":"824301036550431","imei2":"824301036550431","popurl":"www.harit-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185269,"job_number":"JOB_185269","tr_customer_id":185287,"tr_customer_product_id":185277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Anasuya Kaniyar","mobile_number":"7424161197","email_id":"kin.patel@hotmail.com","dop":"2026-02-03","serial_number":"489312052574481","imei1":"489312052574481","imei2":"489312052574481","popurl":"www.prema-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185270,"job_number":"JOB_185270","tr_customer_id":185288,"tr_customer_product_id":185278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Vaijayanti Dwivedi","mobile_number":"7431517536","email_id":"vrund.mukhopadhyay@hotmail.com","dop":"2026-02-03","serial_number":"128470972171559","imei1":"128470972171559","imei2":"128470972171559","popurl":"www.lavanya-chopra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185271,"job_number":"JOB_185271","tr_customer_id":185289,"tr_customer_product_id":185279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Giri Patel","mobile_number":"7403723964","email_id":"madhuri.sethi@yahoo.co.in","dop":"2026-02-03","serial_number":"786387717647286","imei1":"786387717647286","imei2":"786387717647286","popurl":"www.chandan-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185272,"job_number":"JOB_185272","tr_customer_id":185290,"tr_customer_product_id":185280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Ramesh Mahajan","mobile_number":"7468293180","email_id":"hiranya.iyer@hotmail.com","dop":"2026-02-03","serial_number":"706685115210346","imei1":"706685115210346","imei2":"706685115210346","popurl":"www.gandharva-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185273,"job_number":"JOB_185273","tr_customer_id":185291,"tr_customer_product_id":185281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Kamla Guneta","mobile_number":"7455264155","email_id":"aarya.banerjee@hotmail.com","dop":"2026-02-03","serial_number":"697779275961802","imei1":"697779275961802","imei2":"697779275961802","popurl":"www.ganapati-varrier.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185274,"job_number":"JOB_185274","tr_customer_id":185292,"tr_customer_product_id":185282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Poornima Prajapat","mobile_number":"7415009572","email_id":"shantanu.adiga@hotmail.com","dop":"2026-02-03","serial_number":"121929895721564","imei1":"121929895721564","imei2":"121929895721564","popurl":"www.kamalesh-singh.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185275,"job_number":"JOB_185275","tr_customer_id":185293,"tr_customer_product_id":185283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Preity Menon","mobile_number":"7465753067","email_id":"arya.kaur@yahoo.co.in","dop":"2026-02-03","serial_number":"903957741583845","imei1":"903957741583845","imei2":"903957741583845","popurl":"www.mohan-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185276,"job_number":"JOB_185276","tr_customer_id":185294,"tr_customer_product_id":185284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Sarala Nambeesan","mobile_number":"7496003693","email_id":"manoj.sethi@yahoo.co.in","dop":"2026-02-03","serial_number":"911443757834184","imei1":"911443757834184","imei2":"911443757834184","popurl":"www.marut-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185277,"job_number":"JOB_185277","tr_customer_id":185295,"tr_customer_product_id":185285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Hiranya Chattopadhyay","mobile_number":"7481263095","email_id":"chandrabhan.deshpande@gmail.com","dop":"2026-02-03","serial_number":"733534533434543","imei1":"733534533434543","imei2":"733534533434543","popurl":"www.madhuri-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185278,"job_number":"JOB_185278","tr_customer_id":185296,"tr_customer_product_id":185286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Aaratrika Shukla","mobile_number":"7421588905","email_id":"tushar.patel@hotmail.com","dop":"2026-02-03","serial_number":"429725019982079","imei1":"429725019982079","imei2":"429725019982079","popurl":"www.vedanshi-mahajan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185279,"job_number":"JOB_185279","tr_customer_id":185297,"tr_customer_product_id":185287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Charumati Guneta","mobile_number":"7469374180","email_id":"indra.khatri@yahoo.co.in","dop":"2026-02-03","serial_number":"021135724207883","imei1":"021135724207883","imei2":"021135724207883","popurl":"www.somu-embranthiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185280,"job_number":"JOB_185280","tr_customer_id":185298,"tr_customer_product_id":185288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Pushti Saini","mobile_number":"7449653983","email_id":"narinder.bhat@yahoo.co.in","dop":"2026-02-03","serial_number":"587366719422829","imei1":"587366719422829","imei2":"587366719422829","popurl":"www.gemine-panicker.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185281,"job_number":"JOB_185281","tr_customer_id":185299,"tr_customer_product_id":185289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Kashyap Pothuvaal","mobile_number":"7469449814","email_id":"dhanesh.singh@gmail.com","dop":"2026-02-03","serial_number":"100365731798750","imei1":"100365731798750","imei2":"100365731798750","popurl":"www.jaimini-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185282,"job_number":"JOB_185282","tr_customer_id":185300,"tr_customer_product_id":185290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Devagya Malik","mobile_number":"7410110837","email_id":"agnivesh.verma@yahoo.co.in","dop":"2026-02-03","serial_number":"095179557228596","imei1":"095179557228596","imei2":"095179557228596","popurl":"www.bakula-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185283,"job_number":"JOB_185283","tr_customer_id":185301,"tr_customer_product_id":185291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Rita Asan","mobile_number":"7432452731","email_id":"shiv.chopra@hotmail.com","dop":"2026-02-03","serial_number":"538626211803019","imei1":"538626211803019","imei2":"538626211803019","popurl":"www.somnath-mehra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185284,"job_number":"JOB_185284","tr_customer_id":185302,"tr_customer_product_id":185292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Gautam Gill","mobile_number":"7487975114","email_id":"elakshi.gowda@yahoo.co.in","dop":"2026-02-03","serial_number":"713519534722365","imei1":"713519534722365","imei2":"713519534722365","popurl":"www.datta-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185285,"job_number":"JOB_185285","tr_customer_id":185303,"tr_customer_product_id":185293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Gita Ganaka","mobile_number":"7456417201","email_id":"sushil.chattopadhyay@gmail.com","dop":"2026-02-03","serial_number":"554500355094964","imei1":"554500355094964","imei2":"554500355094964","popurl":"www.bharat-chaturvedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185286,"job_number":"JOB_185286","tr_customer_id":185304,"tr_customer_product_id":185294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Annapurna Mishra","mobile_number":"7442117251","email_id":"chandraayan.guneta@yahoo.co.in","dop":"2026-02-03","serial_number":"609287497215672","imei1":"609287497215672","imei2":"609287497215672","popurl":"www.chapal-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185287,"job_number":"JOB_185287","tr_customer_id":185305,"tr_customer_product_id":185295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Purushottam Arora","mobile_number":"7407813097","email_id":"dhaanyalakshmi.pilla@yahoo.co.in","dop":"2026-02-03","serial_number":"042211719226568","imei1":"042211719226568","imei2":"042211719226568","popurl":"www.susheel-ganaka.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185288,"job_number":"JOB_185288","tr_customer_id":185306,"tr_customer_product_id":185296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Shubha Acharya","mobile_number":"7420491113","email_id":"achyut.deshpande@yahoo.co.in","dop":"2026-02-03","serial_number":"307882841967290","imei1":"307882841967290","imei2":"307882841967290","popurl":"www.heema-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185289,"job_number":"JOB_185289","tr_customer_id":185307,"tr_customer_product_id":185297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Devi Nambeesan","mobile_number":"7476638205","email_id":"esha.abbott@gmail.com","dop":"2026-02-03","serial_number":"408938265330876","imei1":"408938265330876","imei2":"408938265330876","popurl":"www.agneya-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185290,"job_number":"JOB_185290","tr_customer_id":185308,"tr_customer_product_id":185298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Bhaumik Patil","mobile_number":"7417507278","email_id":"gatik.singh@hotmail.com","dop":"2026-02-03","serial_number":"555177863633291","imei1":"555177863633291","imei2":"555177863633291","popurl":"www.inder-guneta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185291,"job_number":"JOB_185291","tr_customer_id":185309,"tr_customer_product_id":185299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Pushti Butt","mobile_number":"7438778505","email_id":"vinay.saini@gmail.com","dop":"2026-02-03","serial_number":"214457488129735","imei1":"214457488129735","imei2":"214457488129735","popurl":"www.hari-naik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185292,"job_number":"JOB_185292","tr_customer_id":185310,"tr_customer_product_id":185300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Dhyanesh Talwar","mobile_number":"7453712595","email_id":"diptendu.bandopadhyay@gmail.com","dop":"2026-02-03","serial_number":"983980023568034","imei1":"983980023568034","imei2":"983980023568034","popurl":"www.advaya-gowda.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185293,"job_number":"JOB_185293","tr_customer_id":185311,"tr_customer_product_id":185301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Deepesh Chattopadhyay","mobile_number":"7438897739","email_id":"brajendra.rana@gmail.com","dop":"2026-02-03","serial_number":"337517886147602","imei1":"337517886147602","imei2":"337517886147602","popurl":"www.girik-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185294,"job_number":"JOB_185294","tr_customer_id":185312,"tr_customer_product_id":185302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Mani Menon","mobile_number":"7424651731","email_id":"vaijayanti.abbott@hotmail.com","dop":"2026-02-03","serial_number":"522617851774855","imei1":"522617851774855","imei2":"522617851774855","popurl":"www.chaanakya-naik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185295,"job_number":"JOB_185295","tr_customer_id":185314,"tr_customer_product_id":185303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Anasuya Namboothiri","mobile_number":"7462507040","email_id":"adwitiya.mishra@hotmail.com","dop":"2026-02-03","serial_number":"408311791553940","imei1":"408311791553940","imei2":"408311791553940","popurl":"www.chinmayananda-gill.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185296,"job_number":"JOB_185296","tr_customer_id":185313,"tr_customer_product_id":185304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Gati Banerjee","mobile_number":"7479036044","email_id":"kanaka.saini@yahoo.co.in","dop":"2026-02-03","serial_number":"569509474496863","imei1":"569509474496863","imei2":"569509474496863","popurl":"www.suma-patil.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185297,"job_number":"JOB_185297","tr_customer_id":185315,"tr_customer_product_id":185305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Deependra Abbott","mobile_number":"7448784638","email_id":"anshula.arora@gmail.com","dop":"2026-02-03","serial_number":"373156460517365","imei1":"373156460517365","imei2":"373156460517365","popurl":"www.narayan-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185298,"job_number":"JOB_185298","tr_customer_id":185316,"tr_customer_product_id":185306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Amritambu Sharma","mobile_number":"7448346350","email_id":"himadri.pillai@hotmail.com","dop":"2026-02-03","serial_number":"443416864402300","imei1":"443416864402300","imei2":"443416864402300","popurl":"www.gorakhnath-verma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185299,"job_number":"JOB_185299","tr_customer_id":185317,"tr_customer_product_id":185307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Darshwana Asan","mobile_number":"7423610120","email_id":"ananta.chopra@hotmail.com","dop":"2026-02-03","serial_number":"183530053202420","imei1":"183530053202420","imei2":"183530053202420","popurl":"www.dipali-chattopadhyay.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185300,"job_number":"JOB_185300","tr_customer_id":185318,"tr_customer_product_id":185308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Mohinder Pilla","mobile_number":"7457469266","email_id":"poornima.nayar@hotmail.com","dop":"2026-02-03","serial_number":"533558541416665","imei1":"533558541416665","imei2":"533558541416665","popurl":"www.kanti-ahluwalia.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185301,"job_number":"JOB_185301","tr_customer_id":185319,"tr_customer_product_id":185309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Siddhran Chaturvedi","mobile_number":"7411146564","email_id":"sukanya.shah@gmail.com","dop":"2026-02-03","serial_number":"031313093050586","imei1":"031313093050586","imei2":"031313093050586","popurl":"www.aamod-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185302,"job_number":"JOB_185302","tr_customer_id":185320,"tr_customer_product_id":185310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Chakravarti Gupta","mobile_number":"7420746800","email_id":"gobinda.abbott@hotmail.com","dop":"2026-02-03","serial_number":"456588357423378","imei1":"456588357423378","imei2":"456588357423378","popurl":"www.chandak-pandey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185303,"job_number":"JOB_185303","tr_customer_id":185321,"tr_customer_product_id":185311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Bankimchandra Marar","mobile_number":"7400147025","email_id":"gorakhanatha.ganaka@yahoo.co.in","dop":"2026-02-03","serial_number":"089400501215089","imei1":"089400501215089","imei2":"089400501215089","popurl":"www.menaka-mukhopadhyay.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185304,"job_number":"JOB_185304","tr_customer_id":185322,"tr_customer_product_id":185312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Dron Naik","mobile_number":"7439595170","email_id":"naval.bhattacharya@yahoo.co.in","dop":"2026-02-03","serial_number":"429588466469987","imei1":"429588466469987","imei2":"429588466469987","popurl":"www.kamala-desai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185305,"job_number":"JOB_185305","tr_customer_id":185323,"tr_customer_product_id":185313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Shakti Shukla","mobile_number":"7480978384","email_id":"opalina.sethi@yahoo.co.in","dop":"2026-02-03","serial_number":"241325552406453","imei1":"241325552406453","imei2":"241325552406453","popurl":"www.ashok-pothuvaal.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185306,"job_number":"JOB_185306","tr_customer_id":185324,"tr_customer_product_id":185314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Bandhu Embranthiri","mobile_number":"7440543192","email_id":"dwaipayana.varrier@gmail.com","dop":"2026-02-03","serial_number":"588835718914650","imei1":"588835718914650","imei2":"588835718914650","popurl":"www.ekalavya-jain.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185307,"job_number":"JOB_185307","tr_customer_id":185325,"tr_customer_product_id":185315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Dhanadeepa Chattopadhyay","mobile_number":"7475814400","email_id":"gandharva.bhat@hotmail.com","dop":"2026-02-03","serial_number":"392270129423745","imei1":"392270129423745","imei2":"392270129423745","popurl":"www.vishnu-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185308,"job_number":"JOB_185308","tr_customer_id":185326,"tr_customer_product_id":185316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Annapurna Chaturvedi","mobile_number":"7414648733","email_id":"shubhaprada.chopra@gmail.com","dop":"2026-02-03","serial_number":"238343778729771","imei1":"238343778729771","imei2":"238343778729771","popurl":"www.nimit-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185309,"job_number":"JOB_185309","tr_customer_id":185327,"tr_customer_product_id":185317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Chandani Kaniyar","mobile_number":"7402094863","email_id":"kama.rana@hotmail.com","dop":"2026-02-03","serial_number":"499687123094387","imei1":"499687123094387","imei2":"499687123094387","popurl":"www.keerti-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185310,"job_number":"JOB_185310","tr_customer_id":185328,"tr_customer_product_id":185318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Sarala Trivedi","mobile_number":"7492500433","email_id":"aagneya.abbott@gmail.com","dop":"2026-02-03","serial_number":"198009509997068","imei1":"198009509997068","imei2":"198009509997068","popurl":"www.tejas-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185311,"job_number":"JOB_185311","tr_customer_id":185329,"tr_customer_product_id":185319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Manikya Singh","mobile_number":"7417990752","email_id":"yoginder.somayaji@hotmail.com","dop":"2026-02-03","serial_number":"100510234090745","imei1":"100510234090745","imei2":"100510234090745","popurl":"www.opalina-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185312,"job_number":"JOB_185312","tr_customer_id":185330,"tr_customer_product_id":185320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Shresth Patel","mobile_number":"7448633271","email_id":"chakradhar.bhattacharya@gmail.com","dop":"2026-02-03","serial_number":"418588248435269","imei1":"418588248435269","imei2":"418588248435269","popurl":"www.deeptimayee-joshi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185313,"job_number":"JOB_185313","tr_customer_id":185331,"tr_customer_product_id":185321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Ekaling Mahajan","mobile_number":"7428411606","email_id":"girja.arora@gmail.com","dop":"2026-02-03","serial_number":"812772375096424","imei1":"812772375096424","imei2":"812772375096424","popurl":"www.chakrika-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185314,"job_number":"JOB_185314","tr_customer_id":185332,"tr_customer_product_id":185322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Deveshwar Arora","mobile_number":"7403766928","email_id":"dhanesh.tandon@gmail.com","dop":"2026-02-03","serial_number":"227083433911472","imei1":"227083433911472","imei2":"227083433911472","popurl":"www.umang-tagore.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185315,"job_number":"JOB_185315","tr_customer_id":185333,"tr_customer_product_id":185323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Tushar Ganaka","mobile_number":"7471269894","email_id":"shiv.johar@hotmail.com","dop":"2026-02-03","serial_number":"072032716649683","imei1":"072032716649683","imei2":"072032716649683","popurl":"www.jyotsana-pillai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185316,"job_number":"JOB_185316","tr_customer_id":185334,"tr_customer_product_id":185324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Asha Achari","mobile_number":"7471900861","email_id":"prathamesh.jha@gmail.com","dop":"2026-02-03","serial_number":"759296633201153","imei1":"759296633201153","imei2":"759296633201153","popurl":"www.aaditya-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185317,"job_number":"JOB_185317","tr_customer_id":185335,"tr_customer_product_id":185325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Leela Butt","mobile_number":"7447758467","email_id":"bhasvan.mishra@gmail.com","dop":"2026-02-03","serial_number":"137414777275620","imei1":"137414777275620","imei2":"137414777275620","popurl":"www.dharani-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185318,"job_number":"JOB_185318","tr_customer_id":185336,"tr_customer_product_id":185326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Nalini Singh","mobile_number":"7497858508","email_id":"shakuntala.gill@gmail.com","dop":"2026-02-03","serial_number":"272393474207901","imei1":"272393474207901","imei2":"272393474207901","popurl":"www.chandan-iyer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185319,"job_number":"JOB_185319","tr_customer_id":185337,"tr_customer_product_id":185327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Suma Saini","mobile_number":"7438269880","email_id":"atmaja.jain@yahoo.co.in","dop":"2026-02-03","serial_number":"220407181118481","imei1":"220407181118481","imei2":"220407181118481","popurl":"www.tanirika-verma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185320,"job_number":"JOB_185320","tr_customer_id":185339,"tr_customer_product_id":185328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Mandakini Saini","mobile_number":"7466053470","email_id":"ujjawal.dutta@gmail.com","dop":"2026-02-03","serial_number":"194944921881915","imei1":"194944921881915","imei2":"194944921881915","popurl":"www.amaranaath-varman.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185321,"job_number":"JOB_185321","tr_customer_id":185338,"tr_customer_product_id":185329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Aatmaja Gupta","mobile_number":"7479300502","email_id":"tej.kaniyar@gmail.com","dop":"2026-02-03","serial_number":"536659465787900","imei1":"536659465787900","imei2":"536659465787900","popurl":"www.aashritha-mehra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185322,"job_number":"JOB_185322","tr_customer_id":185340,"tr_customer_product_id":185330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Dhananjay Gandhi","mobile_number":"7420762088","email_id":"hiranya.bharadwaj@yahoo.co.in","dop":"2026-02-03","serial_number":"869049204221945","imei1":"869049204221945","imei2":"869049204221945","popurl":"www.ritesh-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185323,"job_number":"JOB_185323","tr_customer_id":185341,"tr_customer_product_id":185331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Indra Pillai","mobile_number":"7494240552","email_id":"laxman.pothuvaal@gmail.com","dop":"2026-02-03","serial_number":"981154297936001","imei1":"981154297936001","imei2":"981154297936001","popurl":"www.vidhya-bharadwaj.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185324,"job_number":"JOB_185324","tr_customer_id":185342,"tr_customer_product_id":185332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Bhudeva Jain","mobile_number":"7477119178","email_id":"param.banerjee@gmail.com","dop":"2026-02-03","serial_number":"165521204162711","imei1":"165521204162711","imei2":"165521204162711","popurl":"www.bela-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185325,"job_number":"JOB_185325","tr_customer_id":185343,"tr_customer_product_id":185333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Ritesh Mukhopadhyay","mobile_number":"7416478396","email_id":"amish.mehra@yahoo.co.in","dop":"2026-02-03","serial_number":"963491715886122","imei1":"963491715886122","imei2":"963491715886122","popurl":"www.giri-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185326,"job_number":"JOB_185326","tr_customer_id":185344,"tr_customer_product_id":185334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Chidaakaash Dubashi","mobile_number":"7483292197","email_id":"dipendra.naik@gmail.com","dop":"2026-02-03","serial_number":"811913326786097","imei1":"811913326786097","imei2":"811913326786097","popurl":"www.dwaipayana-tagore.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185327,"job_number":"JOB_185327","tr_customer_id":185345,"tr_customer_product_id":185335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Kalinda Nayar","mobile_number":"7422072888","email_id":"aayushman.asan@yahoo.co.in","dop":"2026-02-03","serial_number":"168049538637152","imei1":"168049538637152","imei2":"168049538637152","popurl":"www.bhamini-pothuvaal.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185328,"job_number":"JOB_185328","tr_customer_id":185346,"tr_customer_product_id":185336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Eekalabya Jha","mobile_number":"7497873102","email_id":"manisha.mishra@yahoo.co.in","dop":"2026-02-03","serial_number":"308642031875530","imei1":"308642031875530","imei2":"308642031875530","popurl":"www.guru-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185329,"job_number":"JOB_185329","tr_customer_id":185347,"tr_customer_product_id":185337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Sukanya Achari","mobile_number":"7485035556","email_id":"krishnadas.gupta@gmail.com","dop":"2026-02-03","serial_number":"509217954264841","imei1":"509217954264841","imei2":"509217954264841","popurl":"www.chidaatma-ahuja.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185330,"job_number":"JOB_185330","tr_customer_id":185348,"tr_customer_product_id":185338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Draupadi Singh","mobile_number":"7453120290","email_id":"tanushri.mukhopadhyay@hotmail.com","dop":"2026-02-03","serial_number":"485706593443599","imei1":"485706593443599","imei2":"485706593443599","popurl":"www.vrund-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185331,"job_number":"JOB_185331","tr_customer_id":185349,"tr_customer_product_id":185339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Goswamee Butt","mobile_number":"7476502562","email_id":"chandraswaroopa.abbott@yahoo.co.in","dop":"2026-02-03","serial_number":"968239201926792","imei1":"968239201926792","imei2":"968239201926792","popurl":"www.malti-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185332,"job_number":"JOB_185332","tr_customer_id":185350,"tr_customer_product_id":185340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Ameyatma Bhat","mobile_number":"7469324123","email_id":"bhagavaan.deshpande@gmail.com","dop":"2026-02-03","serial_number":"870103085181925","imei1":"870103085181925","imei2":"870103085181925","popurl":"www.aadidev-varman.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185333,"job_number":"JOB_185333","tr_customer_id":185351,"tr_customer_product_id":185341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Gouranga Guha","mobile_number":"7448580793","email_id":"kamala.iyengar@gmail.com","dop":"2026-02-03","serial_number":"451518087734296","imei1":"451518087734296","imei2":"451518087734296","popurl":"www.jagadisha-naik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185334,"job_number":"JOB_185334","tr_customer_id":185352,"tr_customer_product_id":185342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Hamsini Acharya","mobile_number":"7462796973","email_id":"dayamayee.dubashi@yahoo.co.in","dop":"2026-02-03","serial_number":"509736544375420","imei1":"509736544375420","imei2":"509736544375420","popurl":"www.aasa-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185335,"job_number":"JOB_185335","tr_customer_id":185353,"tr_customer_product_id":185343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T10:50:49.000Z","modified_at":"2026-02-13T10:53:11.000Z","name":"Gonzalo Kiehn","mobile_number":"842-840-2298","email_id":"Clyde_Kihn@hotmail.com","dop":"2026-01-04","serial_number":"13436894252556","imei1":"13436894252556","imei2":"13436894252556","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185336,"job_number":"JOB_185336","tr_customer_id":185354,"tr_customer_product_id":185344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T10:56:49.000Z","modified_at":"2026-02-13T10:58:16.000Z","name":"Alexie Beahan","mobile_number":"557-645-2119","email_id":"Tate7@hotmail.com","dop":"2026-01-04","serial_number":"13955789193264","imei1":"13955789193264","imei2":"13955789193264","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185337,"job_number":"JOB_185337","tr_customer_id":185355,"tr_customer_product_id":185345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:02:29.000Z","modified_at":"2026-02-13T11:02:30.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-02-03","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-02-03T11:02:20.464023936Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:02:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185338,"job_number":"JOB_185338","tr_customer_id":185356,"tr_customer_product_id":185346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:02:31.000Z","modified_at":"2026-02-13T11:02:31.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-02-03","serial_number":"53377966843989","imei1":"53377966843989","imei2":"53377966843989","popurl":"2026-02-03T11:02:20.466245772Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:02:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185339,"job_number":"JOB_185339","tr_customer_id":185357,"tr_customer_product_id":185347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:02:43.000Z","modified_at":"2026-02-13T11:02:43.000Z","name":"Kirti Chopra","mobile_number":"8633229297","email_id":"manik.pandey@hotmail.com","dop":"2026-02-03","serial_number":"85116152646857","imei1":"85116152646857","imei2":"85116152646857","popurl":"www.yogendra-dhawan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:02:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185340,"job_number":"JOB_185340","tr_customer_id":185358,"tr_customer_product_id":185348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:07:17.000Z","modified_at":"2026-02-13T11:07:17.000Z","name":"Jatin Tech","mobile_number":"8844737373","email_id":"test.tech@gmail.com","dop":"2025-09-30","serial_number":"15268472150161","imei1":"15268472150161","imei2":"15268472150161","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185341,"job_number":"JOB_185341","tr_customer_id":185359,"tr_customer_product_id":185349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:07:18.000Z","modified_at":"2026-02-13T11:07:28.000Z","name":"Agustin Weber","mobile_number":"534-799-5044","email_id":"Penelope.Marvin@hotmail.com","dop":"2025-09-30","serial_number":"11345457852565","imei1":"11345457852565","imei2":"11345457852565","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:07:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185342,"job_number":"JOB_185342","tr_customer_id":185360,"tr_customer_product_id":185350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:07:33.000Z","modified_at":"2026-02-13T11:07:33.000Z","name":"Satish ABCD","mobile_number":"8765737373","email_id":"test12.tech@gmail.com","dop":"2025-09-30","serial_number":"19943087830675","imei1":"19943087830675","imei2":"19943087830675","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:07:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185343,"job_number":"JOB_185343","tr_customer_id":185361,"tr_customer_product_id":185351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:07:33.000Z","modified_at":"2026-02-13T11:07:43.000Z","name":"Jazmyn Mohr","mobile_number":"653-573-4092","email_id":"Nola_Hessel@yahoo.com","dop":"2025-09-30","serial_number":"18678705519218","imei1":"18678705519218","imei2":"18678705519218","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:07:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185344,"job_number":"JOB_185344","tr_customer_id":185362,"tr_customer_product_id":185352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:12:55.000Z","modified_at":"2026-02-13T11:17:48.000Z","name":"Brenden Roberts","mobile_number":"843-464-1259","email_id":"Alanis_Muller10@yahoo.com","dop":"2026-01-04","serial_number":"11946383770086","imei1":"11946383770086","imei2":"11946383770086","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T11:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185346,"job_number":"JOB_185346","tr_customer_id":185364,"tr_customer_product_id":185354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:32:43.000Z","modified_at":"2026-02-13T13:05:55.000Z","name":"Theodore Bauch","mobile_number":"748-369-0757","email_id":"Russ_Ruecker78@yahoo.com","dop":"2026-01-04","serial_number":"18092205862248","imei1":"18092205862248","imei2":"18092205862248","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185349,"job_number":"JOB_185349","tr_customer_id":185367,"tr_customer_product_id":185357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:51:54.000Z","modified_at":"2026-02-13T11:51:54.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-02-03","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-02-03T11:51:54.393969846Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185350,"job_number":"JOB_185350","tr_customer_id":185368,"tr_customer_product_id":185358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T12:39:02.000Z","modified_at":"2026-02-13T12:39:02.000Z","name":"Shridhar adhav","mobile_number":"9881654565","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"","imei1":"","imei2":"","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T12:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185351,"job_number":"JOB_185351","tr_customer_id":185369,"tr_customer_product_id":185359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:07:24.000Z","modified_at":"2026-02-13T13:09:39.000Z","name":"Ara O'Keefe","mobile_number":"329-594-2888","email_id":"Taya84@yahoo.com","dop":"2026-01-04","serial_number":"13649511242120","imei1":"13649511242120","imei2":"13649511242120","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:09:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185352,"job_number":"JOB_185352","tr_customer_id":185370,"tr_customer_product_id":185360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:26:34.000Z","modified_at":"2026-02-13T13:26:40.000Z","name":"Florencio Lueilwitz","mobile_number":"726-951-3063","email_id":"Darwin_Stoltenberg90@yahoo.com","dop":"2026-01-24","serial_number":"16395166116014","imei1":"16395166116014","imei2":"16395166116014","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:26:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185353,"job_number":"JOB_185353","tr_customer_id":185371,"tr_customer_product_id":185361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:34:13.000Z","modified_at":"2026-02-13T13:34:19.000Z","name":"Octavia Green","mobile_number":"438-922-8807","email_id":"Marquis.Brown59@yahoo.com","dop":"2026-01-24","serial_number":"11393171707898","imei1":"11393171707898","imei2":"11393171707898","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185354,"job_number":"JOB_185354","tr_customer_id":185372,"tr_customer_product_id":185362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:41:42.000Z","modified_at":"2026-02-13T13:41:42.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-02-03","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-02-03T13:41:41.956385733Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185355,"job_number":"JOB_185355","tr_customer_id":185373,"tr_customer_product_id":185363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:47:56.000Z","modified_at":"2026-02-13T13:47:56.000Z","name":"Terrell Kling","mobile_number":"483-660-5412","email_id":"Bryana_Ratke@yahoo.com","dop":"2025-05-05","serial_number":"18068843612898","imei1":"18068843612898","imei2":"18068843612898","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185356,"job_number":"JOB_185356","tr_customer_id":185374,"tr_customer_product_id":185364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:50:55.000Z","modified_at":"2026-02-13T13:50:55.000Z","name":"Aleen Luettgen","mobile_number":"441-363-1874","email_id":"Cierra81@yahoo.com","dop":"2025-11-06","serial_number":"10029378618828464","imei1":"10029378618828464","imei2":"10029378618828464","popurl":"2025-11-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185357,"job_number":"JOB_185357","tr_customer_id":185375,"tr_customer_product_id":185365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:09.000Z","modified_at":"2026-02-13T13:52:09.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"15310167321361","imei1":"15310167321361","imei2":"15310167321361","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185358,"job_number":"JOB_185358","tr_customer_id":185376,"tr_customer_product_id":185366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:09.000Z","modified_at":"2026-02-13T13:52:40.000Z","name":"Zetta Goyette","mobile_number":"374-572-0515","email_id":"Ransom.Prohaska57@yahoo.com","dop":"2025-08-24","serial_number":"11583776053109","imei1":"11583776053109","imei2":"11583776053109","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:52:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185359,"job_number":"JOB_185359","tr_customer_id":185377,"tr_customer_product_id":185367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:10.000Z","modified_at":"2026-02-13T13:52:10.000Z","name":"Stefan Wintheiser","mobile_number":"985-670-1335","email_id":"Maryjane_Klein90@yahoo.com","dop":"2025-08-24","serial_number":"1006075575150173","imei1":"1006075575150173","imei2":"1006075575150173","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185360,"job_number":"JOB_185360","tr_customer_id":185378,"tr_customer_product_id":185368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:44.000Z","modified_at":"2026-02-13T13:52:44.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"18771659753439","imei1":"18771659753439","imei2":"18771659753439","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185361,"job_number":"JOB_185361","tr_customer_id":185379,"tr_customer_product_id":185369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:44.000Z","modified_at":"2026-02-13T13:53:13.000Z","name":"Dayana Gusikowski","mobile_number":"891-547-0669","email_id":"Reinhold84@gmail.com","dop":"2025-08-24","serial_number":"15890815927105","imei1":"15890815927105","imei2":"15890815927105","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:53:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185362,"job_number":"JOB_185362","tr_customer_id":185380,"tr_customer_product_id":185370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:45.000Z","modified_at":"2026-02-13T13:52:45.000Z","name":"Palma Bahringer","mobile_number":"745-455-6417","email_id":"Zoie_Hills@yahoo.com","dop":"2025-08-24","serial_number":"1058035250148623","imei1":"1058035250148623","imei2":"1058035250148623","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185363,"job_number":"JOB_185363","tr_customer_id":185381,"tr_customer_product_id":185371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:53:17.000Z","modified_at":"2026-02-13T13:53:17.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"16030485473957","imei1":"16030485473957","imei2":"16030485473957","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185364,"job_number":"JOB_185364","tr_customer_id":185382,"tr_customer_product_id":185372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:53:18.000Z","modified_at":"2026-02-13T13:53:47.000Z","name":"Gunnar Ruecker","mobile_number":"256-590-5112","email_id":"Geovany_McDermott71@gmail.com","dop":"2025-08-24","serial_number":"11504324784473","imei1":"11504324784473","imei2":"11504324784473","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185365,"job_number":"JOB_185365","tr_customer_id":185383,"tr_customer_product_id":185373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:53:18.000Z","modified_at":"2026-02-13T13:53:18.000Z","name":"Nichole West","mobile_number":"906-269-4203","email_id":"Flo_Goldner32@hotmail.com","dop":"2025-08-24","serial_number":"1009562412616311","imei1":"1009562412616311","imei2":"1009562412616311","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185366,"job_number":"JOB_185366","tr_customer_id":185384,"tr_customer_product_id":185374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:32.000Z","modified_at":"2026-02-13T13:56:32.000Z","name":"Jesus Moen","mobile_number":"478-612-4834","email_id":"Gordon_Pagac55@hotmail.com","dop":"2025-05-30","serial_number":"14761931379943","imei1":"14761931379943","imei2":"14761931379943","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185367,"job_number":"JOB_185367","tr_customer_id":185385,"tr_customer_product_id":185375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:33.000Z","modified_at":"2026-02-13T13:56:33.000Z","name":"Ramiro Mante","mobile_number":"329-366-5820","email_id":"Sylvan81@yahoo.com","dop":"2025-05-30","serial_number":"15886316827073","imei1":"15886316827073","imei2":"15886316827073","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185368,"job_number":"JOB_185368","tr_customer_id":185386,"tr_customer_product_id":185376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:34.000Z","modified_at":"2026-02-13T13:56:34.000Z","name":"Melvina Mitchell","mobile_number":"893-437-4377","email_id":"Ozella4@yahoo.com","dop":"2025-05-30","serial_number":"1209286513315207","imei1":"1209286513315207","imei2":"1209286513315207","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184770,"job_number":"JOB_184770","tr_customer_id":184788,"tr_customer_product_id":184778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:13:25.000Z","modified_at":"2026-02-13T04:13:25.000Z","name":"Fabian Windler","mobile_number":"719-828-2669","email_id":"Arvel27@gmail.com","dop":"2025-04-25","serial_number":"56506592488350","imei1":"56506592488350","imei2":"56506592488350","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:13:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184771,"job_number":"JOB_184771","tr_customer_id":184789,"tr_customer_product_id":184779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:26:41.000Z","modified_at":"2026-02-13T04:26:41.000Z","name":"Garnett Grant","mobile_number":"405-686-3819","email_id":"Karianne24@gmail.com","dop":"2025-04-25","serial_number":"15202885172969","imei1":"15202885172969","imei2":"15202885172969","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184785,"job_number":"JOB_184785","tr_customer_id":184803,"tr_customer_product_id":184793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:34.000Z","modified_at":"2026-02-13T04:31:43.000Z","name":"saitama sensei","mobile_number":"274-774-3764","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"297411121525259","imei1":"297411121525259","imei2":"297411121525259","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184793,"job_number":"JOB_184793","tr_customer_id":184811,"tr_customer_product_id":184801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:46.000Z","modified_at":"2026-02-13T04:31:55.000Z","name":"tanjiro kamado","mobile_number":"901-268-1261","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"193779067814110","imei1":"193779067814110","imei2":"193779067814110","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184797,"job_number":"JOB_184797","tr_customer_id":184815,"tr_customer_product_id":184805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:57.000Z","modified_at":"2026-02-13T04:32:07.000Z","name":"giyu tomiaka","mobile_number":"231-242-4523","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"447158861735649","imei1":"447158861735649","imei2":"447158861735649","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184809,"job_number":"JOB_184809","tr_customer_id":184827,"tr_customer_product_id":184817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:16.000Z","modified_at":"2026-02-13T04:32:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Austyn_Hegmann89@yahoo.com","dop":"2025-07-02","serial_number":"19663781366473","imei1":"19663781366473","imei2":"19663781366473","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184830,"job_number":"JOB_184830","tr_customer_id":184848,"tr_customer_product_id":184838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:33.000Z","modified_at":"2026-02-13T04:32:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Rachelle23@hotmail.com","dop":"2025-07-02","serial_number":"11218703119793","imei1":"11218703119793","imei2":"11218703119793","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184841,"job_number":"JOB_184841","tr_customer_id":184859,"tr_customer_product_id":184849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:44.000Z","modified_at":"2026-02-13T04:33:08.000Z","name":"Osborne Fay","mobile_number":"227-222-9141","email_id":"Jeremy.Willms71@yahoo.com","dop":"2025-10-01","serial_number":"11023966509764","imei1":"11023966509764","imei2":"11023966509764","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184845,"job_number":"JOB_184845","tr_customer_id":184863,"tr_customer_product_id":184853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:47.000Z","modified_at":"2026-02-13T04:32:47.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"154392241561772","imei1":"154392241561772","imei2":"154392241561772","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184846,"job_number":"JOB_184846","tr_customer_id":184864,"tr_customer_product_id":184854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:47.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Lyric Swaniawski","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102798607821719","imei1":"102798607821719","imei2":"102798607821719","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184849,"job_number":"JOB_184849","tr_customer_id":184867,"tr_customer_product_id":184857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Joany Lemke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"132037029593101","imei1":"132037029593101","imei2":"132037029593101","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184851,"job_number":"JOB_184851","tr_customer_id":184869,"tr_customer_product_id":184859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Donnie Orn","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160113901553565","imei1":"160113901553565","imei2":"160113901553565","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184856,"job_number":"JOB_184856","tr_customer_id":184874,"tr_customer_product_id":184864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cheyanne_Considine83@yahoo.com","dop":"2025-07-02","serial_number":"12452529073758","imei1":"12452529073758","imei2":"12452529073758","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184869,"job_number":"JOB_184869","tr_customer_id":184887,"tr_customer_product_id":184877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:56.000Z","modified_at":"2026-02-13T04:33:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10964583533591","imei1":"10964583533591","imei2":"10964583533591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184871,"job_number":"JOB_184871","tr_customer_id":184889,"tr_customer_product_id":184879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18733072514249","imei1":"18733072514249","imei2":"18733072514249","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184874,"job_number":"JOB_184874","tr_customer_id":184892,"tr_customer_product_id":184882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100468240294064","imei1":"100468240294064","imei2":"100468240294064","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184876,"job_number":"JOB_184876","tr_customer_id":184894,"tr_customer_product_id":184884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:58.000Z","modified_at":"2026-02-13T04:33:09.000Z","name":"Lucious Wolf","mobile_number":"922-825-0936","email_id":"Neil.Yundt46@yahoo.com","dop":"2025-06-09","serial_number":"103808579576649","imei1":"103808579576649","imei2":"103808579576649","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184877,"job_number":"JOB_184877","tr_customer_id":184895,"tr_customer_product_id":184885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:58.000Z","modified_at":"2026-02-13T04:32:58.000Z","name":"Winnifred Kunde","mobile_number":"533-419-2403","email_id":"Dewitt27@yahoo.com","dop":"2025-06-09","serial_number":"102400058417104","imei1":"102400058417104","imei2":"102400058417104","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184882,"job_number":"JOB_184882","tr_customer_id":184900,"tr_customer_product_id":184890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"115657934577972","imei1":"115657934577972","imei2":"115657934577972","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184884,"job_number":"JOB_184884","tr_customer_id":184902,"tr_customer_product_id":184892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"Melissa Daugherty","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197876089208755","imei1":"197876089208755","imei2":"197876089208755","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184887,"job_number":"JOB_184887","tr_customer_id":184905,"tr_customer_product_id":184895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Herman Daniel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187491371112259","imei1":"187491371112259","imei2":"187491371112259","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184890,"job_number":"JOB_184890","tr_customer_id":184908,"tr_customer_product_id":184898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Jaron Beahan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"153272174150781","imei1":"153272174150781","imei2":"153272174150781","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184893,"job_number":"JOB_184893","tr_customer_id":184911,"tr_customer_product_id":184901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:04.000Z","modified_at":"2026-02-13T04:33:13.000Z","name":"Jerel Ryan","mobile_number":"706-570-9683","email_id":"Deion71@hotmail.com","dop":"2025-12-31","serial_number":"10121588991544","imei1":"10121588991544","imei2":"10121588991544","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184902,"job_number":"JOB_184902","tr_customer_id":184920,"tr_customer_product_id":184910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:13.000Z","modified_at":"2026-02-13T04:33:13.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"101546835092311","imei1":"101546835092311","imei2":"101546835092311","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184904,"job_number":"JOB_184904","tr_customer_id":184922,"tr_customer_product_id":184912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:13.000Z","modified_at":"2026-02-13T04:33:25.000Z","name":"Cameron Cremin","mobile_number":"321-436-7632","email_id":"Murphy.Bechtelar@yahoo.com","dop":"2025-06-09","serial_number":"102382998317434","imei1":"102382998317434","imei2":"102382998317434","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184907,"job_number":"JOB_184907","tr_customer_id":184925,"tr_customer_product_id":184915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:14.000Z","modified_at":"2026-02-13T04:33:14.000Z","name":"Daryl Kozey","mobile_number":"986-620-8870","email_id":"Carley.Batz@gmail.com","dop":"2025-06-09","serial_number":"103794403792222","imei1":"103794403792222","imei2":"103794403792222","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184909,"job_number":"JOB_184909","tr_customer_id":184927,"tr_customer_product_id":184917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:17.000Z","modified_at":"2026-02-13T04:33:25.000Z","name":"Aglae Rogahn","mobile_number":"780-794-0199","email_id":"Jake_Hodkiewicz49@hotmail.com","dop":"2025-12-31","serial_number":"10397078100004","imei1":"10397078100004","imei2":"10397078100004","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184915,"job_number":"JOB_184915","tr_customer_id":184933,"tr_customer_product_id":184923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:29.000Z","modified_at":"2026-02-13T04:33:38.000Z","name":"Tanner Rosenbaum","mobile_number":"608-421-0214","email_id":"Jolie29@gmail.com","dop":"2025-12-31","serial_number":"10833314235745","imei1":"10833314235745","imei2":"10833314235745","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184916,"job_number":"JOB_184916","tr_customer_id":184934,"tr_customer_product_id":184924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:29.000Z","modified_at":"2026-02-13T04:33:29.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100467872168693","imei1":"100467872168693","imei2":"100467872168693","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184917,"job_number":"JOB_184917","tr_customer_id":184935,"tr_customer_product_id":184925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:30.000Z","modified_at":"2026-02-13T04:33:40.000Z","name":"Haley Miller","mobile_number":"848-676-3860","email_id":"Alana.Hand4@hotmail.com","dop":"2025-06-09","serial_number":"105822875314733","imei1":"105822875314733","imei2":"105822875314733","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184918,"job_number":"JOB_184918","tr_customer_id":184936,"tr_customer_product_id":184926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:30.000Z","modified_at":"2026-02-13T04:33:30.000Z","name":"Marlon Simonis","mobile_number":"424-759-4352","email_id":"Abdiel_Parisian99@hotmail.com","dop":"2025-06-09","serial_number":"109827038043724","imei1":"109827038043724","imei2":"109827038043724","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185009,"job_number":"JOB_185009","tr_customer_id":185027,"tr_customer_product_id":185017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:16:35.000Z","modified_at":"2026-02-13T05:16:44.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15155683513101","imei1":"15155683513101","imei2":"15155683513101","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185010,"job_number":"JOB_185010","tr_customer_id":185028,"tr_customer_product_id":185018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:16:35.000Z","modified_at":"2026-02-13T05:16:35.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13197577753436","imei1":"13197577753436","imei2":"13197577753436","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:16:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185022,"job_number":"JOB_185022","tr_customer_id":185040,"tr_customer_product_id":185030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:42:48.000Z","modified_at":"2026-02-13T06:42:58.000Z","name":"Olen Price","mobile_number":"267-655-8854","email_id":"Ena55@yahoo.com","dop":"2025-11-04","serial_number":"51361948768774","imei1":"51361948768774","imei2":"51361948768774","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185023,"job_number":"JOB_185023","tr_customer_id":185041,"tr_customer_product_id":185031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:43:02.000Z","modified_at":"2026-02-13T06:43:13.000Z","name":"King Wilderman","mobile_number":"848-622-9449","email_id":"Izaiah_Jaskolski@gmail.com","dop":"2025-11-04","serial_number":"67610446735554","imei1":"67610446735554","imei2":"67610446735554","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:43:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185024,"job_number":"JOB_185024","tr_customer_id":185042,"tr_customer_product_id":185032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:43:17.000Z","modified_at":"2026-02-13T06:43:27.000Z","name":"Vernice Schaefer","mobile_number":"669-451-0795","email_id":"Krystel67@gmail.com","dop":"2025-11-04","serial_number":"27173294774381","imei1":"27173294774381","imei2":"27173294774381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185025,"job_number":"JOB_185025","tr_customer_id":185043,"tr_customer_product_id":185033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:43:29.000Z","modified_at":"2026-02-13T06:43:51.000Z","name":"Gregoria Abbott","mobile_number":"605-395-9636","email_id":"Kylie.Tillman16@gmail.com","dop":"2025-10-01","serial_number":"13918933019364","imei1":"13918933019364","imei2":"13918933019364","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185026,"job_number":"JOB_185026","tr_customer_id":185044,"tr_customer_product_id":185034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:14.000Z","modified_at":"2026-02-13T06:45:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104669259547998","imei1":"104669259547998","imei2":"104669259547998","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185027,"job_number":"JOB_185027","tr_customer_id":185045,"tr_customer_product_id":185035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:15.000Z","modified_at":"2026-02-13T06:45:25.000Z","name":"Vivian Heathcote","mobile_number":"472-641-8325","email_id":"Adonis.Swift@gmail.com","dop":"2025-06-09","serial_number":"104420093791719","imei1":"104420093791719","imei2":"104420093791719","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185028,"job_number":"JOB_185028","tr_customer_id":185046,"tr_customer_product_id":185036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:15.000Z","modified_at":"2026-02-13T06:45:15.000Z","name":"Torrance Schimmel","mobile_number":"223-815-6594","email_id":"Una.Champlin50@yahoo.com","dop":"2025-06-09","serial_number":"104716247270732","imei1":"104716247270732","imei2":"104716247270732","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185029,"job_number":"JOB_185029","tr_customer_id":185047,"tr_customer_product_id":185037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:30.000Z","modified_at":"2026-02-13T06:45:30.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107081951876080","imei1":"107081951876080","imei2":"107081951876080","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185030,"job_number":"JOB_185030","tr_customer_id":185048,"tr_customer_product_id":185038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:30.000Z","modified_at":"2026-02-13T06:45:41.000Z","name":"Lora Murazik","mobile_number":"235-695-1250","email_id":"Casimer57@hotmail.com","dop":"2025-06-09","serial_number":"108419254141207","imei1":"108419254141207","imei2":"108419254141207","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:45:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185031,"job_number":"JOB_185031","tr_customer_id":185049,"tr_customer_product_id":185039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:30.000Z","modified_at":"2026-02-13T06:45:30.000Z","name":"Cesar Stracke","mobile_number":"578-693-7255","email_id":"Margret.Veum51@yahoo.com","dop":"2025-06-09","serial_number":"106657207674390","imei1":"106657207674390","imei2":"106657207674390","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185032,"job_number":"JOB_185032","tr_customer_id":185050,"tr_customer_product_id":185040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:45.000Z","modified_at":"2026-02-13T06:45:45.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107520759406352","imei1":"107520759406352","imei2":"107520759406352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185033,"job_number":"JOB_185033","tr_customer_id":185051,"tr_customer_product_id":185041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:45.000Z","modified_at":"2026-02-13T06:45:56.000Z","name":"Opal Bashirian","mobile_number":"532-719-0314","email_id":"Golda49@hotmail.com","dop":"2025-06-09","serial_number":"106279056948381","imei1":"106279056948381","imei2":"106279056948381","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185034,"job_number":"JOB_185034","tr_customer_id":185052,"tr_customer_product_id":185042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:46.000Z","modified_at":"2026-02-13T06:45:46.000Z","name":"Marcelo Wehner","mobile_number":"345-569-4804","email_id":"Vito3@gmail.com","dop":"2025-06-09","serial_number":"109269254903528","imei1":"109269254903528","imei2":"109269254903528","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185041,"job_number":"JOB_185041","tr_customer_id":185059,"tr_customer_product_id":185049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:47:35.000Z","modified_at":"2026-02-13T06:48:15.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"92007400997258","imei1":"92007400997258","imei2":"92007400997258","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185068,"job_number":"JOB_185068","tr_customer_id":185086,"tr_customer_product_id":185076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:13.000Z","modified_at":"2026-02-13T06:55:24.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"20446215056147","imei1":"20446215056147","imei2":"20446215056147","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185069,"job_number":"JOB_185069","tr_customer_id":185087,"tr_customer_product_id":185077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:29.000Z","modified_at":"2026-02-13T06:55:40.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"29971143601885","imei1":"29971143601885","imei2":"29971143601885","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185070,"job_number":"JOB_185070","tr_customer_id":185088,"tr_customer_product_id":185078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:44.000Z","modified_at":"2026-02-13T06:55:55.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"82978036945193","imei1":"82978036945193","imei2":"82978036945193","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185170,"job_number":"JOB_185170","tr_customer_id":185188,"tr_customer_product_id":185178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:49:58.000Z","modified_at":"2026-02-13T07:50:09.000Z","name":"Itzel Beatty","mobile_number":"341-283-8729","email_id":"Jayda_Swift@gmail.com","dop":"2025-11-04","serial_number":"66211711924762","imei1":"66211711924762","imei2":"66211711924762","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185171,"job_number":"JOB_185171","tr_customer_id":185189,"tr_customer_product_id":185179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:50:14.000Z","modified_at":"2026-02-13T07:50:25.000Z","name":"Caitlyn Stoltenberg","mobile_number":"797-750-4275","email_id":"Izaiah.Lind@yahoo.com","dop":"2025-11-04","serial_number":"31833535888663","imei1":"31833535888663","imei2":"31833535888663","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185172,"job_number":"JOB_185172","tr_customer_id":185190,"tr_customer_product_id":185180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:50:29.000Z","modified_at":"2026-02-13T07:50:41.000Z","name":"Haylie Hintz","mobile_number":"445-455-0339","email_id":"Anjali_Schneider98@gmail.com","dop":"2025-11-04","serial_number":"24594584909032","imei1":"24594584909032","imei2":"24594584909032","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185173,"job_number":"JOB_185173","tr_customer_id":185191,"tr_customer_product_id":185181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:54:19.000Z","modified_at":"2026-02-13T07:54:19.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Carmel.Goyette10@gmail.com","dop":"2025-07-02","serial_number":"15225496783550","imei1":"15225496783550","imei2":"15225496783550","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185174,"job_number":"JOB_185174","tr_customer_id":185192,"tr_customer_product_id":185182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:54:36.000Z","modified_at":"2026-02-13T07:54:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Annette_Jenkins@hotmail.com","dop":"2025-07-02","serial_number":"19956111849257","imei1":"19956111849257","imei2":"19956111849257","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:54:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185175,"job_number":"JOB_185175","tr_customer_id":185193,"tr_customer_product_id":185183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:54:53.000Z","modified_at":"2026-02-13T07:54:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Orval18@yahoo.com","dop":"2025-07-02","serial_number":"16425780633885","imei1":"16425780633885","imei2":"16425780633885","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185178,"job_number":"JOB_185178","tr_customer_id":185196,"tr_customer_product_id":185186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:01:39.000Z","modified_at":"2026-02-13T08:01:50.000Z","name":"Josue Schowalter","mobile_number":"297-205-9571","email_id":"Reggie.Wiegand31@hotmail.com","dop":"2025-11-04","serial_number":"43773190540745","imei1":"43773190540745","imei2":"43773190540745","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185179,"job_number":"JOB_185179","tr_customer_id":185197,"tr_customer_product_id":185187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:01:54.000Z","modified_at":"2026-02-13T08:02:05.000Z","name":"Fausto Hegmann","mobile_number":"418-275-3905","email_id":"Skylar_Berge@gmail.com","dop":"2025-11-04","serial_number":"49682394924087","imei1":"49682394924087","imei2":"49682394924087","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185180,"job_number":"JOB_185180","tr_customer_id":185198,"tr_customer_product_id":185188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:02:09.000Z","modified_at":"2026-02-13T08:02:20.000Z","name":"Valentin Collins","mobile_number":"205-615-6634","email_id":"Quinten.Dickens83@hotmail.com","dop":"2025-11-04","serial_number":"65441272462421","imei1":"65441272462421","imei2":"65441272462421","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185183,"job_number":"JOB_185183","tr_customer_id":185201,"tr_customer_product_id":185191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:22:03.000Z","modified_at":"2026-02-13T08:22:03.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"22667278896558","imei1":"22667278896558","imei2":"22667278896558","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185184,"job_number":"JOB_185184","tr_customer_id":185202,"tr_customer_product_id":185192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:48:22.000Z","modified_at":"2026-02-13T08:48:22.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"18415998351827","imei1":"18415998351827","imei2":"18415998351827","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:48:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185185,"job_number":"JOB_185185","tr_customer_id":185203,"tr_customer_product_id":185193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:48:26.000Z","modified_at":"2026-02-13T08:48:26.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"17054272707959","imei1":"17054272707959","imei2":"17054272707959","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185186,"job_number":"JOB_185186","tr_customer_id":185204,"tr_customer_product_id":185194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:48:29.000Z","modified_at":"2026-02-13T08:48:29.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"13559321136964","imei1":"13559321136964","imei2":"13559321136964","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185198,"job_number":"JOB_185198","tr_customer_id":185216,"tr_customer_product_id":185206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:57:50.000Z","modified_at":"2026-02-13T08:57:50.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"14084520289726","imei1":"14084520289726","imei2":"14084520289726","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185199,"job_number":"JOB_185199","tr_customer_id":185217,"tr_customer_product_id":185207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:04.000Z","modified_at":"2026-02-13T11:16:13.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"10779356871007","imei1":"10779356871007","imei2":"10779356871007","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:16:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185211,"job_number":"JOB_185211","tr_customer_id":185229,"tr_customer_product_id":185219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:00:47.000Z","modified_at":"2026-02-13T09:00:47.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"14884411815575","imei1":"14884411815575","imei2":"14884411815575","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185345,"job_number":"JOB_185345","tr_customer_id":185363,"tr_customer_product_id":185353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:32:00.000Z","modified_at":"2026-02-13T11:32:00.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"10134742422640","imei1":"10134742422640","imei2":"10134742422640","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185347,"job_number":"JOB_185347","tr_customer_id":185365,"tr_customer_product_id":185355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:33:24.000Z","modified_at":"2026-02-13T11:33:31.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"16469561537123","imei1":"16469561537123","imei2":"16469561537123","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:33:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185348,"job_number":"JOB_185348","tr_customer_id":185366,"tr_customer_product_id":185356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:33:49.000Z","modified_at":"2026-02-13T11:33:56.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"19214927921753","imei1":"19214927921753","imei2":"19214927921753","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Expired Token returns 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Expired Token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b1bbf027-00e1-4e4c-86dd-4752647a9cb9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 33 |
{
"details_key": "qwerty"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:38 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Token returns 403 Forbidden | 0 | 1 | 0 |
| Verify response payload don't contain message as success | 0 | 1 | 0 |
| Verify response payload should be an empty array | 1 | 0 | 0 |
| Total | 1 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Token returns 403 Forbidden | |
| Verify response payload don't contain message as success | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3318aabd-6b6b-46a8-bb94-afc95636f4d7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_185366"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1023 |
| ETag | W/"3ff-AWOHkg+Dm5LyYIv1q2USKQq7mbo" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:38 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":185366,"job_number":"JOB_185366","tr_customer_id":185384,"tr_customer_product_id":185374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:32.000Z","modified_at":"2026-02-13T13:56:32.000Z","name":"Jesus Moen","mobile_number":"478-612-4834","email_id":"Gordon_Pagac55@hotmail.com","dop":"2025-05-30","serial_number":"14761931379943","imei1":"14761931379943","imei2":"14761931379943","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code should be 200 OK | 1 | 0 | 0 |
| Response message should be 'Success' | 1 | 0 | 0 |
| Response time should be under 200 ms | 0 | 1 | 0 |
| Response data should be an array with exactly 1 matching job object | 1 | 0 | 0 |
| Verify the job number in response should match: JOB_185366 | 1 | 0 | 0 |
| Response data should contain property: id | 1 | 0 | 0 |
| Response data should contain property: job_number | 1 | 0 | 0 |
| Response data should contain property: name | 1 | 0 | 0 |
| Response data should contain property: mobile_number | 1 | 0 | 0 |
| Response data should contain property: email_id | 1 | 0 | 0 |
| Response data should contain property: dop | 1 | 0 | 0 |
| Response data should contain property: serial_number | 1 | 0 | 0 |
| Response data should contain property: imei1 | 1 | 0 | 0 |
| Response data should contain property: imei2 | 1 | 0 | 0 |
| Response data should contain property: mst_platform_name | 1 | 0 | 0 |
| Response data should contain property: mst_oem_name | 1 | 0 | 0 |
| Response data should contain property: mst_action_status | 1 | 0 | 0 |
| Verify job_number (starts with "JOB_") | 1 | 0 | 0 |
| Validate timestamps: created_at, modified_at are valid ISO date strings | 1 | 0 | 0 |
| Verify IMEINumber is correct | 1 | 0 | 0 |
| Verify Name is correct | 1 | 0 | 0 |
| Verify Mobile Number is correct | 1 | 0 | 0 |
| Verify Email is correct | 1 | 0 | 0 |
| Total | 22 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Response time should be under 200 ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d3780158-6e0f-429e-8d81-3fc4d531544e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_185366"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:38 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing token returns 401 Unauthorized | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f3987347-4765-48d6-9e58-e2a176f4b160 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_185366"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:38 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid token returns 403 Forbidden | 0 | 2 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b1133e6e-2823-47e9-87f7-ed692a50c5ef |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 35 |
{
"searchText": "JOB_10110"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:39 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid job number returns 200 | 1 | 0 | 0 |
| Verify Invalid job number returns an empty array | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e2545cb0-4be8-41e2-9df4-dbd432f70f49 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{
"searchText": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 124 |
| ETag | W/"7c-5Xt/iGKv2NVRKlpfyYGJwghP0yw" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:39 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"searchText\" is not allowed to be empty","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Empty searchText Returns 400 Bad Request | 0 | 1 | 0 |
| Verify message is: "searchText" is not allowed to be empty | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Empty searchText Returns 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c8bc0ade-3620-4d63-85b8-bf32c9ee690e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"622-ksmd8SP8AXS3Pdq0Fa3Xk53xfHQ" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:39 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"id":185366,"job_number":"JOB_185366","tr_customer_id":185384,"tr_customer_product_id":185374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:32.000Z","modified_at":"2026-02-13T13:56:32.000Z","name":"Jesus Moen","mobile_number":"478-612-4834","email_id":"Gordon_Pagac55@hotmail.com","dop":"2025-05-30","serial_number":"14761931379943","imei1":"14761931379943","imei2":"14761931379943","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":707940,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-13T13:56:32.000Z","created_at":"2026-02-13T13:56:32.000Z"},{"id":707941,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-13T13:56:32.000Z","created_at":"2026-02-13T13:56:32.000Z"}],"problems":[{"id":173511,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-13T13:56:32.000Z"}],"quatations":[]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 200 OK | 1 | 0 | 0 |
| Verify Message is ' Success' | 1 | 0 | 0 |
| Response time is under 200 ms | 0 | 1 | 0 |
| Job number matches the request | 1 | 0 | 0 |
| Verify json response contains key: id | 1 | 0 | 0 |
| Verify json response contains key: job_number | 1 | 0 | 0 |
| Verify json response contains key: name | 1 | 0 | 0 |
| Verify json response contains key: mobile_number | 1 | 0 | 0 |
| Verify json response contains key: email_id | 1 | 0 | 0 |
| Verify json response contains key: mst_model_name | 1 | 0 | 0 |
| Verify json response contains key: mst_oem_name | 1 | 0 | 0 |
| Verify json response contains key: tr_customer_id | 1 | 0 | 0 |
| Verify json response contains key: serial_number | 1 | 0 | 0 |
| Verify json response contains key: imei1 | 1 | 0 | 0 |
| Verify json response contains key: details | 1 | 0 | 0 |
| Verify json response contains key: problems | 1 | 0 | 0 |
| Verify Quotations is an array (can be empty) | 1 | 0 | 0 |
| Details array contains history with proper status transitions | 3 | 0 | 0 |
| Details array contains mandatory properties | 2 | 0 | 0 |
| Verify problems array contains at least one problem with correct structure | 1 | 0 | 0 |
| Verify customer id is correct | 3 | 0 | 0 |
| Verify Mobile Number is correct | 1 | 0 | 0 |
| Verify Email is correct | 1 | 0 | 0 |
| Verify imei number is correct | 1 | 0 | 0 |
| Total | 28 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Response time is under 200 ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6ae3f2f7-fd5d-487e-b7dd-6c9a84e9ff0c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:39 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing Authorization token returns 401 Unauthorized | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b8d83208-7aeb-4bcf-8ec9-8e4e5b92d6b6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:40 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Authorization token returns 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Authorization token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9ea6cc16-4707-4052-a452-561d0b475c1c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"622-ksmd8SP8AXS3Pdq0Fa3Xk53xfHQ" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:40 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"id":185366,"job_number":"JOB_185366","tr_customer_id":185384,"tr_customer_product_id":185374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:32.000Z","modified_at":"2026-02-13T13:56:32.000Z","name":"Jesus Moen","mobile_number":"478-612-4834","email_id":"Gordon_Pagac55@hotmail.com","dop":"2025-05-30","serial_number":"14761931379943","imei1":"14761931379943","imei2":"14761931379943","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":707940,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-13T13:56:32.000Z","created_at":"2026-02-13T13:56:32.000Z"},{"id":707941,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-13T13:56:32.000Z","created_at":"2026-02-13T13:56:32.000Z"}],"problems":[{"id":173511,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-13T13:56:32.000Z"}],"quatations":[]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Expired Authorization token returns 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Expired Authorization token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | afb05c02-6360-4183-88af-b6c8cee3b156 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:40 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Job Number (Non-existent) will return 200 OK | 1 | 0 | 0 |
| Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar | 0 | 1 | 0 |
| Verify Invalid Job Number (Non-existent) will return data as null or empty array | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4586d427-6c22-4b0a-8520-696b3bec14e7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:41 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Malformed Job Number will return 400 Bad Request | 0 | 1 | 0 |
| Verify Malformed Job Number will return Message as "Invalid job number format" or similar | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Malformed Job Number will return 400 Bad Request | |
| Verify Malformed Job Number will return Message as "Invalid job number format" or similar | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d3dfcec7-580c-4667-b044-bba3d61ccd95 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 26 |
| ETag | W/"1a-5kgsNceGic9l7eB+dNAEz7tE74U" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:41 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
404. Use: /v1/<path>
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Malformed Job Number will return 404 Not Found | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTA5ODh9.munzFpBPDhEJHVEEfPncRpMcSMe5qM0PYe5f9rLRRak |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 85dc41ea-1e9e-4ce5-adc1-d17a00b12e8a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 26 |
| ETag | W/"1a-5kgsNceGic9l7eB+dNAEz7tE74U" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:41 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
404. Use: /v1/<path>
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Malformed Job Number will return 405 Method Not Allowed | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Malformed Job Number will return 405 Method Not Allowed | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 298468d7-e674-4189-8f0b-54cfcd0dc003 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-lX+ETJaSJTu6gJNoXo/FzDg89Qk" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:41 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDF9.Vy2Dn59G-0W8K88SGH1nz7oYTz8BaQGXRfmIOOq3m7w"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code returned is 200 OK | 1 | 0 | 0 |
| Verify Response time is less than 200ms | 0 | 1 | 0 |
| Verify Message should be 'Success' | 1 | 0 | 0 |
| Verify Authorization Token is valid | 1 | 0 | 0 |
| Verify response follows defined schema | 1 | 0 | 0 |
| Total | 4 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Response time is less than 200ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0a80e1cc-0762-4061-8a36-6bdefa748b81 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 61 |
{
"username": "Pritish",
"password": "Test@1234"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:42 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Credentials will return 401 Unauthorized | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Credentials will return 401 Unauthorized | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ddc680b8-92b3-4ce8-8c0c-70700ec4c791 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:42 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Blank Credentials will return 400 Bad Request | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Blank Credentials will return 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDF9.Vy2Dn59G-0W8K88SGH1nz7oYTz8BaQGXRfmIOOq3m7w |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 537eac2d-e7ec-46a9-a0f9-9869d0c6d9f9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:42 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-vhzn+FVEPT1FEyr2SOSPSYEkt50"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDF9.Vy2Dn59G-0W8K88SGH1nz7oYTz8BaQGXRfmIOOq3m7w |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a8305d0c-1346-4809-969c-887d078b74ec |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-5rbHMxPrtjOcOHlfilv+euKmiyc" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:42 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":480},{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Pending for delivery","key":"pending_for_delivery","count":5}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDF9.Vy2Dn59G-0W8K88SGH1nz7oYTz8BaQGXRfmIOOq3m7w |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6b2c5c98-ada2-41c3-aeac-ecdeba30f08c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"74c49-z8ZNEoqW4xp5j5nmFOknlcTl1ws" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:43 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":184687,"job_number":"JOB_184687","tr_customer_id":184705,"tr_customer_product_id":184695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:04:20.000Z","modified_at":"2026-02-12T20:04:20.000Z","name":"Dino Feeney","mobile_number":"715-296-9270","email_id":"Rhea82@hotmail.com","dop":"2025-04-06","serial_number":"10100235104389604","imei1":"10100235104389604","imei2":"10100235104389604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184689,"job_number":"JOB_184689","tr_customer_id":184707,"tr_customer_product_id":184697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:25:39.000Z","modified_at":"2026-02-12T20:25:39.000Z","name":"Amely Keeling","mobile_number":"829-803-1877","email_id":"Naomie.Metz@yahoo.com","dop":"2025-04-06","serial_number":"15438178500673588","imei1":"15438178500673588","imei2":"15438178500673588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184691,"job_number":"JOB_184691","tr_customer_id":184709,"tr_customer_product_id":184699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:31:13.000Z","modified_at":"2026-02-12T20:31:13.000Z","name":"Carol Roob","mobile_number":"952-922-7202","email_id":"Tessie.Cummings@yahoo.com","dop":"2025-04-06","serial_number":"10288671305390638","imei1":"10288671305390638","imei2":"10288671305390638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:31:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184693,"job_number":"JOB_184693","tr_customer_id":184711,"tr_customer_product_id":184701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:37:38.000Z","modified_at":"2026-02-12T20:37:38.000Z","name":"Zachariah Gutmann","mobile_number":"443-527-7328","email_id":"Blaze.Ratke61@gmail.com","dop":"2025-04-06","serial_number":"15958276262904660","imei1":"15958276262904660","imei2":"15958276262904660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184694,"job_number":"JOB_184694","tr_customer_id":184712,"tr_customer_product_id":184702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:19.000Z","modified_at":"2026-02-12T20:38:19.000Z","name":"anusha saikam","mobile_number":"12345678790","email_id":"anusha@gmail.com","dop":"2025-04-06","serial_number":"15212589904600","imei1":"15212589904600","imei2":"15212589904600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:38:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184696,"job_number":"JOB_184696","tr_customer_id":184714,"tr_customer_product_id":184704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:21.000Z","modified_at":"2026-02-12T20:38:21.000Z","name":"Myrtice McCullough","mobile_number":"453-690-3607","email_id":"Amani.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"19873031337146804","imei1":"19873031337146804","imei2":"19873031337146804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184697,"job_number":"JOB_184697","tr_customer_id":184715,"tr_customer_product_id":184705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:37.000Z","modified_at":"2026-02-12T20:38:37.000Z","name":"alpha p","mobile_number":"4561237890","email_id":"alpha@gmail.com","dop":"2025-04-06","serial_number":"12450227469084","imei1":"12450227469084","imei2":"12450227469084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184699,"job_number":"JOB_184699","tr_customer_id":184717,"tr_customer_product_id":184707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:39.000Z","modified_at":"2026-02-12T20:38:39.000Z","name":"Lavon Roberts","mobile_number":"575-910-1709","email_id":"Savion_Cormier@gmail.com","dop":"2025-04-06","serial_number":"13227454560961338","imei1":"13227454560961338","imei2":"13227454560961338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:38:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184700,"job_number":"JOB_184700","tr_customer_id":184718,"tr_customer_product_id":184708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:54.000Z","modified_at":"2026-02-12T20:38:54.000Z","name":"beta t","mobile_number":"7894561230","email_id":"beta@gmail.com","dop":"2025-04-06","serial_number":"18689913573606","imei1":"18689913573606","imei2":"18689913573606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:38:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184702,"job_number":"JOB_184702","tr_customer_id":184720,"tr_customer_product_id":184710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:56.000Z","modified_at":"2026-02-12T20:38:56.000Z","name":"Chelsey Aufderhar","mobile_number":"840-821-3431","email_id":"Madisen32@yahoo.com","dop":"2025-04-06","serial_number":"14769248638137172","imei1":"14769248638137172","imei2":"14769248638137172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:38:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184703,"job_number":"JOB_184703","tr_customer_id":184721,"tr_customer_product_id":184711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:47:23.000Z","modified_at":"2026-02-12T20:47:23.000Z","name":"anusha saikam","mobile_number":"12345678790","email_id":"anusha@gmail.com","dop":"2025-04-06","serial_number":"13149350023074","imei1":"13149350023074","imei2":"13149350023074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184705,"job_number":"JOB_184705","tr_customer_id":184723,"tr_customer_product_id":184713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:47:25.000Z","modified_at":"2026-02-12T20:47:25.000Z","name":"Makenzie Howe","mobile_number":"741-472-7785","email_id":"Michaela_Collier@hotmail.com","dop":"2025-04-06","serial_number":"13120094652400618","imei1":"13120094652400618","imei2":"13120094652400618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184706,"job_number":"JOB_184706","tr_customer_id":184724,"tr_customer_product_id":184714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:48:17.000Z","modified_at":"2026-02-12T20:48:17.000Z","name":"alpha p","mobile_number":"4561237890","email_id":"alpha@gmail.com","dop":"2025-04-06","serial_number":"17314067650681","imei1":"17314067650681","imei2":"17314067650681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184708,"job_number":"JOB_184708","tr_customer_id":184726,"tr_customer_product_id":184716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:48:19.000Z","modified_at":"2026-02-12T20:48:20.000Z","name":"Kay Daugherty","mobile_number":"233-778-1240","email_id":"Krystel_Homenick77@gmail.com","dop":"2025-04-06","serial_number":"19381676825296456","imei1":"19381676825296456","imei2":"19381676825296456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:48:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184709,"job_number":"JOB_184709","tr_customer_id":184727,"tr_customer_product_id":184717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:49:12.000Z","modified_at":"2026-02-12T20:49:12.000Z","name":"beta t","mobile_number":"7894561230","email_id":"beta@gmail.com","dop":"2025-04-06","serial_number":"17679005181573","imei1":"17679005181573","imei2":"17679005181573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184711,"job_number":"JOB_184711","tr_customer_id":184729,"tr_customer_product_id":184719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:49:14.000Z","modified_at":"2026-02-12T20:49:14.000Z","name":"Jermey Johnston","mobile_number":"201-855-1181","email_id":"Buster53@gmail.com","dop":"2025-04-06","serial_number":"15412395972343060","imei1":"15412395972343060","imei2":"15412395972343060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184712,"job_number":"JOB_184712","tr_customer_id":184730,"tr_customer_product_id":184720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:50:30.000Z","modified_at":"2026-02-12T20:50:30.000Z","name":"anusha saikam","mobile_number":"12345678790","email_id":"anusha@gmail.com","dop":"2025-04-06","serial_number":"16774639544671","imei1":"16774639544671","imei2":"16774639544671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:50:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184714,"job_number":"JOB_184714","tr_customer_id":184732,"tr_customer_product_id":184722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:50:32.000Z","modified_at":"2026-02-12T20:50:32.000Z","name":"Cassandra Schowalter","mobile_number":"838-834-8725","email_id":"Tomasa2@yahoo.com","dop":"2025-04-06","serial_number":"17305696939230020","imei1":"17305696939230020","imei2":"17305696939230020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184715,"job_number":"JOB_184715","tr_customer_id":184733,"tr_customer_product_id":184723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:51:21.000Z","modified_at":"2026-02-12T20:51:21.000Z","name":"alpha p","mobile_number":"4561237890","email_id":"alpha@gmail.com","dop":"2025-04-06","serial_number":"12040593843878","imei1":"12040593843878","imei2":"12040593843878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184717,"job_number":"JOB_184717","tr_customer_id":184735,"tr_customer_product_id":184725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:51:23.000Z","modified_at":"2026-02-12T20:51:23.000Z","name":"Brennon Graham","mobile_number":"938-397-3948","email_id":"Richard.Heathcote@yahoo.com","dop":"2025-04-06","serial_number":"17725482369394436","imei1":"17725482369394436","imei2":"17725482369394436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184718,"job_number":"JOB_184718","tr_customer_id":184736,"tr_customer_product_id":184726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:52:13.000Z","modified_at":"2026-02-12T20:52:13.000Z","name":"beta t","mobile_number":"7894561230","email_id":"beta@gmail.com","dop":"2025-04-06","serial_number":"16573131240394","imei1":"16573131240394","imei2":"16573131240394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184720,"job_number":"JOB_184720","tr_customer_id":184738,"tr_customer_product_id":184728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:52:15.000Z","modified_at":"2026-02-12T20:52:15.000Z","name":"Jordyn Denesik","mobile_number":"604-206-6752","email_id":"Milford_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"11124462415018746","imei1":"11124462415018746","imei2":"11124462415018746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184721,"job_number":"JOB_184721","tr_customer_id":184739,"tr_customer_product_id":184729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:54:18.000Z","modified_at":"2026-02-12T20:54:18.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317995","imei1":"90183914317988","imei2":"70183914317988","popurl":"2026-02-02T20:54:16.913483Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:54:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184722,"job_number":"JOB_184722","tr_customer_id":184740,"tr_customer_product_id":184730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:55:20.000Z","modified_at":"2026-02-12T20:55:20.000Z","name":"anusha saikam","mobile_number":"12345678790","email_id":"anusha@gmail.com","dop":"2025-04-06","serial_number":"19118102501357","imei1":"19118102501357","imei2":"19118102501357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184724,"job_number":"JOB_184724","tr_customer_id":184742,"tr_customer_product_id":184732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:55:22.000Z","modified_at":"2026-02-12T20:55:22.000Z","name":"Dexter Gusikowski","mobile_number":"371-274-2460","email_id":"Ted96@hotmail.com","dop":"2025-04-06","serial_number":"19854699216322550","imei1":"19854699216322550","imei2":"19854699216322550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184725,"job_number":"JOB_184725","tr_customer_id":184743,"tr_customer_product_id":184733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:56:14.000Z","modified_at":"2026-02-12T20:56:14.000Z","name":"alpha p","mobile_number":"4561237890","email_id":"alpha@gmail.com","dop":"2025-04-06","serial_number":"13576004559658","imei1":"13576004559658","imei2":"13576004559658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184727,"job_number":"JOB_184727","tr_customer_id":184745,"tr_customer_product_id":184735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:56:16.000Z","modified_at":"2026-02-12T20:56:16.000Z","name":"Lucious Hyatt","mobile_number":"951-525-9746","email_id":"Leopoldo16@gmail.com","dop":"2025-04-06","serial_number":"10160961743195554","imei1":"10160961743195554","imei2":"10160961743195554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184728,"job_number":"JOB_184728","tr_customer_id":184746,"tr_customer_product_id":184736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:57:09.000Z","modified_at":"2026-02-12T20:57:09.000Z","name":"beta t","mobile_number":"7894561230","email_id":"beta@gmail.com","dop":"2025-04-06","serial_number":"12403684448624","imei1":"12403684448624","imei2":"12403684448624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184730,"job_number":"JOB_184730","tr_customer_id":184748,"tr_customer_product_id":184738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:57:11.000Z","modified_at":"2026-02-12T20:57:11.000Z","name":"Savannah Murazik","mobile_number":"920-679-7649","email_id":"Rex_Ferry@yahoo.com","dop":"2025-04-06","serial_number":"18302652424297124","imei1":"18302652424297124","imei2":"18302652424297124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184731,"job_number":"JOB_184731","tr_customer_id":184749,"tr_customer_product_id":184739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:58:07.000Z","modified_at":"2026-02-12T20:58:07.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317995","imei1":"90183914317955","imei2":"70183914317955","popurl":"2026-02-02T20:58:05.498854Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184732,"job_number":"JOB_184732","tr_customer_id":184750,"tr_customer_product_id":184740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T21:00:37.000Z","modified_at":"2026-02-12T21:00:37.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-02-07","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-02-07T21:00:36.796136366Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T21:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184733,"job_number":"JOB_184733","tr_customer_id":184751,"tr_customer_product_id":184741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T21:06:48.000Z","modified_at":"2026-02-12T21:06:48.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317995","imei1":"90183914317951","imei2":"70183914317951","popurl":"2026-02-02T21:06:46.460266Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T21:06:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184734,"job_number":"JOB_184734","tr_customer_id":184752,"tr_customer_product_id":184742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T21:07:54.000Z","modified_at":"2026-02-12T21:07:54.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317995","imei1":"90183914317950","imei2":"70183914317950","popurl":"2026-02-02T21:07:52.385495Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T21:07:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184735,"job_number":"JOB_184735","tr_customer_id":184753,"tr_customer_product_id":184743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T21:44:17.000Z","modified_at":"2026-02-12T21:44:17.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317995","imei1":"90183914317952","imei2":"70183914317952","popurl":"2026-02-02T21:44:15.196736Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T21:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184736,"job_number":"JOB_184736","tr_customer_id":184754,"tr_customer_product_id":184744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T21:45:45.000Z","modified_at":"2026-02-12T21:45:45.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317995","imei1":"90183914317959","imei2":"70183914317951","popurl":"2026-02-02T21:45:43.378754Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T21:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184737,"job_number":"JOB_184737","tr_customer_id":184755,"tr_customer_product_id":184745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T21:53:18.000Z","modified_at":"2026-02-12T21:53:18.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317995","imei1":"90183914317954","imei2":"70183914317954","popurl":"2026-02-02T21:53:16.946093Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T21:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184738,"job_number":"JOB_184738","tr_customer_id":184756,"tr_customer_product_id":184746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T21:54:58.000Z","modified_at":"2026-02-12T21:54:58.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317991","imei1":"90183914317953","imei2":"70183914317952","popurl":"2026-02-02T21:54:56.793634Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T21:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184739,"job_number":"JOB_184739","tr_customer_id":184757,"tr_customer_product_id":184747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:00:36.000Z","modified_at":"2026-02-12T22:00:36.000Z","name":"Aleen Kassulke","mobile_number":"7038652446","email_id":"regenia.macejkovic@yahoo.com","dop":"2026-02-02","serial_number":"828014116392380","imei1":"307284782697862","imei2":"713115809750030","popurl":"www.von-reilly.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184741,"job_number":"JOB_184741","tr_customer_id":184759,"tr_customer_product_id":184749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:06:29.000Z","modified_at":"2026-02-12T22:06:29.000Z","name":"Addie Cole","mobile_number":"564-316-2247","email_id":"Clint_Goodwin@yahoo.com","dop":"2025-04-06","serial_number":"13757956406002542","imei1":"13757956406002542","imei2":"13757956406002542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:06:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184742,"job_number":"JOB_184742","tr_customer_id":184760,"tr_customer_product_id":184750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:10:57.000Z","modified_at":"2026-02-12T22:10:57.000Z","name":"anusha saikam","mobile_number":"12345678790","email_id":"anusha@gmail.com","dop":"2025-04-06","serial_number":"10167869283970","imei1":"10167869283970","imei2":"10167869283970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:10:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184744,"job_number":"JOB_184744","tr_customer_id":184762,"tr_customer_product_id":184752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:10:59.000Z","modified_at":"2026-02-12T22:10:59.000Z","name":"Mariah Lynch","mobile_number":"243-439-8708","email_id":"Desiree_Goldner44@hotmail.com","dop":"2025-04-06","serial_number":"19602278326319664","imei1":"19602278326319664","imei2":"19602278326319664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:10:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184745,"job_number":"JOB_184745","tr_customer_id":184763,"tr_customer_product_id":184753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:11:49.000Z","modified_at":"2026-02-12T22:11:49.000Z","name":"alpha p","mobile_number":"4561237890","email_id":"alpha@gmail.com","dop":"2025-04-06","serial_number":"12396362027044","imei1":"12396362027044","imei2":"12396362027044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:11:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184747,"job_number":"JOB_184747","tr_customer_id":184765,"tr_customer_product_id":184755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:11:51.000Z","modified_at":"2026-02-12T22:11:51.000Z","name":"Helen Blanda","mobile_number":"751-242-5721","email_id":"Zetta_Haley@hotmail.com","dop":"2025-04-06","serial_number":"14512393489072654","imei1":"14512393489072654","imei2":"14512393489072654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:11:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184748,"job_number":"JOB_184748","tr_customer_id":184766,"tr_customer_product_id":184756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:12:42.000Z","modified_at":"2026-02-12T22:12:42.000Z","name":"beta t","mobile_number":"7894561230","email_id":"beta@gmail.com","dop":"2025-04-06","serial_number":"13279528665752","imei1":"13279528665752","imei2":"13279528665752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:12:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184750,"job_number":"JOB_184750","tr_customer_id":184768,"tr_customer_product_id":184758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:12:44.000Z","modified_at":"2026-02-12T22:12:44.000Z","name":"Cortney Graham","mobile_number":"710-257-1761","email_id":"Maegan46@gmail.com","dop":"2025-04-06","serial_number":"13163711145196104","imei1":"13163711145196104","imei2":"13163711145196104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:12:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184752,"job_number":"JOB_184752","tr_customer_id":184770,"tr_customer_product_id":184760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T23:34:51.000Z","modified_at":"2026-02-12T23:34:51.000Z","name":"Raphaelle Roob","mobile_number":"823-971-6563","email_id":"Mariana.Mosciski@yahoo.com","dop":"2025-05-01","serial_number":"19974917682594","imei1":"19974917682594","imei2":"19974917682594","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T23:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184753,"job_number":"JOB_184753","tr_customer_id":184771,"tr_customer_product_id":184761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T23:50:26.000Z","modified_at":"2026-02-12T23:50:26.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-02-02","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-02-02T23:50:26.418755310Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T23:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184754,"job_number":"JOB_184754","tr_customer_id":184772,"tr_customer_product_id":184762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T23:50:27.000Z","modified_at":"2026-02-12T23:50:27.000Z","name":"Atreyi Sharma","mobile_number":"7064240096","email_id":"anshula.bhattacharya@hotmail.com","dop":"2026-02-02","serial_number":"993347904523413","imei1":"993347904523413","imei2":"993347904523413","popurl":"www.rupinder-trivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T23:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184755,"job_number":"JOB_184755","tr_customer_id":184773,"tr_customer_product_id":184763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T23:52:55.000Z","modified_at":"2026-02-12T23:52:55.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-02-02","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-02-02T23:52:54.740193010Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T23:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184759,"job_number":"JOB_184759","tr_customer_id":184777,"tr_customer_product_id":184767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:26:22.000Z","modified_at":"2026-02-13T03:26:22.000Z","name":"Khalil Simonis","mobile_number":"550-691-7710","email_id":"Sebastian0@hotmail.com","dop":"2025-05-30","serial_number":"19513154070821","imei1":"19513154070821","imei2":"19513154070821","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184760,"job_number":"JOB_184760","tr_customer_id":184778,"tr_customer_product_id":184768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:26:23.000Z","modified_at":"2026-02-13T03:26:23.000Z","name":"Wilhelmine Wisozk","mobile_number":"644-910-4056","email_id":"Lilliana72@gmail.com","dop":"2025-05-30","serial_number":"1901616915631974","imei1":"1901616915631974","imei2":"1901616915631974","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184761,"job_number":"JOB_184761","tr_customer_id":184779,"tr_customer_product_id":184769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:38:25.000Z","modified_at":"2026-02-13T03:38:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17266026736260","imei1":"17266026736260","imei2":"17266026736260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184763,"job_number":"JOB_184763","tr_customer_id":184781,"tr_customer_product_id":184771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:38:27.000Z","modified_at":"2026-02-13T03:38:27.000Z","name":"Hester Ferry","mobile_number":"964-828-1342","email_id":"Davonte.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"11762313315976894","imei1":"11762313315976894","imei2":"11762313315976894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184764,"job_number":"JOB_184764","tr_customer_id":184782,"tr_customer_product_id":184772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:08.000Z","modified_at":"2026-02-13T03:39:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10565685753498","imei1":"10565685753498","imei2":"10565685753498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184766,"job_number":"JOB_184766","tr_customer_id":184784,"tr_customer_product_id":184774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:10.000Z","modified_at":"2026-02-13T03:39:10.000Z","name":"Ellsworth Swaniawski","mobile_number":"866-308-5730","email_id":"Keshawn54@hotmail.com","dop":"2025-04-06","serial_number":"18955932202675496","imei1":"18955932202675496","imei2":"18955932202675496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184767,"job_number":"JOB_184767","tr_customer_id":184785,"tr_customer_product_id":184775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:51.000Z","modified_at":"2026-02-13T03:39:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13335781395216","imei1":"13335781395216","imei2":"13335781395216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184769,"job_number":"JOB_184769","tr_customer_id":184787,"tr_customer_product_id":184777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:53.000Z","modified_at":"2026-02-13T03:39:53.000Z","name":"Rachael Farrell","mobile_number":"239-834-1323","email_id":"Cydney.Larson@yahoo.com","dop":"2025-04-06","serial_number":"11300624294368476","imei1":"11300624294368476","imei2":"11300624294368476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184774,"job_number":"JOB_184774","tr_customer_id":184792,"tr_customer_product_id":184782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:07.000Z","modified_at":"2026-02-13T04:31:07.000Z","name":"Maggie Wilkinson","mobile_number":"657-280-5367","email_id":"Efren_Schowalter26@hotmail.com","dop":"2025-04-06","serial_number":"11775493444218870","imei1":"11775493444218870","imei2":"11775493444218870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184775,"job_number":"JOB_184775","tr_customer_id":184793,"tr_customer_product_id":184783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:11.000Z","modified_at":"2026-02-13T04:31:11.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13850240798757","imei1":"13850240798757","imei2":"13850240798757","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184778,"job_number":"JOB_184778","tr_customer_id":184796,"tr_customer_product_id":184786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:13.000Z","modified_at":"2026-02-13T04:31:13.000Z","name":"Veronica Bartell","mobile_number":"404-806-2104","email_id":"Billy.Bartell92@yahoo.com","dop":"2025-04-06","serial_number":"17192435215284024","imei1":"17192435215284024","imei2":"17192435215284024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184780,"job_number":"JOB_184780","tr_customer_id":184798,"tr_customer_product_id":184788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:26.000Z","modified_at":"2026-02-13T04:31:26.000Z","name":"Margarette Williamson","mobile_number":"423-857-0598","email_id":"Conor_Keebler32@hotmail.com","dop":"2025-04-06","serial_number":"15800922330283344","imei1":"15800922330283344","imei2":"15800922330283344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184782,"job_number":"JOB_184782","tr_customer_id":184800,"tr_customer_product_id":184790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:28.000Z","modified_at":"2026-02-13T04:31:28.000Z","name":"Juana Volkman","mobile_number":"652-513-0375","email_id":"Garrick_Gerhold18@yahoo.com","dop":"2025-04-06","serial_number":"17172019312791484","imei1":"17172019312791484","imei2":"17172019312791484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184783,"job_number":"JOB_184783","tr_customer_id":184801,"tr_customer_product_id":184791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:32.000Z","modified_at":"2026-02-13T04:31:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14548582185753","imei1":"14548582185753","imei2":"14548582185753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184786,"job_number":"JOB_184786","tr_customer_id":184804,"tr_customer_product_id":184794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:34.000Z","modified_at":"2026-02-13T04:31:34.000Z","name":"Alize Hodkiewicz","mobile_number":"895-754-4838","email_id":"Nyah.Brekke85@hotmail.com","dop":"2025-04-06","serial_number":"12112792396323764","imei1":"12112792396323764","imei2":"12112792396323764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184787,"job_number":"JOB_184787","tr_customer_id":184805,"tr_customer_product_id":184795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:37.000Z","modified_at":"2026-02-13T04:31:37.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"71841674418773","imei1":"71841674418773","imei2":"71841674418773","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184788,"job_number":"JOB_184788","tr_customer_id":184806,"tr_customer_product_id":184796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:37.000Z","modified_at":"2026-02-13T04:31:37.000Z","name":"Korbin Schaefer","mobile_number":"506-787-9199","email_id":"Macie52@yahoo.com","dop":"2025-02-01","serial_number":"14530342267611","imei1":"14530342267611","imei2":"14530342267611","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184789,"job_number":"JOB_184789","tr_customer_id":184807,"tr_customer_product_id":184797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:38.000Z","modified_at":"2026-02-13T04:31:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16688470556380","imei1":"16688470556380","imei2":"16688470556380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184792,"job_number":"JOB_184792","tr_customer_id":184810,"tr_customer_product_id":184800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:40.000Z","modified_at":"2026-02-13T04:31:40.000Z","name":"Chaim Grant","mobile_number":"332-201-7063","email_id":"Rebeka_Windler21@hotmail.com","dop":"2025-04-06","serial_number":"12441157972248098","imei1":"12441157972248098","imei2":"12441157972248098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184794,"job_number":"JOB_184794","tr_customer_id":184812,"tr_customer_product_id":184802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:53.000Z","modified_at":"2026-02-13T04:31:53.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14877825774947","imei1":"14877825774947","imei2":"14877825774947","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184796,"job_number":"JOB_184796","tr_customer_id":184814,"tr_customer_product_id":184804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:55.000Z","modified_at":"2026-02-13T04:31:55.000Z","name":"Lee Rosenbaum","mobile_number":"573-300-2795","email_id":"Maudie_Zieme@hotmail.com","dop":"2025-04-06","serial_number":"16770503528582600","imei1":"16770503528582600","imei2":"16770503528582600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184798,"job_number":"JOB_184798","tr_customer_id":184816,"tr_customer_product_id":184806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:05.000Z","modified_at":"2026-02-13T04:32:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10039063394949","imei1":"10039063394949","imei2":"10039063394949","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184800,"job_number":"JOB_184800","tr_customer_id":184818,"tr_customer_product_id":184808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:06.000Z","modified_at":"2026-02-13T04:32:06.000Z","name":"Jadon Turner","mobile_number":"346-217-5302","email_id":"Amie.Reilly75@yahoo.com","dop":"2025-06-18","serial_number":"1057958368215486","imei1":"1057958368215486","imei2":"1057958368215486","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184801,"job_number":"JOB_184801","tr_customer_id":184819,"tr_customer_product_id":184809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:13.000Z","modified_at":"2026-02-13T04:32:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13894724862247","imei1":"13894724862247","imei2":"13894724862247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184804,"job_number":"JOB_184804","tr_customer_id":184822,"tr_customer_product_id":184812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:15.000Z","modified_at":"2026-02-13T04:32:15.000Z","name":"Milton Kirlin","mobile_number":"635-838-0226","email_id":"Mariela_Turner74@yahoo.com","dop":"2025-04-06","serial_number":"15054904582175136","imei1":"15054904582175136","imei2":"15054904582175136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184805,"job_number":"JOB_184805","tr_customer_id":184823,"tr_customer_product_id":184813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:15.000Z","modified_at":"2026-02-13T04:32:15.000Z","name":"Craig Witting","mobile_number":"292-435-5627","email_id":"Lester36@yahoo.com","dop":"2025-04-06","serial_number":"17486614316755718","imei1":"17486614316755718","imei2":"17486614316755718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184806,"job_number":"JOB_184806","tr_customer_id":184824,"tr_customer_product_id":184814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:15.000Z","modified_at":"2026-02-13T04:32:15.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184807,"job_number":"JOB_184807","tr_customer_id":184825,"tr_customer_product_id":184815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:16.000Z","modified_at":"2026-02-13T04:32:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17824923516108","imei1":"17824923516108","imei2":"17824923516108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184810,"job_number":"JOB_184810","tr_customer_id":184828,"tr_customer_product_id":184818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:18.000Z","modified_at":"2026-02-13T04:32:18.000Z","name":"Ezra Schimmel","mobile_number":"622-971-2550","email_id":"Eliezer16@hotmail.com","dop":"2025-04-06","serial_number":"16663661751047636","imei1":"16663661751047636","imei2":"16663661751047636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184811,"job_number":"JOB_184811","tr_customer_id":184829,"tr_customer_product_id":184819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:19.000Z","modified_at":"2026-02-13T04:32:19.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"55142380009183","imei1":"55142380009183","imei2":"55142380009183","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184812,"job_number":"JOB_184812","tr_customer_id":184830,"tr_customer_product_id":184820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:19.000Z","modified_at":"2026-02-13T04:32:19.000Z","name":"Mathias Hilll","mobile_number":"888-868-0163","email_id":"Pascale.Yost56@gmail.com","dop":"2025-02-01","serial_number":"20143070237985","imei1":"20143070237985","imei2":"20143070237985","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184814,"job_number":"JOB_184814","tr_customer_id":184832,"tr_customer_product_id":184822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:20.000Z","modified_at":"2026-02-13T04:32:20.000Z","name":"Douglas Schaden","mobile_number":"709-592-6104","email_id":"Ofelia25@yahoo.com","dop":"2025-04-06","serial_number":"14336334619188618","imei1":"14336334619188618","imei2":"14336334619188618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184816,"job_number":"JOB_184816","tr_customer_id":184834,"tr_customer_product_id":184824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:24.000Z","modified_at":"2026-02-13T04:32:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17179012040972","imei1":"17179012040972","imei2":"17179012040972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184819,"job_number":"JOB_184819","tr_customer_id":184837,"tr_customer_product_id":184827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:25.000Z","modified_at":"2026-02-13T04:32:25.000Z","name":"Lew Heathcote","mobile_number":"701-215-3811","email_id":"Orie_Huel14@yahoo.com","dop":"2025-04-06","serial_number":"15985241168337672","imei1":"15985241168337672","imei2":"15985241168337672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184820,"job_number":"JOB_184820","tr_customer_id":184838,"tr_customer_product_id":184828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:26.000Z","modified_at":"2026-02-13T04:32:26.000Z","name":"Sallie Gaylord","mobile_number":"250-979-8654","email_id":"Dasia_Miller@yahoo.com","dop":"2025-04-06","serial_number":"14081728168558148","imei1":"14081728168558148","imei2":"14081728168558148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184821,"job_number":"JOB_184821","tr_customer_id":184839,"tr_customer_product_id":184829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:27.000Z","modified_at":"2026-02-13T04:32:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11746461320628","imei1":"11746461320628","imei2":"11746461320628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184823,"job_number":"JOB_184823","tr_customer_id":184841,"tr_customer_product_id":184831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:28.000Z","modified_at":"2026-02-13T04:32:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14751946245680","imei1":"14751946245680","imei2":"14751946245680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184825,"job_number":"JOB_184825","tr_customer_id":184843,"tr_customer_product_id":184833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:29.000Z","modified_at":"2026-02-13T04:32:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15181968800294","imei1":"15181968800294","imei2":"15181968800294","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184827,"job_number":"JOB_184827","tr_customer_id":184845,"tr_customer_product_id":184835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:29.000Z","modified_at":"2026-02-13T04:32:29.000Z","name":"Anais Goodwin","mobile_number":"857-726-9454","email_id":"Vicenta41@hotmail.com","dop":"2025-04-06","serial_number":"10941510093804674","imei1":"10941510093804674","imei2":"10941510093804674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184828,"job_number":"JOB_184828","tr_customer_id":184846,"tr_customer_product_id":184836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:30.000Z","modified_at":"2026-02-13T04:32:30.000Z","name":"Moises Reilly","mobile_number":"327-508-0425","email_id":"Mathias17@hotmail.com","dop":"2025-04-06","serial_number":"16907470707647174","imei1":"16907470707647174","imei2":"16907470707647174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184829,"job_number":"JOB_184829","tr_customer_id":184847,"tr_customer_product_id":184837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:30.000Z","modified_at":"2026-02-13T04:32:30.000Z","name":"Dave Morar","mobile_number":"335-737-0291","email_id":"Kianna.Lemke@hotmail.com","dop":"2025-04-06","serial_number":"10061875780094298","imei1":"10061875780094298","imei2":"10061875780094298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184831,"job_number":"JOB_184831","tr_customer_id":184849,"tr_customer_product_id":184839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:35.000Z","modified_at":"2026-02-13T04:32:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16885820811388","imei1":"16885820811388","imei2":"16885820811388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184833,"job_number":"JOB_184833","tr_customer_id":184851,"tr_customer_product_id":184841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:37.000Z","modified_at":"2026-02-13T04:32:37.000Z","name":"Ike Olson","mobile_number":"209-624-0946","email_id":"Demario.Johns9@gmail.com","dop":"2025-04-06","serial_number":"11163613271311002","imei1":"11163613271311002","imei2":"11163613271311002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184834,"job_number":"JOB_184834","tr_customer_id":184852,"tr_customer_product_id":184842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:40.000Z","modified_at":"2026-02-13T04:32:40.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103839373012113","imei1":"103839373012113","imei2":"103839373012113","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184837,"job_number":"JOB_184837","tr_customer_id":184855,"tr_customer_product_id":184845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:41.000Z","modified_at":"2026-02-13T04:32:41.000Z","name":"Laurence Auer","mobile_number":"628-785-7103","email_id":"Wyatt65@gmail.com","dop":"2025-05-30","serial_number":"17438844729293","imei1":"17438844729293","imei2":"17438844729293","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184838,"job_number":"JOB_184838","tr_customer_id":184856,"tr_customer_product_id":184846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:43.000Z","modified_at":"2026-02-13T04:32:43.000Z","name":"Adelle Quitzon","mobile_number":"759-759-9630","email_id":"Ora.Tillman14@yahoo.com","dop":"2025-05-30","serial_number":"1158803483096461","imei1":"1158803483096461","imei2":"1158803483096461","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184843,"job_number":"JOB_184843","tr_customer_id":184861,"tr_customer_product_id":184851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:46.000Z","modified_at":"2026-02-13T04:32:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18138824993205","imei1":"18138824993205","imei2":"18138824993205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184847,"job_number":"JOB_184847","tr_customer_id":184865,"tr_customer_product_id":184855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Madonna Rice","mobile_number":"318-736-7320","email_id":"Loraine35@yahoo.com","dop":"2025-04-06","serial_number":"15914593914787224","imei1":"15914593914787224","imei2":"15914593914787224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184848,"job_number":"JOB_184848","tr_customer_id":184866,"tr_customer_product_id":184856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266889916053","imei1":"13266889916053","imei2":"13266889916053","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184852,"job_number":"JOB_184852","tr_customer_id":184870,"tr_customer_product_id":184860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:49.000Z","modified_at":"2026-02-13T04:32:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19976942669833","imei1":"19976942669833","imei2":"19976942669833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184854,"job_number":"JOB_184854","tr_customer_id":184872,"tr_customer_product_id":184862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:49.000Z","modified_at":"2026-02-13T04:32:49.000Z","name":"Kip McClure","mobile_number":"601-758-5082","email_id":"Wade86@yahoo.com","dop":"2025-04-06","serial_number":"16906516065963086","imei1":"16906516065963086","imei2":"16906516065963086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184855,"job_number":"JOB_184855","tr_customer_id":184873,"tr_customer_product_id":184863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"13025664092444","imei1":"13025664092444","imei2":"13025664092444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184858,"job_number":"JOB_184858","tr_customer_id":184876,"tr_customer_product_id":184866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14788361508606","imei1":"14788361508606","imei2":"14788361508606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184859,"job_number":"JOB_184859","tr_customer_id":184877,"tr_customer_product_id":184867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Liana Sawayn","mobile_number":"922-575-4431","email_id":"Troy.Hilpert58@yahoo.com","dop":"2025-04-06","serial_number":"12954736891126528","imei1":"12954736891126528","imei2":"12954736891126528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184861,"job_number":"JOB_184861","tr_customer_id":184879,"tr_customer_product_id":184869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:51.000Z","modified_at":"2026-02-13T04:32:51.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10255973750165","imei1":"10255973750165","imei2":"10255973750165","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184863,"job_number":"JOB_184863","tr_customer_id":184881,"tr_customer_product_id":184871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:51.000Z","modified_at":"2026-02-13T04:32:51.000Z","name":"Madalyn Rippin","mobile_number":"332-794-6066","email_id":"Winona74@hotmail.com","dop":"2025-04-06","serial_number":"18315716973164692","imei1":"18315716973164692","imei2":"18315716973164692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184864,"job_number":"JOB_184864","tr_customer_id":184882,"tr_customer_product_id":184872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:52.000Z","modified_at":"2026-02-13T04:32:52.000Z","name":"Emil O'Kon","mobile_number":"458-217-2996","email_id":"Lee.Muller@yahoo.com","dop":"2025-06-18","serial_number":"1037112497290336","imei1":"1037112497290336","imei2":"1037112497290336","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184865,"job_number":"JOB_184865","tr_customer_id":184883,"tr_customer_product_id":184873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:52.000Z","modified_at":"2026-02-13T04:32:52.000Z","name":"Howell Ward","mobile_number":"887-526-0738","email_id":"Flossie84@gmail.com","dop":"2025-04-06","serial_number":"12483511509549452","imei1":"12483511509549452","imei2":"12483511509549452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184866,"job_number":"JOB_184866","tr_customer_id":184884,"tr_customer_product_id":184874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:55.000Z","modified_at":"2026-02-13T04:32:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543582844205","imei1":"10543582844205","imei2":"10543582844205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184868,"job_number":"JOB_184868","tr_customer_id":184886,"tr_customer_product_id":184876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:56.000Z","modified_at":"2026-02-13T04:32:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13856789046031","imei1":"13856789046031","imei2":"13856789046031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184872,"job_number":"JOB_184872","tr_customer_id":184890,"tr_customer_product_id":184880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18633985421310","imei1":"18633985421310","imei2":"18633985421310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184873,"job_number":"JOB_184873","tr_customer_id":184891,"tr_customer_product_id":184881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"Maud Raynor","mobile_number":"652-444-4458","email_id":"Laurie.Okuneva66@gmail.com","dop":"2025-04-06","serial_number":"16522750312227010","imei1":"16522750312227010","imei2":"16522750312227010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184878,"job_number":"JOB_184878","tr_customer_id":184896,"tr_customer_product_id":184886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:58.000Z","modified_at":"2026-02-13T04:32:58.000Z","name":"Rupert Abshire","mobile_number":"806-632-2727","email_id":"Norbert.Barton31@gmail.com","dop":"2025-04-06","serial_number":"13777557704523480","imei1":"13777557704523480","imei2":"13777557704523480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184879,"job_number":"JOB_184879","tr_customer_id":184897,"tr_customer_product_id":184887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:59.000Z","modified_at":"2026-02-13T04:32:59.000Z","name":"Yazmin Durgan","mobile_number":"293-237-6434","email_id":"Macie.Ward@gmail.com","dop":"2025-04-06","serial_number":"13291629637831864","imei1":"13291629637831864","imei2":"13291629637831864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184880,"job_number":"JOB_184880","tr_customer_id":184898,"tr_customer_product_id":184888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:59.000Z","modified_at":"2026-02-13T04:32:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10105675661531","imei1":"10105675661531","imei2":"10105675661531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184883,"job_number":"JOB_184883","tr_customer_id":184901,"tr_customer_product_id":184891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"69650403554764","imei1":"69650403554764","imei2":"69650403554764","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184885,"job_number":"JOB_184885","tr_customer_id":184903,"tr_customer_product_id":184893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12887255120473","imei1":"12887255120473","imei2":"12887255120473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184886,"job_number":"JOB_184886","tr_customer_id":184904,"tr_customer_product_id":184894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Irma Nicolas","mobile_number":"651-470-2171","email_id":"Cullen_Skiles5@yahoo.com","dop":"2025-02-01","serial_number":"10857690098330","imei1":"10857690098330","imei2":"10857690098330","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184889,"job_number":"JOB_184889","tr_customer_id":184907,"tr_customer_product_id":184897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Blanche Kub","mobile_number":"788-808-4431","email_id":"Gonzalo.Reynolds7@yahoo.com","dop":"2025-04-06","serial_number":"17421630323630096","imei1":"17421630323630096","imei2":"17421630323630096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184892,"job_number":"JOB_184892","tr_customer_id":184910,"tr_customer_product_id":184900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:02.000Z","modified_at":"2026-02-13T04:33:02.000Z","name":"Alana Nicolas","mobile_number":"911-855-2594","email_id":"Cleta_Oberbrunner83@gmail.com","dop":"2025-04-06","serial_number":"19775828629683336","imei1":"19775828629683336","imei2":"19775828629683336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184894,"job_number":"JOB_184894","tr_customer_id":184912,"tr_customer_product_id":184902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:10.000Z","modified_at":"2026-02-13T04:33:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10141068668898","imei1":"10141068668898","imei2":"10141068668898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184895,"job_number":"JOB_184895","tr_customer_id":184914,"tr_customer_product_id":184903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:10.000Z","modified_at":"2026-02-13T04:33:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18161839990520","imei1":"18161839990520","imei2":"18161839990520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184898,"job_number":"JOB_184898","tr_customer_id":184916,"tr_customer_product_id":184906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:11.000Z","modified_at":"2026-02-13T04:33:11.000Z","name":"Carroll Schmitt","mobile_number":"526-809-1651","email_id":"Kale_Lynch@hotmail.com","dop":"2025-04-06","serial_number":"18835044688969764","imei1":"18835044688969764","imei2":"18835044688969764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184899,"job_number":"JOB_184899","tr_customer_id":184917,"tr_customer_product_id":184907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:12.000Z","modified_at":"2026-02-13T04:33:12.000Z","name":"Devan Gleichner","mobile_number":"233-445-5363","email_id":"Luisa_Schiller72@yahoo.com","dop":"2025-04-06","serial_number":"19155295751524684","imei1":"19155295751524684","imei2":"19155295751524684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184900,"job_number":"JOB_184900","tr_customer_id":184918,"tr_customer_product_id":184908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:12.000Z","modified_at":"2026-02-13T04:33:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19916938334941","imei1":"19916938334941","imei2":"19916938334941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184903,"job_number":"JOB_184903","tr_customer_id":184921,"tr_customer_product_id":184911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:13.000Z","modified_at":"2026-02-13T04:33:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18641138987680","imei1":"18641138987680","imei2":"18641138987680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184906,"job_number":"JOB_184906","tr_customer_id":184924,"tr_customer_product_id":184914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:14.000Z","modified_at":"2026-02-13T04:33:14.000Z","name":"Lucius Stanton","mobile_number":"967-582-2148","email_id":"Cortney_Beatty57@hotmail.com","dop":"2025-04-06","serial_number":"19460994138236544","imei1":"19460994138236544","imei2":"19460994138236544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184908,"job_number":"JOB_184908","tr_customer_id":184926,"tr_customer_product_id":184916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:15.000Z","modified_at":"2026-02-13T04:33:15.000Z","name":"Nelda Thiel","mobile_number":"475-417-5387","email_id":"Murl.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10765993447173898","imei1":"10765993447173898","imei2":"10765993447173898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184910,"job_number":"JOB_184910","tr_customer_id":184928,"tr_customer_product_id":184918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:26.000Z","modified_at":"2026-02-13T04:33:27.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105133196097383","imei1":"105133196097383","imei2":"105133196097383","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184919,"job_number":"JOB_184919","tr_customer_id":184937,"tr_customer_product_id":184927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:33.000Z","modified_at":"2026-02-13T04:33:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15576450528006","imei1":"15576450528006","imei2":"15576450528006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184921,"job_number":"JOB_184921","tr_customer_id":184939,"tr_customer_product_id":184929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:34.000Z","modified_at":"2026-02-13T04:33:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12333327879091","imei1":"12333327879091","imei2":"12333327879091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184923,"job_number":"JOB_184923","tr_customer_id":184941,"tr_customer_product_id":184931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:34.000Z","modified_at":"2026-02-13T04:33:34.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17603547738209","imei1":"17603547738209","imei2":"17603547738209","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184925,"job_number":"JOB_184925","tr_customer_id":184943,"tr_customer_product_id":184933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14158833745707","imei1":"14158833745707","imei2":"14158833745707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184926,"job_number":"JOB_184926","tr_customer_id":184944,"tr_customer_product_id":184934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"Gia Williamson","mobile_number":"292-917-8139","email_id":"Madyson_Toy@gmail.com","dop":"2025-04-06","serial_number":"11624058371521490","imei1":"11624058371521490","imei2":"11624058371521490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184928,"job_number":"JOB_184928","tr_customer_id":184946,"tr_customer_product_id":184936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10213288761447","imei1":"10213288761447","imei2":"10213288761447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184929,"job_number":"JOB_184929","tr_customer_id":184947,"tr_customer_product_id":184937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Celia Conroy","mobile_number":"958-503-3557","email_id":"Reese93@yahoo.com","dop":"2025-04-06","serial_number":"11946399746261928","imei1":"11946399746261928","imei2":"11946399746261928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184931,"job_number":"JOB_184931","tr_customer_id":184949,"tr_customer_product_id":184939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Melvin Bergnaum","mobile_number":"694-656-6180","email_id":"Thurman.Bosco@hotmail.com","dop":"2025-04-06","serial_number":"19235801616402644","imei1":"19235801616402644","imei2":"19235801616402644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184932,"job_number":"JOB_184932","tr_customer_id":184950,"tr_customer_product_id":184940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Amparo Botsford","mobile_number":"991-511-6454","email_id":"Christa_Witting24@yahoo.com","dop":"2025-04-06","serial_number":"13742674496351116","imei1":"13742674496351116","imei2":"13742674496351116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184933,"job_number":"JOB_184933","tr_customer_id":184951,"tr_customer_product_id":184941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:37.000Z","modified_at":"2026-02-13T04:33:37.000Z","name":"Bettye Jacobs","mobile_number":"506-649-2706","email_id":"Vicky_Miller@gmail.com","dop":"2025-04-06","serial_number":"12863487584814662","imei1":"12863487584814662","imei2":"12863487584814662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184934,"job_number":"JOB_184934","tr_customer_id":184952,"tr_customer_product_id":184942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:40.000Z","modified_at":"2026-02-13T04:33:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14945735044678","imei1":"14945735044678","imei2":"14945735044678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184936,"job_number":"JOB_184936","tr_customer_id":184954,"tr_customer_product_id":184944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:40.000Z","modified_at":"2026-02-13T04:33:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13783431363546","imei1":"13783431363546","imei2":"13783431363546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184938,"job_number":"JOB_184938","tr_customer_id":184956,"tr_customer_product_id":184946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:41.000Z","modified_at":"2026-02-13T04:33:41.000Z","name":"Peyton Fritsch","mobile_number":"963-473-4302","email_id":"Jaiden19@hotmail.com","dop":"2025-04-06","serial_number":"18207474479499840","imei1":"18207474479499840","imei2":"18207474479499840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184939,"job_number":"JOB_184939","tr_customer_id":184957,"tr_customer_product_id":184947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:42.000Z","modified_at":"2026-02-13T04:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16403944825265","imei1":"16403944825265","imei2":"16403944825265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184940,"job_number":"JOB_184940","tr_customer_id":184958,"tr_customer_product_id":184948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:42.000Z","modified_at":"2026-02-13T04:33:42.000Z","name":"Elenor Rath","mobile_number":"751-841-5277","email_id":"Green69@yahoo.com","dop":"2025-04-06","serial_number":"13359334652480464","imei1":"13359334652480464","imei2":"13359334652480464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184942,"job_number":"JOB_184942","tr_customer_id":184960,"tr_customer_product_id":184950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:43.000Z","modified_at":"2026-02-13T04:33:43.000Z","name":"Blake Morissette","mobile_number":"960-756-8656","email_id":"Lyric.Renner@gmail.com","dop":"2025-04-06","serial_number":"11411277792416768","imei1":"11411277792416768","imei2":"11411277792416768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184943,"job_number":"JOB_184943","tr_customer_id":184961,"tr_customer_product_id":184951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:45.000Z","modified_at":"2026-02-13T04:33:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18216018555174","imei1":"18216018555174","imei2":"18216018555174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184945,"job_number":"JOB_184945","tr_customer_id":184963,"tr_customer_product_id":184953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:47.000Z","modified_at":"2026-02-13T04:33:47.000Z","name":"Edwin Parisian","mobile_number":"655-693-6492","email_id":"Elijah97@hotmail.com","dop":"2025-04-06","serial_number":"15779962730714968","imei1":"15779962730714968","imei2":"15779962730714968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184946,"job_number":"JOB_184946","tr_customer_id":184964,"tr_customer_product_id":184954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:52.000Z","modified_at":"2026-02-13T04:33:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18071861061778","imei1":"18071861061778","imei2":"18071861061778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184948,"job_number":"JOB_184948","tr_customer_id":184966,"tr_customer_product_id":184956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:54.000Z","modified_at":"2026-02-13T04:33:54.000Z","name":"Kyler Effertz","mobile_number":"766-297-7383","email_id":"Annetta37@hotmail.com","dop":"2025-04-06","serial_number":"11197127299671092","imei1":"11197127299671092","imei2":"11197127299671092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184949,"job_number":"JOB_184949","tr_customer_id":184967,"tr_customer_product_id":184957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:55.000Z","modified_at":"2026-02-13T04:33:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10592895138651","imei1":"10592895138651","imei2":"10592895138651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184951,"job_number":"JOB_184951","tr_customer_id":184969,"tr_customer_product_id":184959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:57.000Z","modified_at":"2026-02-13T04:33:57.000Z","name":"Antonietta Hand","mobile_number":"884-273-7025","email_id":"Marjolaine_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"15976881745831604","imei1":"15976881745831604","imei2":"15976881745831604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184952,"job_number":"JOB_184952","tr_customer_id":184970,"tr_customer_product_id":184960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:59.000Z","modified_at":"2026-02-13T04:33:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15107957700791","imei1":"15107957700791","imei2":"15107957700791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184954,"job_number":"JOB_184954","tr_customer_id":184972,"tr_customer_product_id":184962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:01.000Z","modified_at":"2026-02-13T04:34:01.000Z","name":"Cynthia Veum","mobile_number":"939-666-4325","email_id":"Koby19@gmail.com","dop":"2025-04-06","serial_number":"17063358656404980","imei1":"17063358656404980","imei2":"17063358656404980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184958,"job_number":"JOB_184958","tr_customer_id":184976,"tr_customer_product_id":184966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:13.000Z","modified_at":"2026-02-13T04:34:13.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"105702571277978","imei1":"105702571277978","imei2":"105702571277978","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184960,"job_number":"JOB_184960","tr_customer_id":184978,"tr_customer_product_id":184968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:20.000Z","modified_at":"2026-02-13T04:34:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18662477966972","imei1":"18662477966972","imei2":"18662477966972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184962,"job_number":"JOB_184962","tr_customer_id":184980,"tr_customer_product_id":184970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:20.000Z","modified_at":"2026-02-13T04:34:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13195012702133","imei1":"13195012702133","imei2":"13195012702133","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184964,"job_number":"JOB_184964","tr_customer_id":184982,"tr_customer_product_id":184972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10179872093356","imei1":"10179872093356","imei2":"10179872093356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184965,"job_number":"JOB_184965","tr_customer_id":184983,"tr_customer_product_id":184973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15754572040100","imei1":"15754572040100","imei2":"15754572040100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184968,"job_number":"JOB_184968","tr_customer_id":184986,"tr_customer_product_id":184976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"Alejandra Haag","mobile_number":"754-593-6117","email_id":"Ignacio.Rice@gmail.com","dop":"2025-04-06","serial_number":"16369200565531792","imei1":"16369200565531792","imei2":"16369200565531792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184969,"job_number":"JOB_184969","tr_customer_id":184987,"tr_customer_product_id":184977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:22.000Z","modified_at":"2026-02-13T04:34:22.000Z","name":"Jerome Pagac","mobile_number":"622-569-4012","email_id":"Rocky_Wolf89@hotmail.com","dop":"2025-04-06","serial_number":"17355157432883896","imei1":"17355157432883896","imei2":"17355157432883896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184970,"job_number":"JOB_184970","tr_customer_id":184988,"tr_customer_product_id":184978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:23.000Z","modified_at":"2026-02-13T04:34:23.000Z","name":"Leann Farrell","mobile_number":"414-758-3048","email_id":"Daniella.Schaefer@gmail.com","dop":"2025-04-06","serial_number":"17019778533183598","imei1":"17019778533183598","imei2":"17019778533183598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184971,"job_number":"JOB_184971","tr_customer_id":184989,"tr_customer_product_id":184979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:23.000Z","modified_at":"2026-02-13T04:34:23.000Z","name":"Fatima White","mobile_number":"369-320-4620","email_id":"Osborne15@yahoo.com","dop":"2025-04-06","serial_number":"11624349619302080","imei1":"11624349619302080","imei2":"11624349619302080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184972,"job_number":"JOB_184972","tr_customer_id":184990,"tr_customer_product_id":184980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:24.000Z","modified_at":"2026-02-13T04:34:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13135856843322","imei1":"13135856843322","imei2":"13135856843322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184973,"job_number":"JOB_184973","tr_customer_id":184991,"tr_customer_product_id":184981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:24.000Z","modified_at":"2026-02-13T04:34:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12581910462802","imei1":"12581910462802","imei2":"12581910462802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184976,"job_number":"JOB_184976","tr_customer_id":184994,"tr_customer_product_id":184984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:25.000Z","modified_at":"2026-02-13T04:34:25.000Z","name":"Samantha Beatty","mobile_number":"451-310-5245","email_id":"Russ.Waters@yahoo.com","dop":"2025-04-06","serial_number":"13904671283308778","imei1":"13904671283308778","imei2":"13904671283308778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184977,"job_number":"JOB_184977","tr_customer_id":184995,"tr_customer_product_id":184985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:25.000Z","modified_at":"2026-02-13T04:34:25.000Z","name":"Santino Frami","mobile_number":"549-457-1918","email_id":"Libbie84@yahoo.com","dop":"2025-04-06","serial_number":"13639324322783218","imei1":"13639324322783218","imei2":"13639324322783218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184978,"job_number":"JOB_184978","tr_customer_id":184996,"tr_customer_product_id":184986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:28.000Z","modified_at":"2026-02-13T04:34:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12344310594993","imei1":"12344310594993","imei2":"12344310594993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184980,"job_number":"JOB_184980","tr_customer_id":184998,"tr_customer_product_id":184988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:30.000Z","modified_at":"2026-02-13T04:34:30.000Z","name":"Evalyn Prosacco","mobile_number":"233-917-3998","email_id":"Judson_Lockman10@gmail.com","dop":"2025-04-06","serial_number":"18467753147055456","imei1":"18467753147055456","imei2":"18467753147055456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184984,"job_number":"JOB_184984","tr_customer_id":185002,"tr_customer_product_id":184992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:46:35.000Z","modified_at":"2026-02-13T04:46:35.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-03","serial_number":"90183914317991","imei1":"90183914317958","imei2":"70183914317959","popurl":"2026-02-03T04:46:33.382086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:46:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184985,"job_number":"JOB_184985","tr_customer_id":185003,"tr_customer_product_id":184993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:18.000Z","modified_at":"2026-02-13T04:48:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31414351227982","imei1":"31414351227982","imei2":"31414351227982","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184986,"job_number":"JOB_184986","tr_customer_id":185004,"tr_customer_product_id":184994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:18.000Z","modified_at":"2026-02-13T04:48:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99519519276032","imei1":"99519519276032","imei2":"99519519276032","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184987,"job_number":"JOB_184987","tr_customer_id":185005,"tr_customer_product_id":184995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:18.000Z","modified_at":"2026-02-13T04:48:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93001709882862","imei1":"93001709882862","imei2":"93001709882862","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184988,"job_number":"JOB_184988","tr_customer_id":185006,"tr_customer_product_id":184996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:19.000Z","modified_at":"2026-02-13T04:48:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54465325257834","imei1":"54465325257834","imei2":"54465325257834","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184989,"job_number":"JOB_184989","tr_customer_id":185007,"tr_customer_product_id":184997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:19.000Z","modified_at":"2026-02-13T04:48:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40351433151614","imei1":"40351433151614","imei2":"40351433151614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184990,"job_number":"JOB_184990","tr_customer_id":185008,"tr_customer_product_id":184998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:19.000Z","modified_at":"2026-02-13T04:48:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42760069209746","imei1":"42760069209746","imei2":"42760069209746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184992,"job_number":"JOB_184992","tr_customer_id":185010,"tr_customer_product_id":185000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:49.000Z","modified_at":"2026-02-13T04:48:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32633660838694","imei1":"32633660838694","imei2":"32633660838694","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184993,"job_number":"JOB_184993","tr_customer_id":185011,"tr_customer_product_id":185001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:49.000Z","modified_at":"2026-02-13T04:48:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82393117259331","imei1":"82393117259331","imei2":"82393117259331","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184994,"job_number":"JOB_184994","tr_customer_id":185012,"tr_customer_product_id":185002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88284758483640","imei1":"88284758483640","imei2":"88284758483640","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184995,"job_number":"JOB_184995","tr_customer_id":185013,"tr_customer_product_id":185003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20063689660533","imei1":"20063689660533","imei2":"20063689660533","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184996,"job_number":"JOB_184996","tr_customer_id":185014,"tr_customer_product_id":185004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18539884450284","imei1":"18539884450284","imei2":"18539884450284","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184997,"job_number":"JOB_184997","tr_customer_id":185015,"tr_customer_product_id":185005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62069130536087","imei1":"62069130536087","imei2":"62069130536087","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184999,"job_number":"JOB_184999","tr_customer_id":185017,"tr_customer_product_id":185007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:20.000Z","modified_at":"2026-02-13T04:49:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59563037487896","imei1":"59563037487896","imei2":"59563037487896","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185000,"job_number":"JOB_185000","tr_customer_id":185018,"tr_customer_product_id":185008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:20.000Z","modified_at":"2026-02-13T04:49:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78366881819550","imei1":"78366881819550","imei2":"78366881819550","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185001,"job_number":"JOB_185001","tr_customer_id":185019,"tr_customer_product_id":185009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:20.000Z","modified_at":"2026-02-13T04:49:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31299841082890","imei1":"31299841082890","imei2":"31299841082890","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185002,"job_number":"JOB_185002","tr_customer_id":185020,"tr_customer_product_id":185010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51467458408910","imei1":"51467458408910","imei2":"51467458408910","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185003,"job_number":"JOB_185003","tr_customer_id":185021,"tr_customer_product_id":185011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55150830373143","imei1":"55150830373143","imei2":"55150830373143","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185004,"job_number":"JOB_185004","tr_customer_id":185022,"tr_customer_product_id":185012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43870981167272","imei1":"43870981167272","imei2":"43870981167272","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185006,"job_number":"JOB_185006","tr_customer_id":185024,"tr_customer_product_id":185014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:02:55.000Z","modified_at":"2026-02-13T05:02:55.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-02-03","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-02-03T05:02:55.276028560Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185011,"job_number":"JOB_185011","tr_customer_id":185029,"tr_customer_product_id":185019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:19:10.000Z","modified_at":"2026-02-13T05:19:10.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-03","serial_number":"77838251391752","imei1":"77838251391752","imei2":"77838251391752","popurl":"2026-02-03T05:19:10.497473456Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185012,"job_number":"JOB_185012","tr_customer_id":185030,"tr_customer_product_id":185020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:19:12.000Z","modified_at":"2026-02-13T05:19:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-03","serial_number":"26257654173932","imei1":"26257654173932","imei2":"26257654173932","popurl":"2026-02-03T05:19:11.879978305Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:19:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185013,"job_number":"JOB_185013","tr_customer_id":185031,"tr_customer_product_id":185021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:23:42.000Z","modified_at":"2026-02-13T05:23:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105655312431810","imei1":"105655312431810","imei2":"105655312431810","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185015,"job_number":"JOB_185015","tr_customer_id":185033,"tr_customer_product_id":185023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:23:54.000Z","modified_at":"2026-02-13T05:23:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100747457128076","imei1":"100747457128076","imei2":"100747457128076","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:23:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185018,"job_number":"JOB_185018","tr_customer_id":185036,"tr_customer_product_id":185026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:42:42.000Z","modified_at":"2026-02-13T05:42:42.000Z","name":"Tanya Ratke","mobile_number":"617-264-1533","email_id":"Zaria.Leffler@yahoo.com","dop":"2025-04-06","serial_number":"18718121655622796","imei1":"18718121655622796","imei2":"18718121655622796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185020,"job_number":"JOB_185020","tr_customer_id":185038,"tr_customer_product_id":185028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:42:59.000Z","modified_at":"2026-02-13T05:42:59.000Z","name":"Vesta Macejkovic","mobile_number":"982-448-1729","email_id":"Zaria52@hotmail.com","dop":"2025-04-06","serial_number":"10421857479437854","imei1":"10421857479437854","imei2":"10421857479437854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185021,"job_number":"JOB_185021","tr_customer_id":185039,"tr_customer_product_id":185029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:59:08.000Z","modified_at":"2026-02-13T05:59:08.000Z","name":"Mayur Jain","mobile_number":"7007347940","email_id":"mayurjain3439@gmail.com","dop":"2025-10-22","serial_number":"436376797961236","imei1":"436376797961236","imei2":"436376797961236","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185035,"job_number":"JOB_185035","tr_customer_id":185053,"tr_customer_product_id":185043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:46.000Z","modified_at":"2026-02-13T06:45:46.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"105161057269174","imei1":"105161057269174","imei2":"105161057269174","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185037,"job_number":"JOB_185037","tr_customer_id":185055,"tr_customer_product_id":185045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:46:30.000Z","modified_at":"2026-02-13T06:46:30.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"104375150766698","imei1":"104375150766698","imei2":"104375150766698","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185039,"job_number":"JOB_185039","tr_customer_id":185057,"tr_customer_product_id":185047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:47:14.000Z","modified_at":"2026-02-13T06:47:14.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103833803498194","imei1":"103833803498194","imei2":"103833803498194","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185042,"job_number":"JOB_185042","tr_customer_id":185060,"tr_customer_product_id":185050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:56.000Z","modified_at":"2026-02-13T06:48:56.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10206717760165","imei1":"10206717760165","imei2":"10206717760165","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185044,"job_number":"JOB_185044","tr_customer_id":185062,"tr_customer_product_id":185052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:57.000Z","modified_at":"2026-02-13T06:48:57.000Z","name":"Hobart Schaefer","mobile_number":"695-547-3664","email_id":"Alfonzo.Stoltenberg@hotmail.com","dop":"2025-06-18","serial_number":"1001326319905544","imei1":"1001326319905544","imei2":"1001326319905544","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185046,"job_number":"JOB_185046","tr_customer_id":185064,"tr_customer_product_id":185054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:59.000Z","modified_at":"2026-02-13T06:48:59.000Z","name":"Stuart Homenick","mobile_number":"616-929-3656","email_id":"Alvera.Bechtelar57@yahoo.com","dop":"2025-04-06","serial_number":"14550561017110584","imei1":"14550561017110584","imei2":"14550561017110584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185047,"job_number":"JOB_185047","tr_customer_id":185065,"tr_customer_product_id":185055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:49:39.000Z","modified_at":"2026-02-13T06:49:39.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10617100522457","imei1":"10617100522457","imei2":"10617100522457","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185049,"job_number":"JOB_185049","tr_customer_id":185067,"tr_customer_product_id":185057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:49:40.000Z","modified_at":"2026-02-13T06:49:40.000Z","name":"Leland Pacocha","mobile_number":"462-246-4295","email_id":"Carlie.Stokes@hotmail.com","dop":"2025-06-18","serial_number":"1042988279316201","imei1":"1042988279316201","imei2":"1042988279316201","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185050,"job_number":"JOB_185050","tr_customer_id":185068,"tr_customer_product_id":185058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:50:33.000Z","modified_at":"2026-02-13T06:50:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12378462000014","imei1":"12378462000014","imei2":"12378462000014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185052,"job_number":"JOB_185052","tr_customer_id":185070,"tr_customer_product_id":185060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:50:34.000Z","modified_at":"2026-02-13T06:50:34.000Z","name":"Mafalda Quigley","mobile_number":"971-634-5026","email_id":"Boris.Nicolas16@hotmail.com","dop":"2025-04-06","serial_number":"11130420261717226","imei1":"11130420261717226","imei2":"11130420261717226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185053,"job_number":"JOB_185053","tr_customer_id":185071,"tr_customer_product_id":185061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:51:18.000Z","modified_at":"2026-02-13T06:51:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17912510495209","imei1":"17912510495209","imei2":"17912510495209","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185055,"job_number":"JOB_185055","tr_customer_id":185073,"tr_customer_product_id":185063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:51:20.000Z","modified_at":"2026-02-13T06:51:20.000Z","name":"Jaylin Hand","mobile_number":"478-842-1283","email_id":"Ubaldo72@yahoo.com","dop":"2025-04-06","serial_number":"13867037339021140","imei1":"13867037339021140","imei2":"13867037339021140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185056,"job_number":"JOB_185056","tr_customer_id":185074,"tr_customer_product_id":185064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:52:03.000Z","modified_at":"2026-02-13T06:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17115647181583","imei1":"17115647181583","imei2":"17115647181583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185058,"job_number":"JOB_185058","tr_customer_id":185076,"tr_customer_product_id":185066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:52:04.000Z","modified_at":"2026-02-13T06:52:04.000Z","name":"Antoinette Morissette","mobile_number":"656-599-6327","email_id":"Jackeline38@yahoo.com","dop":"2025-04-06","serial_number":"14806393732490600","imei1":"14806393732490600","imei2":"14806393732490600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185059,"job_number":"JOB_185059","tr_customer_id":185077,"tr_customer_product_id":185067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:15.000Z","modified_at":"2026-02-13T06:53:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17175847381192","imei1":"17175847381192","imei2":"17175847381192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185061,"job_number":"JOB_185061","tr_customer_id":185079,"tr_customer_product_id":185069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:17.000Z","modified_at":"2026-02-13T06:53:17.000Z","name":"Ephraim Stiedemann","mobile_number":"832-736-2210","email_id":"Edmund44@yahoo.com","dop":"2025-04-06","serial_number":"15256549469649500","imei1":"15256549469649500","imei2":"15256549469649500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185062,"job_number":"JOB_185062","tr_customer_id":185080,"tr_customer_product_id":185070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:59.000Z","modified_at":"2026-02-13T06:53:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17041101089180","imei1":"17041101089180","imei2":"17041101089180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:53:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185064,"job_number":"JOB_185064","tr_customer_id":185082,"tr_customer_product_id":185072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:01.000Z","modified_at":"2026-02-13T06:54:01.000Z","name":"Glennie Pacocha","mobile_number":"392-720-1504","email_id":"Elinore30@hotmail.com","dop":"2025-04-06","serial_number":"14416614128242424","imei1":"14416614128242424","imei2":"14416614128242424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:54:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185065,"job_number":"JOB_185065","tr_customer_id":185083,"tr_customer_product_id":185073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:42.000Z","modified_at":"2026-02-13T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15157877974858","imei1":"15157877974858","imei2":"15157877974858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185067,"job_number":"JOB_185067","tr_customer_id":185085,"tr_customer_product_id":185075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:44.000Z","modified_at":"2026-02-13T06:54:44.000Z","name":"Oswaldo Hettinger","mobile_number":"308-844-6602","email_id":"Madeline.Witting@gmail.com","dop":"2025-04-06","serial_number":"14189857709670706","imei1":"14189857709670706","imei2":"14189857709670706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185071,"job_number":"JOB_185071","tr_customer_id":185089,"tr_customer_product_id":185079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:45.000Z","modified_at":"2026-02-13T06:55:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12573178697081","imei1":"12573178697081","imei2":"12573178697081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185073,"job_number":"JOB_185073","tr_customer_id":185091,"tr_customer_product_id":185081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:47.000Z","modified_at":"2026-02-13T06:55:47.000Z","name":"Saul Bruen","mobile_number":"528-855-3888","email_id":"Kiara.Stoltenberg@gmail.com","dop":"2025-04-06","serial_number":"17022851026120392","imei1":"17022851026120392","imei2":"17022851026120392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185074,"job_number":"JOB_185074","tr_customer_id":185092,"tr_customer_product_id":185082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:56:28.000Z","modified_at":"2026-02-13T06:56:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15735404948306","imei1":"15735404948306","imei2":"15735404948306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185076,"job_number":"JOB_185076","tr_customer_id":185094,"tr_customer_product_id":185084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:56:30.000Z","modified_at":"2026-02-13T06:56:30.000Z","name":"Lon Langworth","mobile_number":"314-549-9354","email_id":"Tamia98@hotmail.com","dop":"2025-04-06","serial_number":"16352332962746064","imei1":"16352332962746064","imei2":"16352332962746064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185077,"job_number":"JOB_185077","tr_customer_id":185095,"tr_customer_product_id":185085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:57:11.000Z","modified_at":"2026-02-13T06:57:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13009419397042","imei1":"13009419397042","imei2":"13009419397042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185079,"job_number":"JOB_185079","tr_customer_id":185097,"tr_customer_product_id":185087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:57:13.000Z","modified_at":"2026-02-13T06:57:13.000Z","name":"Judge Roob","mobile_number":"813-508-9757","email_id":"Lulu_Brakus@yahoo.com","dop":"2025-04-06","serial_number":"15952441852821456","imei1":"15952441852821456","imei2":"15952441852821456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185080,"job_number":"JOB_185080","tr_customer_id":185098,"tr_customer_product_id":185088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:11.000Z","modified_at":"2026-02-13T06:58:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13967577486697","imei1":"13967577486697","imei2":"13967577486697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185082,"job_number":"JOB_185082","tr_customer_id":185100,"tr_customer_product_id":185090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:13.000Z","modified_at":"2026-02-13T06:58:13.000Z","name":"Marcella Sanford","mobile_number":"261-792-6407","email_id":"Flossie86@gmail.com","dop":"2025-04-06","serial_number":"11363408950843910","imei1":"11363408950843910","imei2":"11363408950843910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185084,"job_number":"JOB_185084","tr_customer_id":185102,"tr_customer_product_id":185092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:38.000Z","modified_at":"2026-02-13T06:58:38.000Z","name":"Clint Kerluke","mobile_number":"857-366-5784","email_id":"Vince_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13881731181736584","imei1":"13881731181736584","imei2":"13881731181736584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185085,"job_number":"JOB_185085","tr_customer_id":185103,"tr_customer_product_id":185093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:55.000Z","modified_at":"2026-02-13T06:58:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18571955876104","imei1":"18571955876104","imei2":"18571955876104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185087,"job_number":"JOB_185087","tr_customer_id":185105,"tr_customer_product_id":185095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:56.000Z","modified_at":"2026-02-13T06:58:56.000Z","name":"Zena Kerluke","mobile_number":"768-863-9109","email_id":"Marcella_Cormier95@gmail.com","dop":"2025-04-06","serial_number":"11828159268764138","imei1":"11828159268764138","imei2":"11828159268764138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185088,"job_number":"JOB_185088","tr_customer_id":185106,"tr_customer_product_id":185096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:30.000Z","modified_at":"2026-02-13T06:59:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18150444296890","imei1":"18150444296890","imei2":"18150444296890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185090,"job_number":"JOB_185090","tr_customer_id":185108,"tr_customer_product_id":185098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:32.000Z","modified_at":"2026-02-13T06:59:32.000Z","name":"Clara Lang","mobile_number":"224-989-8630","email_id":"Bartholome_Trantow@hotmail.com","dop":"2025-04-06","serial_number":"18391272930689690","imei1":"18391272930689690","imei2":"18391272930689690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185094,"job_number":"JOB_185094","tr_customer_id":185112,"tr_customer_product_id":185102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:38.000Z","modified_at":"2026-02-13T06:59:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19731833314031","imei1":"19731833314031","imei2":"19731833314031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185096,"job_number":"JOB_185096","tr_customer_id":185114,"tr_customer_product_id":185104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:40.000Z","modified_at":"2026-02-13T06:59:40.000Z","name":"Murray Stark","mobile_number":"772-616-7233","email_id":"Nayeli.Schmeler97@gmail.com","dop":"2025-04-06","serial_number":"11452763914613866","imei1":"11452763914613866","imei2":"11452763914613866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185097,"job_number":"JOB_185097","tr_customer_id":185115,"tr_customer_product_id":185105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:41.000Z","modified_at":"2026-02-13T06:59:41.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16214750016478","imei1":"16214750016478","imei2":"16214750016478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185099,"job_number":"JOB_185099","tr_customer_id":185117,"tr_customer_product_id":185107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:43.000Z","modified_at":"2026-02-13T06:59:43.000Z","name":"Kobe Hackett","mobile_number":"252-446-7501","email_id":"Demetrius_Christiansen61@gmail.com","dop":"2025-04-06","serial_number":"16203173252420628","imei1":"16203173252420628","imei2":"16203173252420628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185100,"job_number":"JOB_185100","tr_customer_id":185118,"tr_customer_product_id":185108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:57.000Z","modified_at":"2026-02-13T06:59:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13755964169306","imei1":"13755964169306","imei2":"13755964169306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185102,"job_number":"JOB_185102","tr_customer_id":185120,"tr_customer_product_id":185110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:59.000Z","modified_at":"2026-02-13T06:59:59.000Z","name":"Norberto Hyatt","mobile_number":"736-339-8154","email_id":"Kellie.Stokes27@gmail.com","dop":"2025-04-06","serial_number":"16508947182466240","imei1":"16508947182466240","imei2":"16508947182466240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185103,"job_number":"JOB_185103","tr_customer_id":185121,"tr_customer_product_id":185111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:17.000Z","modified_at":"2026-02-13T07:00:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14149034899945","imei1":"14149034899945","imei2":"14149034899945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185105,"job_number":"JOB_185105","tr_customer_id":185123,"tr_customer_product_id":185113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:18.000Z","modified_at":"2026-02-13T07:00:18.000Z","name":"Marge Wintheiser","mobile_number":"695-282-2672","email_id":"Ophelia.DuBuque32@yahoo.com","dop":"2025-04-06","serial_number":"14088389290462730","imei1":"14088389290462730","imei2":"14088389290462730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185109,"job_number":"JOB_185109","tr_customer_id":185127,"tr_customer_product_id":185117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:27.000Z","modified_at":"2026-02-13T07:00:27.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"15565502864916","imei1":"15565502864916","imei2":"15565502864916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185111,"job_number":"JOB_185111","tr_customer_id":185129,"tr_customer_product_id":185119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:29.000Z","modified_at":"2026-02-13T07:00:29.000Z","name":"Shane Zieme","mobile_number":"587-293-4019","email_id":"Braeden77@hotmail.com","dop":"2025-04-06","serial_number":"18058428031786176","imei1":"18058428031786176","imei2":"18058428031786176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185112,"job_number":"JOB_185112","tr_customer_id":185130,"tr_customer_product_id":185120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:44.000Z","modified_at":"2026-02-13T07:00:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15682265643787","imei1":"15682265643787","imei2":"15682265643787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185114,"job_number":"JOB_185114","tr_customer_id":185132,"tr_customer_product_id":185122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:45.000Z","modified_at":"2026-02-13T07:00:45.000Z","name":"Misty Volkman","mobile_number":"905-346-5763","email_id":"Elaina.Mayert37@gmail.com","dop":"2025-04-06","serial_number":"19403613462714016","imei1":"19403613462714016","imei2":"19403613462714016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185115,"job_number":"JOB_185115","tr_customer_id":185133,"tr_customer_product_id":185123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:03.000Z","modified_at":"2026-02-13T07:01:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18801774415797","imei1":"18801774415797","imei2":"18801774415797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185117,"job_number":"JOB_185117","tr_customer_id":185135,"tr_customer_product_id":185125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:05.000Z","modified_at":"2026-02-13T07:01:05.000Z","name":"Tristian Goldner","mobile_number":"270-377-2891","email_id":"Patricia_Huels@gmail.com","dop":"2025-04-06","serial_number":"15887662136994300","imei1":"15887662136994300","imei2":"15887662136994300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185121,"job_number":"JOB_185121","tr_customer_id":185139,"tr_customer_product_id":185129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:12.000Z","modified_at":"2026-02-13T07:01:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"11047304645199","imei1":"11047304645199","imei2":"11047304645199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185123,"job_number":"JOB_185123","tr_customer_id":185141,"tr_customer_product_id":185131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:14.000Z","modified_at":"2026-02-13T07:01:14.000Z","name":"Tobin Heidenreich","mobile_number":"822-259-6768","email_id":"Gerry19@gmail.com","dop":"2025-04-06","serial_number":"13135867585088606","imei1":"13135867585088606","imei2":"13135867585088606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185124,"job_number":"JOB_185124","tr_customer_id":185142,"tr_customer_product_id":185132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:29.000Z","modified_at":"2026-02-13T07:01:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18338528558162","imei1":"18338528558162","imei2":"18338528558162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185126,"job_number":"JOB_185126","tr_customer_id":185144,"tr_customer_product_id":185134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:31.000Z","modified_at":"2026-02-13T07:01:31.000Z","name":"Clay Corkery","mobile_number":"619-323-0977","email_id":"Adah.Senger@gmail.com","dop":"2025-04-06","serial_number":"14540623734477760","imei1":"14540623734477760","imei2":"14540623734477760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185130,"job_number":"JOB_185130","tr_customer_id":185148,"tr_customer_product_id":185138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:04:37.000Z","modified_at":"2026-02-13T07:04:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18593871014514","imei1":"18593871014514","imei2":"18593871014514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185132,"job_number":"JOB_185132","tr_customer_id":185150,"tr_customer_product_id":185140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:04:38.000Z","modified_at":"2026-02-13T07:04:39.000Z","name":"Lucy Cremin","mobile_number":"860-738-9048","email_id":"Josie.Doyle@gmail.com","dop":"2025-04-06","serial_number":"15533591573443500","imei1":"15533591573443500","imei2":"15533591573443500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185133,"job_number":"JOB_185133","tr_customer_id":185151,"tr_customer_product_id":185141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:22.000Z","modified_at":"2026-02-13T07:05:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15449517066637","imei1":"15449517066637","imei2":"15449517066637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185135,"job_number":"JOB_185135","tr_customer_id":185153,"tr_customer_product_id":185143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:24.000Z","modified_at":"2026-02-13T07:05:24.000Z","name":"Abbie Walter","mobile_number":"817-693-4169","email_id":"Grant_Wyman4@hotmail.com","dop":"2025-04-06","serial_number":"10321053938040990","imei1":"10321053938040990","imei2":"10321053938040990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185137,"job_number":"JOB_185137","tr_customer_id":185155,"tr_customer_product_id":185145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:49.000Z","modified_at":"2026-02-13T07:05:49.000Z","name":"Kaley Cummerata","mobile_number":"305-869-0499","email_id":"Nat_Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"11714355086479910","imei1":"11714355086479910","imei2":"11714355086479910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185139,"job_number":"JOB_185139","tr_customer_id":185157,"tr_customer_product_id":185147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:54.000Z","modified_at":"2026-02-13T07:05:54.000Z","name":"Shana Rogahn","mobile_number":"557-880-8510","email_id":"Nyasia.Konopelski44@yahoo.com","dop":"2025-04-06","serial_number":"14667094685333124","imei1":"14667094685333124","imei2":"14667094685333124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185140,"job_number":"JOB_185140","tr_customer_id":185158,"tr_customer_product_id":185148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:57.000Z","modified_at":"2026-02-13T07:05:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14001557812681","imei1":"14001557812681","imei2":"14001557812681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185142,"job_number":"JOB_185142","tr_customer_id":185160,"tr_customer_product_id":185150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:59.000Z","modified_at":"2026-02-13T07:05:59.000Z","name":"Ken O'Hara","mobile_number":"953-306-3336","email_id":"Arnaldo.Senger55@hotmail.com","dop":"2025-04-06","serial_number":"14894573599033300","imei1":"14894573599033300","imei2":"14894573599033300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185143,"job_number":"JOB_185143","tr_customer_id":185161,"tr_customer_product_id":185151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:07.000Z","modified_at":"2026-02-13T07:06:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16566317394233","imei1":"16566317394233","imei2":"16566317394233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185145,"job_number":"JOB_185145","tr_customer_id":185163,"tr_customer_product_id":185153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:09.000Z","modified_at":"2026-02-13T07:06:09.000Z","name":"Madelynn Larkin","mobile_number":"622-793-8354","email_id":"Janessa_Tromp@hotmail.com","dop":"2025-04-06","serial_number":"10257437064903650","imei1":"10257437064903650","imei2":"10257437064903650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185146,"job_number":"JOB_185146","tr_customer_id":185164,"tr_customer_product_id":185154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:40.000Z","modified_at":"2026-02-13T07:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18581971573604","imei1":"18581971573604","imei2":"18581971573604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185148,"job_number":"JOB_185148","tr_customer_id":185166,"tr_customer_product_id":185156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:42.000Z","modified_at":"2026-02-13T07:06:42.000Z","name":"Haylie Nader","mobile_number":"420-980-1644","email_id":"Jerome23@hotmail.com","dop":"2025-04-06","serial_number":"18663426528872040","imei1":"18663426528872040","imei2":"18663426528872040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185149,"job_number":"JOB_185149","tr_customer_id":185167,"tr_customer_product_id":185157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:07:23.000Z","modified_at":"2026-02-13T07:07:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18546746273327","imei1":"18546746273327","imei2":"18546746273327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185151,"job_number":"JOB_185151","tr_customer_id":185169,"tr_customer_product_id":185159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:07:24.000Z","modified_at":"2026-02-13T07:07:24.000Z","name":"London Daugherty","mobile_number":"751-306-4775","email_id":"Pasquale_Corwin@yahoo.com","dop":"2025-04-06","serial_number":"18323237996487110","imei1":"18323237996487110","imei2":"18323237996487110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:07:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185152,"job_number":"JOB_185152","tr_customer_id":185170,"tr_customer_product_id":185160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:34.000Z","modified_at":"2026-02-13T07:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18180550243147","imei1":"18180550243147","imei2":"18180550243147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185154,"job_number":"JOB_185154","tr_customer_id":185172,"tr_customer_product_id":185162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:36.000Z","modified_at":"2026-02-13T07:09:36.000Z","name":"Mathilde Runolfsson","mobile_number":"465-358-2609","email_id":"Grayson_Huel@gmail.com","dop":"2025-04-06","serial_number":"10785754482145522","imei1":"10785754482145522","imei2":"10785754482145522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185156,"job_number":"JOB_185156","tr_customer_id":185174,"tr_customer_product_id":185164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:41.000Z","modified_at":"2026-02-13T07:09:41.000Z","name":"Cristina Koch","mobile_number":"573-858-1967","email_id":"Adolfo48@hotmail.com","dop":"2025-04-06","serial_number":"13370489685035210","imei1":"13370489685035210","imei2":"13370489685035210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:09:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185157,"job_number":"JOB_185157","tr_customer_id":185175,"tr_customer_product_id":185165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:10:18.000Z","modified_at":"2026-02-13T07:10:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18188678896095","imei1":"18188678896095","imei2":"18188678896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:10:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185159,"job_number":"JOB_185159","tr_customer_id":185177,"tr_customer_product_id":185167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:10:20.000Z","modified_at":"2026-02-13T07:10:20.000Z","name":"Armando Stracke","mobile_number":"337-565-5338","email_id":"Marcellus35@hotmail.com","dop":"2025-04-06","serial_number":"15260696052445780","imei1":"15260696052445780","imei2":"15260696052445780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185160,"job_number":"JOB_185160","tr_customer_id":185178,"tr_customer_product_id":185168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:11:02.000Z","modified_at":"2026-02-13T07:11:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13685845412760","imei1":"13685845412760","imei2":"13685845412760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:11:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185162,"job_number":"JOB_185162","tr_customer_id":185180,"tr_customer_product_id":185170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:11:03.000Z","modified_at":"2026-02-13T07:11:03.000Z","name":"Rebeca Stracke","mobile_number":"613-810-6964","email_id":"Virgil56@hotmail.com","dop":"2025-04-06","serial_number":"14560984241381258","imei1":"14560984241381258","imei2":"14560984241381258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:11:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185163,"job_number":"JOB_185163","tr_customer_id":185181,"tr_customer_product_id":185171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:14:12.000Z","modified_at":"2026-02-13T07:14:12.000Z","name":"Mayur Jan","mobile_number":"7007347940","email_id":"mayurjain3439@gmail.com","dop":"2026-02-01","serial_number":"128474747098786","imei1":"128474747098786","imei2":"128474747098786","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185164,"job_number":"JOB_185164","tr_customer_id":185182,"tr_customer_product_id":185172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:39:45.000Z","modified_at":"2026-02-13T07:39:45.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"18787702140990","imei1":"18787702140990","imei2":"18787702140990","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:39:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185166,"job_number":"JOB_185166","tr_customer_id":185184,"tr_customer_product_id":185174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:40:02.000Z","modified_at":"2026-02-13T07:40:02.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19912792242012","imei1":"19912792242012","imei2":"19912792242012","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:40:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185168,"job_number":"JOB_185168","tr_customer_id":185186,"tr_customer_product_id":185176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:40:18.000Z","modified_at":"2026-02-13T07:40:18.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12141750810496","imei1":"12141750810496","imei2":"12141750810496","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185177,"job_number":"JOB_185177","tr_customer_id":185195,"tr_customer_product_id":185185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:01:25.000Z","modified_at":"2026-02-13T08:01:25.000Z","name":"Alexandro Kovacek","mobile_number":"237-338-4544","email_id":"Violette_Hickle38@yahoo.com","dop":"2025-04-06","serial_number":"16958688972187208","imei1":"16958688972187208","imei2":"16958688972187208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185182,"job_number":"JOB_185182","tr_customer_id":185200,"tr_customer_product_id":185190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:02:18.000Z","modified_at":"2026-02-13T08:02:18.000Z","name":"Carlos Dibbert","mobile_number":"505-905-0652","email_id":"Diego54@gmail.com","dop":"2025-04-06","serial_number":"13979702919291046","imei1":"13979702919291046","imei2":"13979702919291046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185188,"job_number":"JOB_185188","tr_customer_id":185206,"tr_customer_product_id":185196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:12.000Z","modified_at":"2026-02-13T08:56:12.000Z","name":"Omana Sharma","mobile_number":"7412959998","email_id":"bhooshit.kaur@hotmail.com","dop":"2026-02-03","serial_number":"926028988808726","imei1":"926028988808726","imei2":"926028988808726","popurl":"www.suman-tandon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185190,"job_number":"JOB_185190","tr_customer_id":185208,"tr_customer_product_id":185198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:12.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Padma Achari","mobile_number":"7472919494","email_id":"kama.shah@hotmail.com","dop":"2026-02-03","serial_number":"680134861031742","imei1":"680134861031742","imei2":"680134861031742","popurl":"www.devi-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185191,"job_number":"JOB_185191","tr_customer_id":185209,"tr_customer_product_id":185199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Jyotis Nayar","mobile_number":"7457288889","email_id":"chandira.mehrotra@gmail.com","dop":"2026-02-03","serial_number":"848522355016357","imei1":"848522355016357","imei2":"848522355016357","popurl":"www.darshan-mahajan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185192,"job_number":"JOB_185192","tr_customer_id":185210,"tr_customer_product_id":185200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Bankimchandra Asan","mobile_number":"7487590469","email_id":"dandapaani.singh@yahoo.co.in","dop":"2026-02-03","serial_number":"493953762173917","imei1":"493953762173917","imei2":"493953762173917","popurl":"www.atmanand-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185193,"job_number":"JOB_185193","tr_customer_id":185211,"tr_customer_product_id":185201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Mohan Ahuja","mobile_number":"7457823258","email_id":"chandrabhan.achari@hotmail.com","dop":"2026-02-03","serial_number":"481088589107357","imei1":"481088589107357","imei2":"481088589107357","popurl":"www.aatreya-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185194,"job_number":"JOB_185194","tr_customer_id":185212,"tr_customer_product_id":185202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Suma Dwivedi","mobile_number":"7409087468","email_id":"anang.adiga@hotmail.com","dop":"2026-02-03","serial_number":"039133971450950","imei1":"039133971450950","imei2":"039133971450950","popurl":"www.bhavani-butt.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185196,"job_number":"JOB_185196","tr_customer_id":185214,"tr_customer_product_id":185204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Vijay Mehra","mobile_number":"7493693255","email_id":"devvrat.kocchar@yahoo.co.in","dop":"2026-02-03","serial_number":"502499023714750","imei1":"502499023714750","imei2":"502499023714750","popurl":"www.aaratrika-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185197,"job_number":"JOB_185197","tr_customer_id":185215,"tr_customer_product_id":185205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Menaka Deshpande","mobile_number":"7408012578","email_id":"bhanumati.singh@hotmail.com","dop":"2026-02-03","serial_number":"047290324306055","imei1":"047290324306055","imei2":"047290324306055","popurl":"www.menka-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185200,"job_number":"JOB_185200","tr_customer_id":185218,"tr_customer_product_id":185208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Brahmaanand Tandon","mobile_number":"7422898859","email_id":"jyotsana.mishra@gmail.com","dop":"2026-02-03","serial_number":"434856101045374","imei1":"434856101045374","imei2":"434856101045374","popurl":"www.sanka-nehru.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185201,"job_number":"JOB_185201","tr_customer_id":185219,"tr_customer_product_id":185209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Ojaswini Kapoor","mobile_number":"7428608942","email_id":"devesh.chaturvedi@yahoo.co.in","dop":"2026-02-03","serial_number":"147924321632531","imei1":"147924321632531","imei2":"147924321632531","popurl":"www.amodini-mahajan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185203,"job_number":"JOB_185203","tr_customer_id":185221,"tr_customer_product_id":185211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Datta Embranthiri","mobile_number":"7406342725","email_id":"vedanshi.mehrotra@yahoo.co.in","dop":"2026-02-03","serial_number":"150407655622858","imei1":"150407655622858","imei2":"150407655622858","popurl":"www.chandramohan-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185204,"job_number":"JOB_185204","tr_customer_id":185222,"tr_customer_product_id":185212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Atreyi Abbott","mobile_number":"7428379631","email_id":"dayaamay.shukla@gmail.com","dop":"2026-02-03","serial_number":"152970594131995","imei1":"152970594131995","imei2":"152970594131995","popurl":"www.chaanakya-kaur.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185206,"job_number":"JOB_185206","tr_customer_id":185224,"tr_customer_product_id":185214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Kamlesh Arora","mobile_number":"7421728876","email_id":"aayushmaan.sinha@gmail.com","dop":"2026-02-03","serial_number":"447946474037646","imei1":"447946474037646","imei2":"447946474037646","popurl":"www.gauraang-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185207,"job_number":"JOB_185207","tr_customer_id":185225,"tr_customer_product_id":185215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Vaishnavi Ganaka","mobile_number":"7402046499","email_id":"aruna.tandon@yahoo.co.in","dop":"2026-02-03","serial_number":"204914122252297","imei1":"204914122252297","imei2":"204914122252297","popurl":"www.jai-sethi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185208,"job_number":"JOB_185208","tr_customer_id":185226,"tr_customer_product_id":185216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Shashikala Verma","mobile_number":"7494732211","email_id":"suresh.bandopadhyay@gmail.com","dop":"2026-02-03","serial_number":"178460026899572","imei1":"178460026899572","imei2":"178460026899572","popurl":"www.dakshayani-bharadwaj.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185210,"job_number":"JOB_185210","tr_customer_id":185228,"tr_customer_product_id":185218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Dipankar Achari","mobile_number":"7470580208","email_id":"vasundhara.somayaji@yahoo.co.in","dop":"2026-02-03","serial_number":"654750114070700","imei1":"654750114070700","imei2":"654750114070700","popurl":"www.jagdeep-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185212,"job_number":"JOB_185212","tr_customer_id":185230,"tr_customer_product_id":185220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:05:08.000Z","modified_at":"2026-02-13T09:05:08.000Z","name":"Gwen Ortiz","mobile_number":"857-493-7087","email_id":"Dangelo_Deckow@yahoo.com","dop":"2025-10-05","serial_number":"17503273259720","imei1":"17503273259720","imei2":"17503273259720","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185214,"job_number":"JOB_185214","tr_customer_id":185232,"tr_customer_product_id":185222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:32:41.000Z","modified_at":"2026-02-13T09:32:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12253109651706","imei1":"12253109651706","imei2":"12253109651706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185216,"job_number":"JOB_185216","tr_customer_id":185234,"tr_customer_product_id":185224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:32:43.000Z","modified_at":"2026-02-13T09:32:43.000Z","name":"Hudson Wuckert","mobile_number":"464-291-3507","email_id":"Mittie_Bashirian@gmail.com","dop":"2025-04-06","serial_number":"17955183762286012","imei1":"17955183762286012","imei2":"17955183762286012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185217,"job_number":"JOB_185217","tr_customer_id":185235,"tr_customer_product_id":185225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:33:29.000Z","modified_at":"2026-02-13T09:33:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15087657658955","imei1":"15087657658955","imei2":"15087657658955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185219,"job_number":"JOB_185219","tr_customer_id":185237,"tr_customer_product_id":185227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:33:31.000Z","modified_at":"2026-02-13T09:33:31.000Z","name":"Kiera Strosin","mobile_number":"663-934-7580","email_id":"Ivy_Hoppe@gmail.com","dop":"2025-04-06","serial_number":"14425875997150648","imei1":"14425875997150648","imei2":"14425875997150648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:33:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185220,"job_number":"JOB_185220","tr_customer_id":185238,"tr_customer_product_id":185228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:34:17.000Z","modified_at":"2026-02-13T09:34:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16895107402860","imei1":"16895107402860","imei2":"16895107402860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:34:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185222,"job_number":"JOB_185222","tr_customer_id":185240,"tr_customer_product_id":185230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:34:19.000Z","modified_at":"2026-02-13T09:34:19.000Z","name":"Selmer Baumbach","mobile_number":"952-428-2817","email_id":"Justice_Heathcote@gmail.com","dop":"2025-04-06","serial_number":"11434162259802604","imei1":"11434162259802604","imei2":"11434162259802604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185223,"job_number":"JOB_185223","tr_customer_id":185241,"tr_customer_product_id":185231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Rajinder Naik","mobile_number":"7471773123","email_id":"gautama.ahluwalia@yahoo.co.in","dop":"2026-02-03","serial_number":"367372098369397","imei1":"367372098369397","imei2":"367372098369397","popurl":"www.adityanandana-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185224,"job_number":"JOB_185224","tr_customer_id":185243,"tr_customer_product_id":185233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Suma Jha","mobile_number":"7448807168","email_id":"paramartha.chopra@hotmail.com","dop":"2026-02-03","serial_number":"033933352208811","imei1":"033933352208811","imei2":"033933352208811","popurl":"www.gopi-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185225,"job_number":"JOB_185225","tr_customer_id":185242,"tr_customer_product_id":185232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Meenakshi Ganaka","mobile_number":"7470979609","email_id":"brajendra.khanna@yahoo.co.in","dop":"2026-02-03","serial_number":"707643136849700","imei1":"707643136849700","imei2":"707643136849700","popurl":"www.chapal-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185226,"job_number":"JOB_185226","tr_customer_id":185244,"tr_customer_product_id":185234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Poornima Ahluwalia","mobile_number":"7439049451","email_id":"triloki.embranthiri@hotmail.com","dop":"2026-02-03","serial_number":"751167025015632","imei1":"751167025015632","imei2":"751167025015632","popurl":"www.kumari-pilla.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185227,"job_number":"JOB_185227","tr_customer_id":185245,"tr_customer_product_id":185235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Sweta Abbott","mobile_number":"7409937743","email_id":"dhanu.mehra@hotmail.com","dop":"2026-02-03","serial_number":"928353738091821","imei1":"928353738091821","imei2":"928353738091821","popurl":"www.tanirika-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185228,"job_number":"JOB_185228","tr_customer_id":185246,"tr_customer_product_id":185236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Aasha Nayar","mobile_number":"7480949925","email_id":"soma.kaur@hotmail.com","dop":"2026-02-03","serial_number":"767102540312596","imei1":"767102540312596","imei2":"767102540312596","popurl":"www.chetan-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185229,"job_number":"JOB_185229","tr_customer_id":185247,"tr_customer_product_id":185237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Akula Jha","mobile_number":"7434946343","email_id":"saroja.iyengar@hotmail.com","dop":"2026-02-03","serial_number":"674086974014432","imei1":"674086974014432","imei2":"674086974014432","popurl":"www.jagathi-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185230,"job_number":"JOB_185230","tr_customer_id":185248,"tr_customer_product_id":185238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Brahmabrata Dubashi","mobile_number":"7481675823","email_id":"bhagvan.nayar@yahoo.co.in","dop":"2026-02-03","serial_number":"836083081197748","imei1":"836083081197748","imei2":"836083081197748","popurl":"www.mandaakin-dwivedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185231,"job_number":"JOB_185231","tr_customer_id":185249,"tr_customer_product_id":185239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Mohana Talwar","mobile_number":"7458926581","email_id":"amrit.namboothiri@hotmail.com","dop":"2026-02-03","serial_number":"675101143584327","imei1":"675101143584327","imei2":"675101143584327","popurl":"www.sameer-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185232,"job_number":"JOB_185232","tr_customer_id":185250,"tr_customer_product_id":185240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Geeta Bandopadhyay","mobile_number":"7446319441","email_id":"kannan.achari@yahoo.co.in","dop":"2026-02-03","serial_number":"599978665110867","imei1":"599978665110867","imei2":"599978665110867","popurl":"www.purushottam-varrier.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185233,"job_number":"JOB_185233","tr_customer_id":185251,"tr_customer_product_id":185241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:32.000Z","modified_at":"2026-02-13T09:47:32.000Z","name":"Jaimini Dubashi","mobile_number":"7492136076","email_id":"chandravati.verma@gmail.com","dop":"2026-02-03","serial_number":"271792482834771","imei1":"271792482834771","imei2":"271792482834771","popurl":"www.indra-varman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185234,"job_number":"JOB_185234","tr_customer_id":185252,"tr_customer_product_id":185242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Anjushree Nayar","mobile_number":"7477268403","email_id":"prem.chopra@yahoo.co.in","dop":"2026-02-03","serial_number":"971773880056055","imei1":"971773880056055","imei2":"971773880056055","popurl":"www.naveen-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185235,"job_number":"JOB_185235","tr_customer_id":185254,"tr_customer_product_id":185244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Bhudeva Kaur","mobile_number":"7470193028","email_id":"gayatri.butt@yahoo.co.in","dop":"2026-02-03","serial_number":"361713399992335","imei1":"361713399992335","imei2":"361713399992335","popurl":"www.dwaipayan-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185236,"job_number":"JOB_185236","tr_customer_id":185253,"tr_customer_product_id":185243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Gautam Sharma","mobile_number":"7459182950","email_id":"atreyee.khatri@yahoo.co.in","dop":"2026-02-03","serial_number":"243480796436798","imei1":"243480796436798","imei2":"243480796436798","popurl":"www.rakesh-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185237,"job_number":"JOB_185237","tr_customer_id":185255,"tr_customer_product_id":185245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Rohana Agarwal","mobile_number":"7457247047","email_id":"anasooya.kaur@gmail.com","dop":"2026-02-03","serial_number":"880782559581665","imei1":"880782559581665","imei2":"880782559581665","popurl":"www.aruna-patel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185238,"job_number":"JOB_185238","tr_customer_id":185256,"tr_customer_product_id":185246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Rohan Bhattathiri","mobile_number":"7428614041","email_id":"kamalesh.mahajan@gmail.com","dop":"2026-02-03","serial_number":"375569608299895","imei1":"375569608299895","imei2":"375569608299895","popurl":"www.achyut-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185239,"job_number":"JOB_185239","tr_customer_id":185257,"tr_customer_product_id":185247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Narayan Sethi","mobile_number":"7489678567","email_id":"anjali.panicker@hotmail.com","dop":"2026-02-03","serial_number":"866870993948852","imei1":"866870993948852","imei2":"866870993948852","popurl":"www.som-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185240,"job_number":"JOB_185240","tr_customer_id":185258,"tr_customer_product_id":185248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Rukmin Patil","mobile_number":"7445693956","email_id":"deevakar.bandopadhyay@gmail.com","dop":"2026-02-03","serial_number":"611586981131746","imei1":"611586981131746","imei2":"611586981131746","popurl":"www.ananta-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185241,"job_number":"JOB_185241","tr_customer_id":185259,"tr_customer_product_id":185249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Bhima Bhattacharya","mobile_number":"7482142788","email_id":"atmananda.iyengar@yahoo.co.in","dop":"2026-02-03","serial_number":"910746074429452","imei1":"910746074429452","imei2":"910746074429452","popurl":"www.usha-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185242,"job_number":"JOB_185242","tr_customer_id":185260,"tr_customer_product_id":185250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Aatmaja Gill","mobile_number":"7410475731","email_id":"yoginder.ganaka@hotmail.com","dop":"2026-02-03","serial_number":"345102977938574","imei1":"345102977938574","imei2":"345102977938574","popurl":"www.achalesvara-shah.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185243,"job_number":"JOB_185243","tr_customer_id":185261,"tr_customer_product_id":185251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Deevakar Mukhopadhyay","mobile_number":"7429861997","email_id":"bandhul.bhattathiri@gmail.com","dop":"2026-02-03","serial_number":"642955190069946","imei1":"642955190069946","imei2":"642955190069946","popurl":"www.agnimitra-ahuja.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185244,"job_number":"JOB_185244","tr_customer_id":185262,"tr_customer_product_id":185252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Susheel Johar","mobile_number":"7491001039","email_id":"devangana.deshpande@gmail.com","dop":"2026-02-03","serial_number":"666566729454647","imei1":"666566729454647","imei2":"666566729454647","popurl":"www.mani-sethi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185245,"job_number":"JOB_185245","tr_customer_id":185263,"tr_customer_product_id":185253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Soma Nayar","mobile_number":"7432827681","email_id":"ravi.singh@yahoo.co.in","dop":"2026-02-03","serial_number":"825199783120837","imei1":"825199783120837","imei2":"825199783120837","popurl":"www.leela-naik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185246,"job_number":"JOB_185246","tr_customer_id":185264,"tr_customer_product_id":185254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Budhil Mehra","mobile_number":"7454500781","email_id":"anaadi.mehrotra@yahoo.co.in","dop":"2026-02-03","serial_number":"419937833670327","imei1":"419937833670327","imei2":"419937833670327","popurl":"www.abhaya-reddy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185247,"job_number":"JOB_185247","tr_customer_id":185265,"tr_customer_product_id":185255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Chetanaanand Khatri","mobile_number":"7423103248","email_id":"sweta.kaniyar@yahoo.co.in","dop":"2026-02-03","serial_number":"972039048242451","imei1":"972039048242451","imei2":"972039048242451","popurl":"www.vaishnavi-kakkar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185248,"job_number":"JOB_185248","tr_customer_id":185266,"tr_customer_product_id":185256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Samir Namboothiri","mobile_number":"7439556167","email_id":"chetanaanand.kocchar@hotmail.com","dop":"2026-02-03","serial_number":"181640386454235","imei1":"181640386454235","imei2":"181640386454235","popurl":"www.priyala-panicker.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185249,"job_number":"JOB_185249","tr_customer_id":185267,"tr_customer_product_id":185257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Gautam Guneta","mobile_number":"7437432582","email_id":"gitanjali.mehrotra@hotmail.com","dop":"2026-02-03","serial_number":"012830608110222","imei1":"012830608110222","imei2":"012830608110222","popurl":"www.chandravati-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185250,"job_number":"JOB_185250","tr_customer_id":185268,"tr_customer_product_id":185258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Jitender Banerjee","mobile_number":"7406523785","email_id":"jyotis.panicker@hotmail.com","dop":"2026-02-03","serial_number":"403018102261738","imei1":"403018102261738","imei2":"403018102261738","popurl":"www.bilwa-kakkar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185251,"job_number":"JOB_185251","tr_customer_id":185269,"tr_customer_product_id":185259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Bhooshit Malik","mobile_number":"7405323087","email_id":"darshwana.pandey@yahoo.co.in","dop":"2026-02-03","serial_number":"884046157419602","imei1":"884046157419602","imei2":"884046157419602","popurl":"www.daevi-butt.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185252,"job_number":"JOB_185252","tr_customer_id":185270,"tr_customer_product_id":185260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Vidur Acharya","mobile_number":"7426747939","email_id":"deepali.mukhopadhyay@gmail.com","dop":"2026-02-03","serial_number":"464939066696226","imei1":"464939066696226","imei2":"464939066696226","popurl":"www.chandraswaroopa-khanna.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185253,"job_number":"JOB_185253","tr_customer_id":185271,"tr_customer_product_id":185261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Meghnath Pandey","mobile_number":"7445153619","email_id":"manjusha.patil@yahoo.co.in","dop":"2026-02-03","serial_number":"988445796040663","imei1":"988445796040663","imei2":"988445796040663","popurl":"www.aayushmaan-verma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185254,"job_number":"JOB_185254","tr_customer_id":185272,"tr_customer_product_id":185262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Anunay Patil","mobile_number":"7478689047","email_id":"priya.bhattathiri@yahoo.co.in","dop":"2026-02-03","serial_number":"073288310095501","imei1":"073288310095501","imei2":"073288310095501","popurl":"www.brahmanandam-tandon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185255,"job_number":"JOB_185255","tr_customer_id":185273,"tr_customer_product_id":185263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Mayoor Joshi","mobile_number":"7457970924","email_id":"bandhu.deshpande@hotmail.com","dop":"2026-02-03","serial_number":"550420720848458","imei1":"550420720848458","imei2":"550420720848458","popurl":"www.ekalavya-pothuvaal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185256,"job_number":"JOB_185256","tr_customer_id":185274,"tr_customer_product_id":185264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Anshula Gupta","mobile_number":"7465584942","email_id":"tanushree.mehra@yahoo.co.in","dop":"2026-02-03","serial_number":"421588170227838","imei1":"421588170227838","imei2":"421588170227838","popurl":"www.chandni-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185257,"job_number":"JOB_185257","tr_customer_id":185275,"tr_customer_product_id":185265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Brahmanandam Naik","mobile_number":"7466008984","email_id":"achalesvara.jha@hotmail.com","dop":"2026-02-03","serial_number":"572314813925065","imei1":"572314813925065","imei2":"572314813925065","popurl":"www.priya-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185258,"job_number":"JOB_185258","tr_customer_id":185276,"tr_customer_product_id":185266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Raj Pillai","mobile_number":"7461339871","email_id":"shrishti.ahuja@yahoo.co.in","dop":"2026-02-03","serial_number":"049146702130764","imei1":"049146702130764","imei2":"049146702130764","popurl":"www.shanti-naik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185259,"job_number":"JOB_185259","tr_customer_id":185277,"tr_customer_product_id":185267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Jaimini Jha","mobile_number":"7484875755","email_id":"abhaya.adiga@yahoo.co.in","dop":"2026-02-03","serial_number":"437437407530770","imei1":"437437407530770","imei2":"437437407530770","popurl":"www.ghanashyam-chopra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185260,"job_number":"JOB_185260","tr_customer_id":185278,"tr_customer_product_id":185268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Sunita Namboothiri","mobile_number":"7452372952","email_id":"aaditya.embranthiri@hotmail.com","dop":"2026-02-03","serial_number":"317033000862806","imei1":"317033000862806","imei2":"317033000862806","popurl":"www.avadhesh-jha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185261,"job_number":"JOB_185261","tr_customer_id":185279,"tr_customer_product_id":185269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Gautami Sharma","mobile_number":"7481805946","email_id":"hiranmaya.bhat@gmail.com","dop":"2026-02-03","serial_number":"373732701888093","imei1":"373732701888093","imei2":"373732701888093","popurl":"www.digambar-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185262,"job_number":"JOB_185262","tr_customer_id":185280,"tr_customer_product_id":185270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Mohinder Singh","mobile_number":"7414026210","email_id":"rakesh.nayar@yahoo.co.in","dop":"2026-02-03","serial_number":"250277194428299","imei1":"250277194428299","imei2":"250277194428299","popurl":"www.durga-chopra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185263,"job_number":"JOB_185263","tr_customer_id":185281,"tr_customer_product_id":185271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Deepali Panicker","mobile_number":"7474392111","email_id":"anuraag.mahajan@gmail.com","dop":"2026-02-03","serial_number":"470857081700410","imei1":"470857081700410","imei2":"470857081700410","popurl":"www.basanti-kaur.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185264,"job_number":"JOB_185264","tr_customer_id":185282,"tr_customer_product_id":185272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Jyotsana Bhattacharya","mobile_number":"7485187325","email_id":"anandswarup.desai@gmail.com","dop":"2026-02-03","serial_number":"740747232186873","imei1":"740747232186873","imei2":"740747232186873","popurl":"www.bhamini-sinha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185265,"job_number":"JOB_185265","tr_customer_id":185283,"tr_customer_product_id":185273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Chandraayan Shah","mobile_number":"7407521014","email_id":"swapnil.adiga@gmail.com","dop":"2026-02-03","serial_number":"268245810397313","imei1":"268245810397313","imei2":"268245810397313","popurl":"www.menka-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185266,"job_number":"JOB_185266","tr_customer_id":185284,"tr_customer_product_id":185274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Girija Bhattacharya","mobile_number":"7435967752","email_id":"kamla.dhawan@gmail.com","dop":"2026-02-03","serial_number":"117058977144538","imei1":"117058977144538","imei2":"117058977144538","popurl":"www.naveen-kakkar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185267,"job_number":"JOB_185267","tr_customer_id":185285,"tr_customer_product_id":185275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Chatur Nehru","mobile_number":"7454524292","email_id":"amarnath.banerjee@hotmail.com","dop":"2026-02-03","serial_number":"712679204137160","imei1":"712679204137160","imei2":"712679204137160","popurl":"www.devani-dubashi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185268,"job_number":"JOB_185268","tr_customer_id":185286,"tr_customer_product_id":185276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Paramartha Gowda","mobile_number":"7475779168","email_id":"bela.reddy@gmail.com","dop":"2026-02-03","serial_number":"824301036550431","imei1":"824301036550431","imei2":"824301036550431","popurl":"www.harit-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185269,"job_number":"JOB_185269","tr_customer_id":185287,"tr_customer_product_id":185277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Anasuya Kaniyar","mobile_number":"7424161197","email_id":"kin.patel@hotmail.com","dop":"2026-02-03","serial_number":"489312052574481","imei1":"489312052574481","imei2":"489312052574481","popurl":"www.prema-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185270,"job_number":"JOB_185270","tr_customer_id":185288,"tr_customer_product_id":185278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Vaijayanti Dwivedi","mobile_number":"7431517536","email_id":"vrund.mukhopadhyay@hotmail.com","dop":"2026-02-03","serial_number":"128470972171559","imei1":"128470972171559","imei2":"128470972171559","popurl":"www.lavanya-chopra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185271,"job_number":"JOB_185271","tr_customer_id":185289,"tr_customer_product_id":185279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Giri Patel","mobile_number":"7403723964","email_id":"madhuri.sethi@yahoo.co.in","dop":"2026-02-03","serial_number":"786387717647286","imei1":"786387717647286","imei2":"786387717647286","popurl":"www.chandan-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185272,"job_number":"JOB_185272","tr_customer_id":185290,"tr_customer_product_id":185280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Ramesh Mahajan","mobile_number":"7468293180","email_id":"hiranya.iyer@hotmail.com","dop":"2026-02-03","serial_number":"706685115210346","imei1":"706685115210346","imei2":"706685115210346","popurl":"www.gandharva-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185273,"job_number":"JOB_185273","tr_customer_id":185291,"tr_customer_product_id":185281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Kamla Guneta","mobile_number":"7455264155","email_id":"aarya.banerjee@hotmail.com","dop":"2026-02-03","serial_number":"697779275961802","imei1":"697779275961802","imei2":"697779275961802","popurl":"www.ganapati-varrier.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185274,"job_number":"JOB_185274","tr_customer_id":185292,"tr_customer_product_id":185282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Poornima Prajapat","mobile_number":"7415009572","email_id":"shantanu.adiga@hotmail.com","dop":"2026-02-03","serial_number":"121929895721564","imei1":"121929895721564","imei2":"121929895721564","popurl":"www.kamalesh-singh.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185275,"job_number":"JOB_185275","tr_customer_id":185293,"tr_customer_product_id":185283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Preity Menon","mobile_number":"7465753067","email_id":"arya.kaur@yahoo.co.in","dop":"2026-02-03","serial_number":"903957741583845","imei1":"903957741583845","imei2":"903957741583845","popurl":"www.mohan-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185276,"job_number":"JOB_185276","tr_customer_id":185294,"tr_customer_product_id":185284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Sarala Nambeesan","mobile_number":"7496003693","email_id":"manoj.sethi@yahoo.co.in","dop":"2026-02-03","serial_number":"911443757834184","imei1":"911443757834184","imei2":"911443757834184","popurl":"www.marut-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185277,"job_number":"JOB_185277","tr_customer_id":185295,"tr_customer_product_id":185285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Hiranya Chattopadhyay","mobile_number":"7481263095","email_id":"chandrabhan.deshpande@gmail.com","dop":"2026-02-03","serial_number":"733534533434543","imei1":"733534533434543","imei2":"733534533434543","popurl":"www.madhuri-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185278,"job_number":"JOB_185278","tr_customer_id":185296,"tr_customer_product_id":185286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Aaratrika Shukla","mobile_number":"7421588905","email_id":"tushar.patel@hotmail.com","dop":"2026-02-03","serial_number":"429725019982079","imei1":"429725019982079","imei2":"429725019982079","popurl":"www.vedanshi-mahajan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185279,"job_number":"JOB_185279","tr_customer_id":185297,"tr_customer_product_id":185287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Charumati Guneta","mobile_number":"7469374180","email_id":"indra.khatri@yahoo.co.in","dop":"2026-02-03","serial_number":"021135724207883","imei1":"021135724207883","imei2":"021135724207883","popurl":"www.somu-embranthiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185280,"job_number":"JOB_185280","tr_customer_id":185298,"tr_customer_product_id":185288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Pushti Saini","mobile_number":"7449653983","email_id":"narinder.bhat@yahoo.co.in","dop":"2026-02-03","serial_number":"587366719422829","imei1":"587366719422829","imei2":"587366719422829","popurl":"www.gemine-panicker.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185281,"job_number":"JOB_185281","tr_customer_id":185299,"tr_customer_product_id":185289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Kashyap Pothuvaal","mobile_number":"7469449814","email_id":"dhanesh.singh@gmail.com","dop":"2026-02-03","serial_number":"100365731798750","imei1":"100365731798750","imei2":"100365731798750","popurl":"www.jaimini-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185282,"job_number":"JOB_185282","tr_customer_id":185300,"tr_customer_product_id":185290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Devagya Malik","mobile_number":"7410110837","email_id":"agnivesh.verma@yahoo.co.in","dop":"2026-02-03","serial_number":"095179557228596","imei1":"095179557228596","imei2":"095179557228596","popurl":"www.bakula-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185283,"job_number":"JOB_185283","tr_customer_id":185301,"tr_customer_product_id":185291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Rita Asan","mobile_number":"7432452731","email_id":"shiv.chopra@hotmail.com","dop":"2026-02-03","serial_number":"538626211803019","imei1":"538626211803019","imei2":"538626211803019","popurl":"www.somnath-mehra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185284,"job_number":"JOB_185284","tr_customer_id":185302,"tr_customer_product_id":185292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Gautam Gill","mobile_number":"7487975114","email_id":"elakshi.gowda@yahoo.co.in","dop":"2026-02-03","serial_number":"713519534722365","imei1":"713519534722365","imei2":"713519534722365","popurl":"www.datta-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185285,"job_number":"JOB_185285","tr_customer_id":185303,"tr_customer_product_id":185293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Gita Ganaka","mobile_number":"7456417201","email_id":"sushil.chattopadhyay@gmail.com","dop":"2026-02-03","serial_number":"554500355094964","imei1":"554500355094964","imei2":"554500355094964","popurl":"www.bharat-chaturvedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185286,"job_number":"JOB_185286","tr_customer_id":185304,"tr_customer_product_id":185294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Annapurna Mishra","mobile_number":"7442117251","email_id":"chandraayan.guneta@yahoo.co.in","dop":"2026-02-03","serial_number":"609287497215672","imei1":"609287497215672","imei2":"609287497215672","popurl":"www.chapal-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185287,"job_number":"JOB_185287","tr_customer_id":185305,"tr_customer_product_id":185295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Purushottam Arora","mobile_number":"7407813097","email_id":"dhaanyalakshmi.pilla@yahoo.co.in","dop":"2026-02-03","serial_number":"042211719226568","imei1":"042211719226568","imei2":"042211719226568","popurl":"www.susheel-ganaka.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185288,"job_number":"JOB_185288","tr_customer_id":185306,"tr_customer_product_id":185296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Shubha Acharya","mobile_number":"7420491113","email_id":"achyut.deshpande@yahoo.co.in","dop":"2026-02-03","serial_number":"307882841967290","imei1":"307882841967290","imei2":"307882841967290","popurl":"www.heema-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185289,"job_number":"JOB_185289","tr_customer_id":185307,"tr_customer_product_id":185297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Devi Nambeesan","mobile_number":"7476638205","email_id":"esha.abbott@gmail.com","dop":"2026-02-03","serial_number":"408938265330876","imei1":"408938265330876","imei2":"408938265330876","popurl":"www.agneya-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185290,"job_number":"JOB_185290","tr_customer_id":185308,"tr_customer_product_id":185298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Bhaumik Patil","mobile_number":"7417507278","email_id":"gatik.singh@hotmail.com","dop":"2026-02-03","serial_number":"555177863633291","imei1":"555177863633291","imei2":"555177863633291","popurl":"www.inder-guneta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185291,"job_number":"JOB_185291","tr_customer_id":185309,"tr_customer_product_id":185299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Pushti Butt","mobile_number":"7438778505","email_id":"vinay.saini@gmail.com","dop":"2026-02-03","serial_number":"214457488129735","imei1":"214457488129735","imei2":"214457488129735","popurl":"www.hari-naik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185292,"job_number":"JOB_185292","tr_customer_id":185310,"tr_customer_product_id":185300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Dhyanesh Talwar","mobile_number":"7453712595","email_id":"diptendu.bandopadhyay@gmail.com","dop":"2026-02-03","serial_number":"983980023568034","imei1":"983980023568034","imei2":"983980023568034","popurl":"www.advaya-gowda.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185293,"job_number":"JOB_185293","tr_customer_id":185311,"tr_customer_product_id":185301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Deepesh Chattopadhyay","mobile_number":"7438897739","email_id":"brajendra.rana@gmail.com","dop":"2026-02-03","serial_number":"337517886147602","imei1":"337517886147602","imei2":"337517886147602","popurl":"www.girik-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185294,"job_number":"JOB_185294","tr_customer_id":185312,"tr_customer_product_id":185302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Mani Menon","mobile_number":"7424651731","email_id":"vaijayanti.abbott@hotmail.com","dop":"2026-02-03","serial_number":"522617851774855","imei1":"522617851774855","imei2":"522617851774855","popurl":"www.chaanakya-naik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185295,"job_number":"JOB_185295","tr_customer_id":185314,"tr_customer_product_id":185303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Anasuya Namboothiri","mobile_number":"7462507040","email_id":"adwitiya.mishra@hotmail.com","dop":"2026-02-03","serial_number":"408311791553940","imei1":"408311791553940","imei2":"408311791553940","popurl":"www.chinmayananda-gill.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185296,"job_number":"JOB_185296","tr_customer_id":185313,"tr_customer_product_id":185304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Gati Banerjee","mobile_number":"7479036044","email_id":"kanaka.saini@yahoo.co.in","dop":"2026-02-03","serial_number":"569509474496863","imei1":"569509474496863","imei2":"569509474496863","popurl":"www.suma-patil.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185297,"job_number":"JOB_185297","tr_customer_id":185315,"tr_customer_product_id":185305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Deependra Abbott","mobile_number":"7448784638","email_id":"anshula.arora@gmail.com","dop":"2026-02-03","serial_number":"373156460517365","imei1":"373156460517365","imei2":"373156460517365","popurl":"www.narayan-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185298,"job_number":"JOB_185298","tr_customer_id":185316,"tr_customer_product_id":185306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Amritambu Sharma","mobile_number":"7448346350","email_id":"himadri.pillai@hotmail.com","dop":"2026-02-03","serial_number":"443416864402300","imei1":"443416864402300","imei2":"443416864402300","popurl":"www.gorakhnath-verma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185299,"job_number":"JOB_185299","tr_customer_id":185317,"tr_customer_product_id":185307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Darshwana Asan","mobile_number":"7423610120","email_id":"ananta.chopra@hotmail.com","dop":"2026-02-03","serial_number":"183530053202420","imei1":"183530053202420","imei2":"183530053202420","popurl":"www.dipali-chattopadhyay.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185300,"job_number":"JOB_185300","tr_customer_id":185318,"tr_customer_product_id":185308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Mohinder Pilla","mobile_number":"7457469266","email_id":"poornima.nayar@hotmail.com","dop":"2026-02-03","serial_number":"533558541416665","imei1":"533558541416665","imei2":"533558541416665","popurl":"www.kanti-ahluwalia.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185301,"job_number":"JOB_185301","tr_customer_id":185319,"tr_customer_product_id":185309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Siddhran Chaturvedi","mobile_number":"7411146564","email_id":"sukanya.shah@gmail.com","dop":"2026-02-03","serial_number":"031313093050586","imei1":"031313093050586","imei2":"031313093050586","popurl":"www.aamod-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185302,"job_number":"JOB_185302","tr_customer_id":185320,"tr_customer_product_id":185310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Chakravarti Gupta","mobile_number":"7420746800","email_id":"gobinda.abbott@hotmail.com","dop":"2026-02-03","serial_number":"456588357423378","imei1":"456588357423378","imei2":"456588357423378","popurl":"www.chandak-pandey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185303,"job_number":"JOB_185303","tr_customer_id":185321,"tr_customer_product_id":185311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Bankimchandra Marar","mobile_number":"7400147025","email_id":"gorakhanatha.ganaka@yahoo.co.in","dop":"2026-02-03","serial_number":"089400501215089","imei1":"089400501215089","imei2":"089400501215089","popurl":"www.menaka-mukhopadhyay.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185304,"job_number":"JOB_185304","tr_customer_id":185322,"tr_customer_product_id":185312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Dron Naik","mobile_number":"7439595170","email_id":"naval.bhattacharya@yahoo.co.in","dop":"2026-02-03","serial_number":"429588466469987","imei1":"429588466469987","imei2":"429588466469987","popurl":"www.kamala-desai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185305,"job_number":"JOB_185305","tr_customer_id":185323,"tr_customer_product_id":185313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Shakti Shukla","mobile_number":"7480978384","email_id":"opalina.sethi@yahoo.co.in","dop":"2026-02-03","serial_number":"241325552406453","imei1":"241325552406453","imei2":"241325552406453","popurl":"www.ashok-pothuvaal.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185306,"job_number":"JOB_185306","tr_customer_id":185324,"tr_customer_product_id":185314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Bandhu Embranthiri","mobile_number":"7440543192","email_id":"dwaipayana.varrier@gmail.com","dop":"2026-02-03","serial_number":"588835718914650","imei1":"588835718914650","imei2":"588835718914650","popurl":"www.ekalavya-jain.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185307,"job_number":"JOB_185307","tr_customer_id":185325,"tr_customer_product_id":185315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Dhanadeepa Chattopadhyay","mobile_number":"7475814400","email_id":"gandharva.bhat@hotmail.com","dop":"2026-02-03","serial_number":"392270129423745","imei1":"392270129423745","imei2":"392270129423745","popurl":"www.vishnu-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185308,"job_number":"JOB_185308","tr_customer_id":185326,"tr_customer_product_id":185316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Annapurna Chaturvedi","mobile_number":"7414648733","email_id":"shubhaprada.chopra@gmail.com","dop":"2026-02-03","serial_number":"238343778729771","imei1":"238343778729771","imei2":"238343778729771","popurl":"www.nimit-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185309,"job_number":"JOB_185309","tr_customer_id":185327,"tr_customer_product_id":185317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Chandani Kaniyar","mobile_number":"7402094863","email_id":"kama.rana@hotmail.com","dop":"2026-02-03","serial_number":"499687123094387","imei1":"499687123094387","imei2":"499687123094387","popurl":"www.keerti-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185310,"job_number":"JOB_185310","tr_customer_id":185328,"tr_customer_product_id":185318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Sarala Trivedi","mobile_number":"7492500433","email_id":"aagneya.abbott@gmail.com","dop":"2026-02-03","serial_number":"198009509997068","imei1":"198009509997068","imei2":"198009509997068","popurl":"www.tejas-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185311,"job_number":"JOB_185311","tr_customer_id":185329,"tr_customer_product_id":185319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Manikya Singh","mobile_number":"7417990752","email_id":"yoginder.somayaji@hotmail.com","dop":"2026-02-03","serial_number":"100510234090745","imei1":"100510234090745","imei2":"100510234090745","popurl":"www.opalina-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185312,"job_number":"JOB_185312","tr_customer_id":185330,"tr_customer_product_id":185320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Shresth Patel","mobile_number":"7448633271","email_id":"chakradhar.bhattacharya@gmail.com","dop":"2026-02-03","serial_number":"418588248435269","imei1":"418588248435269","imei2":"418588248435269","popurl":"www.deeptimayee-joshi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185313,"job_number":"JOB_185313","tr_customer_id":185331,"tr_customer_product_id":185321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Ekaling Mahajan","mobile_number":"7428411606","email_id":"girja.arora@gmail.com","dop":"2026-02-03","serial_number":"812772375096424","imei1":"812772375096424","imei2":"812772375096424","popurl":"www.chakrika-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185314,"job_number":"JOB_185314","tr_customer_id":185332,"tr_customer_product_id":185322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Deveshwar Arora","mobile_number":"7403766928","email_id":"dhanesh.tandon@gmail.com","dop":"2026-02-03","serial_number":"227083433911472","imei1":"227083433911472","imei2":"227083433911472","popurl":"www.umang-tagore.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185315,"job_number":"JOB_185315","tr_customer_id":185333,"tr_customer_product_id":185323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Tushar Ganaka","mobile_number":"7471269894","email_id":"shiv.johar@hotmail.com","dop":"2026-02-03","serial_number":"072032716649683","imei1":"072032716649683","imei2":"072032716649683","popurl":"www.jyotsana-pillai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185316,"job_number":"JOB_185316","tr_customer_id":185334,"tr_customer_product_id":185324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Asha Achari","mobile_number":"7471900861","email_id":"prathamesh.jha@gmail.com","dop":"2026-02-03","serial_number":"759296633201153","imei1":"759296633201153","imei2":"759296633201153","popurl":"www.aaditya-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185317,"job_number":"JOB_185317","tr_customer_id":185335,"tr_customer_product_id":185325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Leela Butt","mobile_number":"7447758467","email_id":"bhasvan.mishra@gmail.com","dop":"2026-02-03","serial_number":"137414777275620","imei1":"137414777275620","imei2":"137414777275620","popurl":"www.dharani-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185318,"job_number":"JOB_185318","tr_customer_id":185336,"tr_customer_product_id":185326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Nalini Singh","mobile_number":"7497858508","email_id":"shakuntala.gill@gmail.com","dop":"2026-02-03","serial_number":"272393474207901","imei1":"272393474207901","imei2":"272393474207901","popurl":"www.chandan-iyer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185319,"job_number":"JOB_185319","tr_customer_id":185337,"tr_customer_product_id":185327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Suma Saini","mobile_number":"7438269880","email_id":"atmaja.jain@yahoo.co.in","dop":"2026-02-03","serial_number":"220407181118481","imei1":"220407181118481","imei2":"220407181118481","popurl":"www.tanirika-verma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185320,"job_number":"JOB_185320","tr_customer_id":185339,"tr_customer_product_id":185328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Mandakini Saini","mobile_number":"7466053470","email_id":"ujjawal.dutta@gmail.com","dop":"2026-02-03","serial_number":"194944921881915","imei1":"194944921881915","imei2":"194944921881915","popurl":"www.amaranaath-varman.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185321,"job_number":"JOB_185321","tr_customer_id":185338,"tr_customer_product_id":185329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Aatmaja Gupta","mobile_number":"7479300502","email_id":"tej.kaniyar@gmail.com","dop":"2026-02-03","serial_number":"536659465787900","imei1":"536659465787900","imei2":"536659465787900","popurl":"www.aashritha-mehra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185322,"job_number":"JOB_185322","tr_customer_id":185340,"tr_customer_product_id":185330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Dhananjay Gandhi","mobile_number":"7420762088","email_id":"hiranya.bharadwaj@yahoo.co.in","dop":"2026-02-03","serial_number":"869049204221945","imei1":"869049204221945","imei2":"869049204221945","popurl":"www.ritesh-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185323,"job_number":"JOB_185323","tr_customer_id":185341,"tr_customer_product_id":185331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Indra Pillai","mobile_number":"7494240552","email_id":"laxman.pothuvaal@gmail.com","dop":"2026-02-03","serial_number":"981154297936001","imei1":"981154297936001","imei2":"981154297936001","popurl":"www.vidhya-bharadwaj.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185324,"job_number":"JOB_185324","tr_customer_id":185342,"tr_customer_product_id":185332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Bhudeva Jain","mobile_number":"7477119178","email_id":"param.banerjee@gmail.com","dop":"2026-02-03","serial_number":"165521204162711","imei1":"165521204162711","imei2":"165521204162711","popurl":"www.bela-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185325,"job_number":"JOB_185325","tr_customer_id":185343,"tr_customer_product_id":185333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Ritesh Mukhopadhyay","mobile_number":"7416478396","email_id":"amish.mehra@yahoo.co.in","dop":"2026-02-03","serial_number":"963491715886122","imei1":"963491715886122","imei2":"963491715886122","popurl":"www.giri-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185326,"job_number":"JOB_185326","tr_customer_id":185344,"tr_customer_product_id":185334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Chidaakaash Dubashi","mobile_number":"7483292197","email_id":"dipendra.naik@gmail.com","dop":"2026-02-03","serial_number":"811913326786097","imei1":"811913326786097","imei2":"811913326786097","popurl":"www.dwaipayana-tagore.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185327,"job_number":"JOB_185327","tr_customer_id":185345,"tr_customer_product_id":185335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Kalinda Nayar","mobile_number":"7422072888","email_id":"aayushman.asan@yahoo.co.in","dop":"2026-02-03","serial_number":"168049538637152","imei1":"168049538637152","imei2":"168049538637152","popurl":"www.bhamini-pothuvaal.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185328,"job_number":"JOB_185328","tr_customer_id":185346,"tr_customer_product_id":185336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Eekalabya Jha","mobile_number":"7497873102","email_id":"manisha.mishra@yahoo.co.in","dop":"2026-02-03","serial_number":"308642031875530","imei1":"308642031875530","imei2":"308642031875530","popurl":"www.guru-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185329,"job_number":"JOB_185329","tr_customer_id":185347,"tr_customer_product_id":185337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Sukanya Achari","mobile_number":"7485035556","email_id":"krishnadas.gupta@gmail.com","dop":"2026-02-03","serial_number":"509217954264841","imei1":"509217954264841","imei2":"509217954264841","popurl":"www.chidaatma-ahuja.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185330,"job_number":"JOB_185330","tr_customer_id":185348,"tr_customer_product_id":185338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Draupadi Singh","mobile_number":"7453120290","email_id":"tanushri.mukhopadhyay@hotmail.com","dop":"2026-02-03","serial_number":"485706593443599","imei1":"485706593443599","imei2":"485706593443599","popurl":"www.vrund-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185331,"job_number":"JOB_185331","tr_customer_id":185349,"tr_customer_product_id":185339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Goswamee Butt","mobile_number":"7476502562","email_id":"chandraswaroopa.abbott@yahoo.co.in","dop":"2026-02-03","serial_number":"968239201926792","imei1":"968239201926792","imei2":"968239201926792","popurl":"www.malti-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185332,"job_number":"JOB_185332","tr_customer_id":185350,"tr_customer_product_id":185340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Ameyatma Bhat","mobile_number":"7469324123","email_id":"bhagavaan.deshpande@gmail.com","dop":"2026-02-03","serial_number":"870103085181925","imei1":"870103085181925","imei2":"870103085181925","popurl":"www.aadidev-varman.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185333,"job_number":"JOB_185333","tr_customer_id":185351,"tr_customer_product_id":185341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Gouranga Guha","mobile_number":"7448580793","email_id":"kamala.iyengar@gmail.com","dop":"2026-02-03","serial_number":"451518087734296","imei1":"451518087734296","imei2":"451518087734296","popurl":"www.jagadisha-naik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185334,"job_number":"JOB_185334","tr_customer_id":185352,"tr_customer_product_id":185342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Hamsini Acharya","mobile_number":"7462796973","email_id":"dayamayee.dubashi@yahoo.co.in","dop":"2026-02-03","serial_number":"509736544375420","imei1":"509736544375420","imei2":"509736544375420","popurl":"www.aasa-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185337,"job_number":"JOB_185337","tr_customer_id":185355,"tr_customer_product_id":185345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:02:29.000Z","modified_at":"2026-02-13T11:02:30.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-02-03","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-02-03T11:02:20.464023936Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:02:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185338,"job_number":"JOB_185338","tr_customer_id":185356,"tr_customer_product_id":185346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:02:31.000Z","modified_at":"2026-02-13T11:02:31.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-02-03","serial_number":"53377966843989","imei1":"53377966843989","imei2":"53377966843989","popurl":"2026-02-03T11:02:20.466245772Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:02:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185339,"job_number":"JOB_185339","tr_customer_id":185357,"tr_customer_product_id":185347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:02:43.000Z","modified_at":"2026-02-13T11:02:43.000Z","name":"Kirti Chopra","mobile_number":"8633229297","email_id":"manik.pandey@hotmail.com","dop":"2026-02-03","serial_number":"85116152646857","imei1":"85116152646857","imei2":"85116152646857","popurl":"www.yogendra-dhawan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:02:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185340,"job_number":"JOB_185340","tr_customer_id":185358,"tr_customer_product_id":185348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:07:17.000Z","modified_at":"2026-02-13T11:07:17.000Z","name":"Jatin Tech","mobile_number":"8844737373","email_id":"test.tech@gmail.com","dop":"2025-09-30","serial_number":"15268472150161","imei1":"15268472150161","imei2":"15268472150161","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185342,"job_number":"JOB_185342","tr_customer_id":185360,"tr_customer_product_id":185350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:07:33.000Z","modified_at":"2026-02-13T11:07:33.000Z","name":"Satish ABCD","mobile_number":"8765737373","email_id":"test12.tech@gmail.com","dop":"2025-09-30","serial_number":"19943087830675","imei1":"19943087830675","imei2":"19943087830675","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:07:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185349,"job_number":"JOB_185349","tr_customer_id":185367,"tr_customer_product_id":185357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:51:54.000Z","modified_at":"2026-02-13T11:51:54.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-02-03","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-02-03T11:51:54.393969846Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185350,"job_number":"JOB_185350","tr_customer_id":185368,"tr_customer_product_id":185358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T12:39:02.000Z","modified_at":"2026-02-13T12:39:02.000Z","name":"Shridhar adhav","mobile_number":"9881654565","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"","imei1":"","imei2":"","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T12:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185354,"job_number":"JOB_185354","tr_customer_id":185372,"tr_customer_product_id":185362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:41:42.000Z","modified_at":"2026-02-13T13:41:42.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-02-03","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-02-03T13:41:41.956385733Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185355,"job_number":"JOB_185355","tr_customer_id":185373,"tr_customer_product_id":185363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:47:56.000Z","modified_at":"2026-02-13T13:47:56.000Z","name":"Terrell Kling","mobile_number":"483-660-5412","email_id":"Bryana_Ratke@yahoo.com","dop":"2025-05-05","serial_number":"18068843612898","imei1":"18068843612898","imei2":"18068843612898","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185356,"job_number":"JOB_185356","tr_customer_id":185374,"tr_customer_product_id":185364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:50:55.000Z","modified_at":"2026-02-13T13:50:55.000Z","name":"Aleen Luettgen","mobile_number":"441-363-1874","email_id":"Cierra81@yahoo.com","dop":"2025-11-06","serial_number":"10029378618828464","imei1":"10029378618828464","imei2":"10029378618828464","popurl":"2025-11-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185357,"job_number":"JOB_185357","tr_customer_id":185375,"tr_customer_product_id":185365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:09.000Z","modified_at":"2026-02-13T13:52:09.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"15310167321361","imei1":"15310167321361","imei2":"15310167321361","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185359,"job_number":"JOB_185359","tr_customer_id":185377,"tr_customer_product_id":185367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:10.000Z","modified_at":"2026-02-13T13:52:10.000Z","name":"Stefan Wintheiser","mobile_number":"985-670-1335","email_id":"Maryjane_Klein90@yahoo.com","dop":"2025-08-24","serial_number":"1006075575150173","imei1":"1006075575150173","imei2":"1006075575150173","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185360,"job_number":"JOB_185360","tr_customer_id":185378,"tr_customer_product_id":185368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:44.000Z","modified_at":"2026-02-13T13:52:44.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"18771659753439","imei1":"18771659753439","imei2":"18771659753439","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185362,"job_number":"JOB_185362","tr_customer_id":185380,"tr_customer_product_id":185370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:45.000Z","modified_at":"2026-02-13T13:52:45.000Z","name":"Palma Bahringer","mobile_number":"745-455-6417","email_id":"Zoie_Hills@yahoo.com","dop":"2025-08-24","serial_number":"1058035250148623","imei1":"1058035250148623","imei2":"1058035250148623","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185363,"job_number":"JOB_185363","tr_customer_id":185381,"tr_customer_product_id":185371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:53:17.000Z","modified_at":"2026-02-13T13:53:17.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"16030485473957","imei1":"16030485473957","imei2":"16030485473957","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185365,"job_number":"JOB_185365","tr_customer_id":185383,"tr_customer_product_id":185373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:53:18.000Z","modified_at":"2026-02-13T13:53:18.000Z","name":"Nichole West","mobile_number":"906-269-4203","email_id":"Flo_Goldner32@hotmail.com","dop":"2025-08-24","serial_number":"1009562412616311","imei1":"1009562412616311","imei2":"1009562412616311","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185366,"job_number":"JOB_185366","tr_customer_id":185384,"tr_customer_product_id":185374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:32.000Z","modified_at":"2026-02-13T13:56:32.000Z","name":"Jesus Moen","mobile_number":"478-612-4834","email_id":"Gordon_Pagac55@hotmail.com","dop":"2025-05-30","serial_number":"14761931379943","imei1":"14761931379943","imei2":"14761931379943","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185367,"job_number":"JOB_185367","tr_customer_id":185385,"tr_customer_product_id":185375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:33.000Z","modified_at":"2026-02-13T13:56:33.000Z","name":"Ramiro Mante","mobile_number":"329-366-5820","email_id":"Sylvan81@yahoo.com","dop":"2025-05-30","serial_number":"15886316827073","imei1":"15886316827073","imei2":"15886316827073","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185368,"job_number":"JOB_185368","tr_customer_id":185386,"tr_customer_product_id":185376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:34.000Z","modified_at":"2026-02-13T13:56:34.000Z","name":"Melvina Mitchell","mobile_number":"893-437-4377","email_id":"Ozella4@yahoo.com","dop":"2025-05-30","serial_number":"1209286513315207","imei1":"1209286513315207","imei2":"1209286513315207","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184751,"job_number":"JOB_184751","tr_customer_id":184769,"tr_customer_product_id":184759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:13:48.000Z","modified_at":"2026-02-12T22:13:48.000Z","name":"Jazmin Mante","mobile_number":"354-500-3705","email_id":"Lisa.Crona@yahoo.com","dop":"2025-04-25","serial_number":"50386118044652","imei1":"50386118044652","imei2":"50386118044652","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184770,"job_number":"JOB_184770","tr_customer_id":184788,"tr_customer_product_id":184778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:13:25.000Z","modified_at":"2026-02-13T04:13:25.000Z","name":"Fabian Windler","mobile_number":"719-828-2669","email_id":"Arvel27@gmail.com","dop":"2025-04-25","serial_number":"56506592488350","imei1":"56506592488350","imei2":"56506592488350","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:13:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184771,"job_number":"JOB_184771","tr_customer_id":184789,"tr_customer_product_id":184779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:26:41.000Z","modified_at":"2026-02-13T04:26:41.000Z","name":"Garnett Grant","mobile_number":"405-686-3819","email_id":"Karianne24@gmail.com","dop":"2025-04-25","serial_number":"15202885172969","imei1":"15202885172969","imei2":"15202885172969","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184809,"job_number":"JOB_184809","tr_customer_id":184827,"tr_customer_product_id":184817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:16.000Z","modified_at":"2026-02-13T04:32:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Austyn_Hegmann89@yahoo.com","dop":"2025-07-02","serial_number":"19663781366473","imei1":"19663781366473","imei2":"19663781366473","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184830,"job_number":"JOB_184830","tr_customer_id":184848,"tr_customer_product_id":184838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:33.000Z","modified_at":"2026-02-13T04:32:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Rachelle23@hotmail.com","dop":"2025-07-02","serial_number":"11218703119793","imei1":"11218703119793","imei2":"11218703119793","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184845,"job_number":"JOB_184845","tr_customer_id":184863,"tr_customer_product_id":184853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:47.000Z","modified_at":"2026-02-13T04:32:47.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"154392241561772","imei1":"154392241561772","imei2":"154392241561772","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184846,"job_number":"JOB_184846","tr_customer_id":184864,"tr_customer_product_id":184854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:47.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Lyric Swaniawski","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102798607821719","imei1":"102798607821719","imei2":"102798607821719","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184849,"job_number":"JOB_184849","tr_customer_id":184867,"tr_customer_product_id":184857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Joany Lemke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"132037029593101","imei1":"132037029593101","imei2":"132037029593101","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184851,"job_number":"JOB_184851","tr_customer_id":184869,"tr_customer_product_id":184859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Donnie Orn","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160113901553565","imei1":"160113901553565","imei2":"160113901553565","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184856,"job_number":"JOB_184856","tr_customer_id":184874,"tr_customer_product_id":184864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cheyanne_Considine83@yahoo.com","dop":"2025-07-02","serial_number":"12452529073758","imei1":"12452529073758","imei2":"12452529073758","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184871,"job_number":"JOB_184871","tr_customer_id":184889,"tr_customer_product_id":184879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18733072514249","imei1":"18733072514249","imei2":"18733072514249","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184874,"job_number":"JOB_184874","tr_customer_id":184892,"tr_customer_product_id":184882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100468240294064","imei1":"100468240294064","imei2":"100468240294064","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184877,"job_number":"JOB_184877","tr_customer_id":184895,"tr_customer_product_id":184885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:58.000Z","modified_at":"2026-02-13T04:32:58.000Z","name":"Winnifred Kunde","mobile_number":"533-419-2403","email_id":"Dewitt27@yahoo.com","dop":"2025-06-09","serial_number":"102400058417104","imei1":"102400058417104","imei2":"102400058417104","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184882,"job_number":"JOB_184882","tr_customer_id":184900,"tr_customer_product_id":184890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"115657934577972","imei1":"115657934577972","imei2":"115657934577972","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184884,"job_number":"JOB_184884","tr_customer_id":184902,"tr_customer_product_id":184892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"Melissa Daugherty","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197876089208755","imei1":"197876089208755","imei2":"197876089208755","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184887,"job_number":"JOB_184887","tr_customer_id":184905,"tr_customer_product_id":184895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Herman Daniel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187491371112259","imei1":"187491371112259","imei2":"187491371112259","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184890,"job_number":"JOB_184890","tr_customer_id":184908,"tr_customer_product_id":184898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Jaron Beahan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"153272174150781","imei1":"153272174150781","imei2":"153272174150781","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184902,"job_number":"JOB_184902","tr_customer_id":184920,"tr_customer_product_id":184910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:13.000Z","modified_at":"2026-02-13T04:33:13.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"101546835092311","imei1":"101546835092311","imei2":"101546835092311","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184907,"job_number":"JOB_184907","tr_customer_id":184925,"tr_customer_product_id":184915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:14.000Z","modified_at":"2026-02-13T04:33:14.000Z","name":"Daryl Kozey","mobile_number":"986-620-8870","email_id":"Carley.Batz@gmail.com","dop":"2025-06-09","serial_number":"103794403792222","imei1":"103794403792222","imei2":"103794403792222","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184916,"job_number":"JOB_184916","tr_customer_id":184934,"tr_customer_product_id":184924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:29.000Z","modified_at":"2026-02-13T04:33:29.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100467872168693","imei1":"100467872168693","imei2":"100467872168693","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184918,"job_number":"JOB_184918","tr_customer_id":184936,"tr_customer_product_id":184926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:30.000Z","modified_at":"2026-02-13T04:33:30.000Z","name":"Marlon Simonis","mobile_number":"424-759-4352","email_id":"Abdiel_Parisian99@hotmail.com","dop":"2025-06-09","serial_number":"109827038043724","imei1":"109827038043724","imei2":"109827038043724","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185010,"job_number":"JOB_185010","tr_customer_id":185028,"tr_customer_product_id":185018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:16:35.000Z","modified_at":"2026-02-13T05:16:35.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13197577753436","imei1":"13197577753436","imei2":"13197577753436","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:16:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185026,"job_number":"JOB_185026","tr_customer_id":185044,"tr_customer_product_id":185034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:14.000Z","modified_at":"2026-02-13T06:45:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104669259547998","imei1":"104669259547998","imei2":"104669259547998","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185028,"job_number":"JOB_185028","tr_customer_id":185046,"tr_customer_product_id":185036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:15.000Z","modified_at":"2026-02-13T06:45:15.000Z","name":"Torrance Schimmel","mobile_number":"223-815-6594","email_id":"Una.Champlin50@yahoo.com","dop":"2025-06-09","serial_number":"104716247270732","imei1":"104716247270732","imei2":"104716247270732","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185029,"job_number":"JOB_185029","tr_customer_id":185047,"tr_customer_product_id":185037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:30.000Z","modified_at":"2026-02-13T06:45:30.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107081951876080","imei1":"107081951876080","imei2":"107081951876080","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185031,"job_number":"JOB_185031","tr_customer_id":185049,"tr_customer_product_id":185039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:30.000Z","modified_at":"2026-02-13T06:45:30.000Z","name":"Cesar Stracke","mobile_number":"578-693-7255","email_id":"Margret.Veum51@yahoo.com","dop":"2025-06-09","serial_number":"106657207674390","imei1":"106657207674390","imei2":"106657207674390","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185032,"job_number":"JOB_185032","tr_customer_id":185050,"tr_customer_product_id":185040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:45.000Z","modified_at":"2026-02-13T06:45:45.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107520759406352","imei1":"107520759406352","imei2":"107520759406352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185034,"job_number":"JOB_185034","tr_customer_id":185052,"tr_customer_product_id":185042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:46.000Z","modified_at":"2026-02-13T06:45:46.000Z","name":"Marcelo Wehner","mobile_number":"345-569-4804","email_id":"Vito3@gmail.com","dop":"2025-06-09","serial_number":"109269254903528","imei1":"109269254903528","imei2":"109269254903528","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185173,"job_number":"JOB_185173","tr_customer_id":185191,"tr_customer_product_id":185181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:54:19.000Z","modified_at":"2026-02-13T07:54:19.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Carmel.Goyette10@gmail.com","dop":"2025-07-02","serial_number":"15225496783550","imei1":"15225496783550","imei2":"15225496783550","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185174,"job_number":"JOB_185174","tr_customer_id":185192,"tr_customer_product_id":185182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:54:36.000Z","modified_at":"2026-02-13T07:54:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Annette_Jenkins@hotmail.com","dop":"2025-07-02","serial_number":"19956111849257","imei1":"19956111849257","imei2":"19956111849257","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:54:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185175,"job_number":"JOB_185175","tr_customer_id":185193,"tr_customer_product_id":185183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:54:53.000Z","modified_at":"2026-02-13T07:54:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Orval18@yahoo.com","dop":"2025-07-02","serial_number":"16425780633885","imei1":"16425780633885","imei2":"16425780633885","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185183,"job_number":"JOB_185183","tr_customer_id":185201,"tr_customer_product_id":185191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:22:03.000Z","modified_at":"2026-02-13T08:22:03.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"22667278896558","imei1":"22667278896558","imei2":"22667278896558","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185184,"job_number":"JOB_185184","tr_customer_id":185202,"tr_customer_product_id":185192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:48:22.000Z","modified_at":"2026-02-13T08:48:22.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"18415998351827","imei1":"18415998351827","imei2":"18415998351827","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:48:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185185,"job_number":"JOB_185185","tr_customer_id":185203,"tr_customer_product_id":185193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:48:26.000Z","modified_at":"2026-02-13T08:48:26.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"17054272707959","imei1":"17054272707959","imei2":"17054272707959","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185186,"job_number":"JOB_185186","tr_customer_id":185204,"tr_customer_product_id":185194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:48:29.000Z","modified_at":"2026-02-13T08:48:29.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"13559321136964","imei1":"13559321136964","imei2":"13559321136964","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185198,"job_number":"JOB_185198","tr_customer_id":185216,"tr_customer_product_id":185206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:57:50.000Z","modified_at":"2026-02-13T08:57:50.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"14084520289726","imei1":"14084520289726","imei2":"14084520289726","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185211,"job_number":"JOB_185211","tr_customer_id":185229,"tr_customer_product_id":185219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:00:47.000Z","modified_at":"2026-02-13T09:00:47.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"14884411815575","imei1":"14884411815575","imei2":"14884411815575","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185345,"job_number":"JOB_185345","tr_customer_id":185363,"tr_customer_product_id":185353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:32:00.000Z","modified_at":"2026-02-13T11:32:00.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"10134742422640","imei1":"10134742422640","imei2":"10134742422640","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184839,"job_number":"JOB_184839","tr_customer_id":184857,"tr_customer_product_id":184847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:43.000Z","modified_at":"2026-02-13T04:32:43.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10221945868365","imei1":"10221945868365","imei2":"10221945868365","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184842,"job_number":"JOB_184842","tr_customer_id":184860,"tr_customer_product_id":184850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:45.000Z","modified_at":"2026-02-13T04:32:45.000Z","name":"Robin O'Connell","mobile_number":"437-228-3400","email_id":"Eusebio71@hotmail.com","dop":"2000-01-31","serial_number":"1093583948153887","imei1":"1093583948153887","imei2":"1093583948153887","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184912,"job_number":"JOB_184912","tr_customer_id":184930,"tr_customer_product_id":184920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:27.000Z","modified_at":"2026-02-13T04:33:27.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10656878833947","imei1":"10656878833947","imei2":"10656878833947","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184914,"job_number":"JOB_184914","tr_customer_id":184932,"tr_customer_product_id":184922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:29.000Z","modified_at":"2026-02-13T04:33:29.000Z","name":"Angelo Dare","mobile_number":"969-413-4693","email_id":"Moses_Windler53@hotmail.com","dop":"2000-01-31","serial_number":"1022571205384729","imei1":"1022571205384729","imei2":"1022571205384729","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184955,"job_number":"JOB_184955","tr_customer_id":184973,"tr_customer_product_id":184963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:11.000Z","modified_at":"2026-02-13T04:34:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10045108679517","imei1":"10045108679517","imei2":"10045108679517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184957,"job_number":"JOB_184957","tr_customer_id":184975,"tr_customer_product_id":184965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:13.000Z","modified_at":"2026-02-13T04:34:13.000Z","name":"Sammie Stehr","mobile_number":"932-706-4162","email_id":"Uriel94@gmail.com","dop":"2000-01-31","serial_number":"1050234470458248","imei1":"1050234470458248","imei2":"1050234470458248","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184981,"job_number":"JOB_184981","tr_customer_id":184999,"tr_customer_product_id":184989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:55.000Z","modified_at":"2026-02-13T04:34:55.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10338678071375","imei1":"10338678071375","imei2":"10338678071375","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184983,"job_number":"JOB_184983","tr_customer_id":185001,"tr_customer_product_id":184991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:56.000Z","modified_at":"2026-02-13T04:34:56.000Z","name":"Jovanny Hammes","mobile_number":"291-860-3782","email_id":"Marge.Beatty@gmail.com","dop":"2000-01-31","serial_number":"1094935318351557","imei1":"1094935318351557","imei2":"1094935318351557","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185091,"job_number":"JOB_185091","tr_customer_id":185109,"tr_customer_product_id":185099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:35.000Z","modified_at":"2026-02-13T06:59:35.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10570761384069","imei1":"10570761384069","imei2":"10570761384069","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185093,"job_number":"JOB_185093","tr_customer_id":185111,"tr_customer_product_id":185101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:36.000Z","modified_at":"2026-02-13T06:59:36.000Z","name":"Cory Crist","mobile_number":"579-337-1323","email_id":"Annabel_Stoltenberg25@gmail.com","dop":"2000-01-31","serial_number":"1077060082125822","imei1":"1077060082125822","imei2":"1077060082125822","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185106,"job_number":"JOB_185106","tr_customer_id":185124,"tr_customer_product_id":185114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:21.000Z","modified_at":"2026-02-13T07:00:21.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10402489726540","imei1":"10402489726540","imei2":"10402489726540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185108,"job_number":"JOB_185108","tr_customer_id":185126,"tr_customer_product_id":185116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:22.000Z","modified_at":"2026-02-13T07:00:22.000Z","name":"Beaulah Friesen","mobile_number":"773-476-8309","email_id":"Luz72@gmail.com","dop":"2000-01-31","serial_number":"1014908268944663","imei1":"1014908268944663","imei2":"1014908268944663","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185118,"job_number":"JOB_185118","tr_customer_id":185136,"tr_customer_product_id":185126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:06.000Z","modified_at":"2026-02-13T07:01:06.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10627058614212","imei1":"10627058614212","imei2":"10627058614212","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185120,"job_number":"JOB_185120","tr_customer_id":185138,"tr_customer_product_id":185128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:08.000Z","modified_at":"2026-02-13T07:01:08.000Z","name":"Alexanne Klein","mobile_number":"632-776-8316","email_id":"Christopher_Luettgen74@yahoo.com","dop":"2000-01-31","serial_number":"1028529433451337","imei1":"1028529433451337","imei2":"1028529433451337","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185127,"job_number":"JOB_185127","tr_customer_id":185145,"tr_customer_product_id":185135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:51.000Z","modified_at":"2026-02-13T07:01:51.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10964660230387","imei1":"10964660230387","imei2":"10964660230387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185129,"job_number":"JOB_185129","tr_customer_id":185147,"tr_customer_product_id":185137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:53.000Z","modified_at":"2026-02-13T07:01:53.000Z","name":"Frederik Feeney","mobile_number":"305-205-0417","email_id":"Esta21@hotmail.com","dop":"2000-01-31","serial_number":"1058526470113418","imei1":"1058526470113418","imei2":"1058526470113418","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDF9.Vy2Dn59G-0W8K88SGH1nz7oYTz8BaQGXRfmIOOq3m7w |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 49255b4c-eb6e-440f-becc-1d3050c18b5f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:43 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"job_id":68105,"engineer_id":2}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDF9.Vy2Dn59G-0W8K88SGH1nz7oYTz8BaQGXRfmIOOq3m7w |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7c4b91be-fe79-46ed-9e73-2a6688360e6c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 185366,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:43 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1f66f7-gVdVNYzsbtArQeNVbvrpUvuD5ig"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDF9.Vy2Dn59G-0W8K88SGH1nz7oYTz8BaQGXRfmIOOq3m7w |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d1ae21ef-d3a8-4b91-bb9f-52445d115f57 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"74868-nM/d6Q4gZ0Fr3q1DrRfVml3BQOo" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:44 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":184687,"job_number":"JOB_184687","tr_customer_id":184705,"tr_customer_product_id":184695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:04:20.000Z","modified_at":"2026-02-12T20:04:20.000Z","name":"Dino Feeney","mobile_number":"715-296-9270","email_id":"Rhea82@hotmail.com","dop":"2025-04-06","serial_number":"10100235104389604","imei1":"10100235104389604","imei2":"10100235104389604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:04:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184689,"job_number":"JOB_184689","tr_customer_id":184707,"tr_customer_product_id":184697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:25:39.000Z","modified_at":"2026-02-12T20:25:39.000Z","name":"Amely Keeling","mobile_number":"829-803-1877","email_id":"Naomie.Metz@yahoo.com","dop":"2025-04-06","serial_number":"15438178500673588","imei1":"15438178500673588","imei2":"15438178500673588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184691,"job_number":"JOB_184691","tr_customer_id":184709,"tr_customer_product_id":184699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:31:13.000Z","modified_at":"2026-02-12T20:31:13.000Z","name":"Carol Roob","mobile_number":"952-922-7202","email_id":"Tessie.Cummings@yahoo.com","dop":"2025-04-06","serial_number":"10288671305390638","imei1":"10288671305390638","imei2":"10288671305390638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:31:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184693,"job_number":"JOB_184693","tr_customer_id":184711,"tr_customer_product_id":184701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:37:38.000Z","modified_at":"2026-02-12T20:37:38.000Z","name":"Zachariah Gutmann","mobile_number":"443-527-7328","email_id":"Blaze.Ratke61@gmail.com","dop":"2025-04-06","serial_number":"15958276262904660","imei1":"15958276262904660","imei2":"15958276262904660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:37:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184694,"job_number":"JOB_184694","tr_customer_id":184712,"tr_customer_product_id":184702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:19.000Z","modified_at":"2026-02-12T20:38:19.000Z","name":"anusha saikam","mobile_number":"12345678790","email_id":"anusha@gmail.com","dop":"2025-04-06","serial_number":"15212589904600","imei1":"15212589904600","imei2":"15212589904600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:38:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184696,"job_number":"JOB_184696","tr_customer_id":184714,"tr_customer_product_id":184704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:21.000Z","modified_at":"2026-02-12T20:38:21.000Z","name":"Myrtice McCullough","mobile_number":"453-690-3607","email_id":"Amani.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"19873031337146804","imei1":"19873031337146804","imei2":"19873031337146804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:38:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184697,"job_number":"JOB_184697","tr_customer_id":184715,"tr_customer_product_id":184705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:37.000Z","modified_at":"2026-02-12T20:38:37.000Z","name":"alpha p","mobile_number":"4561237890","email_id":"alpha@gmail.com","dop":"2025-04-06","serial_number":"12450227469084","imei1":"12450227469084","imei2":"12450227469084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184699,"job_number":"JOB_184699","tr_customer_id":184717,"tr_customer_product_id":184707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:39.000Z","modified_at":"2026-02-12T20:38:39.000Z","name":"Lavon Roberts","mobile_number":"575-910-1709","email_id":"Savion_Cormier@gmail.com","dop":"2025-04-06","serial_number":"13227454560961338","imei1":"13227454560961338","imei2":"13227454560961338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:38:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184700,"job_number":"JOB_184700","tr_customer_id":184718,"tr_customer_product_id":184708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:54.000Z","modified_at":"2026-02-12T20:38:54.000Z","name":"beta t","mobile_number":"7894561230","email_id":"beta@gmail.com","dop":"2025-04-06","serial_number":"18689913573606","imei1":"18689913573606","imei2":"18689913573606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:38:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184702,"job_number":"JOB_184702","tr_customer_id":184720,"tr_customer_product_id":184710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:56.000Z","modified_at":"2026-02-12T20:38:56.000Z","name":"Chelsey Aufderhar","mobile_number":"840-821-3431","email_id":"Madisen32@yahoo.com","dop":"2025-04-06","serial_number":"14769248638137172","imei1":"14769248638137172","imei2":"14769248638137172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:38:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184703,"job_number":"JOB_184703","tr_customer_id":184721,"tr_customer_product_id":184711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:47:23.000Z","modified_at":"2026-02-12T20:47:23.000Z","name":"anusha saikam","mobile_number":"12345678790","email_id":"anusha@gmail.com","dop":"2025-04-06","serial_number":"13149350023074","imei1":"13149350023074","imei2":"13149350023074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:47:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184705,"job_number":"JOB_184705","tr_customer_id":184723,"tr_customer_product_id":184713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:47:25.000Z","modified_at":"2026-02-12T20:47:25.000Z","name":"Makenzie Howe","mobile_number":"741-472-7785","email_id":"Michaela_Collier@hotmail.com","dop":"2025-04-06","serial_number":"13120094652400618","imei1":"13120094652400618","imei2":"13120094652400618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184706,"job_number":"JOB_184706","tr_customer_id":184724,"tr_customer_product_id":184714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:48:17.000Z","modified_at":"2026-02-12T20:48:17.000Z","name":"alpha p","mobile_number":"4561237890","email_id":"alpha@gmail.com","dop":"2025-04-06","serial_number":"17314067650681","imei1":"17314067650681","imei2":"17314067650681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184708,"job_number":"JOB_184708","tr_customer_id":184726,"tr_customer_product_id":184716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:48:19.000Z","modified_at":"2026-02-12T20:48:20.000Z","name":"Kay Daugherty","mobile_number":"233-778-1240","email_id":"Krystel_Homenick77@gmail.com","dop":"2025-04-06","serial_number":"19381676825296456","imei1":"19381676825296456","imei2":"19381676825296456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:48:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184709,"job_number":"JOB_184709","tr_customer_id":184727,"tr_customer_product_id":184717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:49:12.000Z","modified_at":"2026-02-12T20:49:12.000Z","name":"beta t","mobile_number":"7894561230","email_id":"beta@gmail.com","dop":"2025-04-06","serial_number":"17679005181573","imei1":"17679005181573","imei2":"17679005181573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184711,"job_number":"JOB_184711","tr_customer_id":184729,"tr_customer_product_id":184719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:49:14.000Z","modified_at":"2026-02-12T20:49:14.000Z","name":"Jermey Johnston","mobile_number":"201-855-1181","email_id":"Buster53@gmail.com","dop":"2025-04-06","serial_number":"15412395972343060","imei1":"15412395972343060","imei2":"15412395972343060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184712,"job_number":"JOB_184712","tr_customer_id":184730,"tr_customer_product_id":184720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:50:30.000Z","modified_at":"2026-02-12T20:50:30.000Z","name":"anusha saikam","mobile_number":"12345678790","email_id":"anusha@gmail.com","dop":"2025-04-06","serial_number":"16774639544671","imei1":"16774639544671","imei2":"16774639544671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:50:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184714,"job_number":"JOB_184714","tr_customer_id":184732,"tr_customer_product_id":184722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:50:32.000Z","modified_at":"2026-02-12T20:50:32.000Z","name":"Cassandra Schowalter","mobile_number":"838-834-8725","email_id":"Tomasa2@yahoo.com","dop":"2025-04-06","serial_number":"17305696939230020","imei1":"17305696939230020","imei2":"17305696939230020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184715,"job_number":"JOB_184715","tr_customer_id":184733,"tr_customer_product_id":184723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:51:21.000Z","modified_at":"2026-02-12T20:51:21.000Z","name":"alpha p","mobile_number":"4561237890","email_id":"alpha@gmail.com","dop":"2025-04-06","serial_number":"12040593843878","imei1":"12040593843878","imei2":"12040593843878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184717,"job_number":"JOB_184717","tr_customer_id":184735,"tr_customer_product_id":184725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:51:23.000Z","modified_at":"2026-02-12T20:51:23.000Z","name":"Brennon Graham","mobile_number":"938-397-3948","email_id":"Richard.Heathcote@yahoo.com","dop":"2025-04-06","serial_number":"17725482369394436","imei1":"17725482369394436","imei2":"17725482369394436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184718,"job_number":"JOB_184718","tr_customer_id":184736,"tr_customer_product_id":184726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:52:13.000Z","modified_at":"2026-02-12T20:52:13.000Z","name":"beta t","mobile_number":"7894561230","email_id":"beta@gmail.com","dop":"2025-04-06","serial_number":"16573131240394","imei1":"16573131240394","imei2":"16573131240394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184720,"job_number":"JOB_184720","tr_customer_id":184738,"tr_customer_product_id":184728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:52:15.000Z","modified_at":"2026-02-12T20:52:15.000Z","name":"Jordyn Denesik","mobile_number":"604-206-6752","email_id":"Milford_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"11124462415018746","imei1":"11124462415018746","imei2":"11124462415018746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184721,"job_number":"JOB_184721","tr_customer_id":184739,"tr_customer_product_id":184729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:54:18.000Z","modified_at":"2026-02-12T20:54:18.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317995","imei1":"90183914317988","imei2":"70183914317988","popurl":"2026-02-02T20:54:16.913483Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:54:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184722,"job_number":"JOB_184722","tr_customer_id":184740,"tr_customer_product_id":184730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:55:20.000Z","modified_at":"2026-02-12T20:55:20.000Z","name":"anusha saikam","mobile_number":"12345678790","email_id":"anusha@gmail.com","dop":"2025-04-06","serial_number":"19118102501357","imei1":"19118102501357","imei2":"19118102501357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184724,"job_number":"JOB_184724","tr_customer_id":184742,"tr_customer_product_id":184732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:55:22.000Z","modified_at":"2026-02-12T20:55:22.000Z","name":"Dexter Gusikowski","mobile_number":"371-274-2460","email_id":"Ted96@hotmail.com","dop":"2025-04-06","serial_number":"19854699216322550","imei1":"19854699216322550","imei2":"19854699216322550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184725,"job_number":"JOB_184725","tr_customer_id":184743,"tr_customer_product_id":184733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:56:14.000Z","modified_at":"2026-02-12T20:56:14.000Z","name":"alpha p","mobile_number":"4561237890","email_id":"alpha@gmail.com","dop":"2025-04-06","serial_number":"13576004559658","imei1":"13576004559658","imei2":"13576004559658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184727,"job_number":"JOB_184727","tr_customer_id":184745,"tr_customer_product_id":184735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:56:16.000Z","modified_at":"2026-02-12T20:56:16.000Z","name":"Lucious Hyatt","mobile_number":"951-525-9746","email_id":"Leopoldo16@gmail.com","dop":"2025-04-06","serial_number":"10160961743195554","imei1":"10160961743195554","imei2":"10160961743195554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184728,"job_number":"JOB_184728","tr_customer_id":184746,"tr_customer_product_id":184736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:57:09.000Z","modified_at":"2026-02-12T20:57:09.000Z","name":"beta t","mobile_number":"7894561230","email_id":"beta@gmail.com","dop":"2025-04-06","serial_number":"12403684448624","imei1":"12403684448624","imei2":"12403684448624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184730,"job_number":"JOB_184730","tr_customer_id":184748,"tr_customer_product_id":184738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:57:11.000Z","modified_at":"2026-02-12T20:57:11.000Z","name":"Savannah Murazik","mobile_number":"920-679-7649","email_id":"Rex_Ferry@yahoo.com","dop":"2025-04-06","serial_number":"18302652424297124","imei1":"18302652424297124","imei2":"18302652424297124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184731,"job_number":"JOB_184731","tr_customer_id":184749,"tr_customer_product_id":184739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:58:07.000Z","modified_at":"2026-02-12T20:58:07.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317995","imei1":"90183914317955","imei2":"70183914317955","popurl":"2026-02-02T20:58:05.498854Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T20:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184732,"job_number":"JOB_184732","tr_customer_id":184750,"tr_customer_product_id":184740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T21:00:37.000Z","modified_at":"2026-02-12T21:00:37.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-02-07","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-02-07T21:00:36.796136366Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T21:00:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184733,"job_number":"JOB_184733","tr_customer_id":184751,"tr_customer_product_id":184741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T21:06:48.000Z","modified_at":"2026-02-12T21:06:48.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317995","imei1":"90183914317951","imei2":"70183914317951","popurl":"2026-02-02T21:06:46.460266Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T21:06:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184734,"job_number":"JOB_184734","tr_customer_id":184752,"tr_customer_product_id":184742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T21:07:54.000Z","modified_at":"2026-02-12T21:07:54.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317995","imei1":"90183914317950","imei2":"70183914317950","popurl":"2026-02-02T21:07:52.385495Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T21:07:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184735,"job_number":"JOB_184735","tr_customer_id":184753,"tr_customer_product_id":184743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T21:44:17.000Z","modified_at":"2026-02-12T21:44:17.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317995","imei1":"90183914317952","imei2":"70183914317952","popurl":"2026-02-02T21:44:15.196736Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T21:44:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184736,"job_number":"JOB_184736","tr_customer_id":184754,"tr_customer_product_id":184744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T21:45:45.000Z","modified_at":"2026-02-12T21:45:45.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317995","imei1":"90183914317959","imei2":"70183914317951","popurl":"2026-02-02T21:45:43.378754Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T21:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184737,"job_number":"JOB_184737","tr_customer_id":184755,"tr_customer_product_id":184745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T21:53:18.000Z","modified_at":"2026-02-12T21:53:18.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317995","imei1":"90183914317954","imei2":"70183914317954","popurl":"2026-02-02T21:53:16.946093Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T21:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184738,"job_number":"JOB_184738","tr_customer_id":184756,"tr_customer_product_id":184746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T21:54:58.000Z","modified_at":"2026-02-12T21:54:58.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-02","serial_number":"90183914317991","imei1":"90183914317953","imei2":"70183914317952","popurl":"2026-02-02T21:54:56.793634Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T21:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184739,"job_number":"JOB_184739","tr_customer_id":184757,"tr_customer_product_id":184747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:00:36.000Z","modified_at":"2026-02-12T22:00:36.000Z","name":"Aleen Kassulke","mobile_number":"7038652446","email_id":"regenia.macejkovic@yahoo.com","dop":"2026-02-02","serial_number":"828014116392380","imei1":"307284782697862","imei2":"713115809750030","popurl":"www.von-reilly.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184741,"job_number":"JOB_184741","tr_customer_id":184759,"tr_customer_product_id":184749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:06:29.000Z","modified_at":"2026-02-12T22:06:29.000Z","name":"Addie Cole","mobile_number":"564-316-2247","email_id":"Clint_Goodwin@yahoo.com","dop":"2025-04-06","serial_number":"13757956406002542","imei1":"13757956406002542","imei2":"13757956406002542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:06:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184742,"job_number":"JOB_184742","tr_customer_id":184760,"tr_customer_product_id":184750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:10:57.000Z","modified_at":"2026-02-12T22:10:57.000Z","name":"anusha saikam","mobile_number":"12345678790","email_id":"anusha@gmail.com","dop":"2025-04-06","serial_number":"10167869283970","imei1":"10167869283970","imei2":"10167869283970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:10:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184744,"job_number":"JOB_184744","tr_customer_id":184762,"tr_customer_product_id":184752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:10:59.000Z","modified_at":"2026-02-12T22:10:59.000Z","name":"Mariah Lynch","mobile_number":"243-439-8708","email_id":"Desiree_Goldner44@hotmail.com","dop":"2025-04-06","serial_number":"19602278326319664","imei1":"19602278326319664","imei2":"19602278326319664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:10:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184745,"job_number":"JOB_184745","tr_customer_id":184763,"tr_customer_product_id":184753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:11:49.000Z","modified_at":"2026-02-12T22:11:49.000Z","name":"alpha p","mobile_number":"4561237890","email_id":"alpha@gmail.com","dop":"2025-04-06","serial_number":"12396362027044","imei1":"12396362027044","imei2":"12396362027044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:11:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184747,"job_number":"JOB_184747","tr_customer_id":184765,"tr_customer_product_id":184755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:11:51.000Z","modified_at":"2026-02-12T22:11:51.000Z","name":"Helen Blanda","mobile_number":"751-242-5721","email_id":"Zetta_Haley@hotmail.com","dop":"2025-04-06","serial_number":"14512393489072654","imei1":"14512393489072654","imei2":"14512393489072654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:11:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184748,"job_number":"JOB_184748","tr_customer_id":184766,"tr_customer_product_id":184756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:12:42.000Z","modified_at":"2026-02-12T22:12:42.000Z","name":"beta t","mobile_number":"7894561230","email_id":"beta@gmail.com","dop":"2025-04-06","serial_number":"13279528665752","imei1":"13279528665752","imei2":"13279528665752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:12:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184750,"job_number":"JOB_184750","tr_customer_id":184768,"tr_customer_product_id":184758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:12:44.000Z","modified_at":"2026-02-12T22:12:44.000Z","name":"Cortney Graham","mobile_number":"710-257-1761","email_id":"Maegan46@gmail.com","dop":"2025-04-06","serial_number":"13163711145196104","imei1":"13163711145196104","imei2":"13163711145196104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:12:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184752,"job_number":"JOB_184752","tr_customer_id":184770,"tr_customer_product_id":184760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T23:34:51.000Z","modified_at":"2026-02-12T23:34:51.000Z","name":"Raphaelle Roob","mobile_number":"823-971-6563","email_id":"Mariana.Mosciski@yahoo.com","dop":"2025-05-01","serial_number":"19974917682594","imei1":"19974917682594","imei2":"19974917682594","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T23:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184753,"job_number":"JOB_184753","tr_customer_id":184771,"tr_customer_product_id":184761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T23:50:26.000Z","modified_at":"2026-02-12T23:50:26.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-02-02","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-02-02T23:50:26.418755310Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T23:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184754,"job_number":"JOB_184754","tr_customer_id":184772,"tr_customer_product_id":184762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T23:50:27.000Z","modified_at":"2026-02-12T23:50:27.000Z","name":"Atreyi Sharma","mobile_number":"7064240096","email_id":"anshula.bhattacharya@hotmail.com","dop":"2026-02-02","serial_number":"993347904523413","imei1":"993347904523413","imei2":"993347904523413","popurl":"www.rupinder-trivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T23:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184755,"job_number":"JOB_184755","tr_customer_id":184773,"tr_customer_product_id":184763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T23:52:55.000Z","modified_at":"2026-02-12T23:52:55.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-02-02","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-02-02T23:52:54.740193010Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T23:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184759,"job_number":"JOB_184759","tr_customer_id":184777,"tr_customer_product_id":184767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:26:22.000Z","modified_at":"2026-02-13T03:26:22.000Z","name":"Khalil Simonis","mobile_number":"550-691-7710","email_id":"Sebastian0@hotmail.com","dop":"2025-05-30","serial_number":"19513154070821","imei1":"19513154070821","imei2":"19513154070821","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184760,"job_number":"JOB_184760","tr_customer_id":184778,"tr_customer_product_id":184768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:26:23.000Z","modified_at":"2026-02-13T03:26:23.000Z","name":"Wilhelmine Wisozk","mobile_number":"644-910-4056","email_id":"Lilliana72@gmail.com","dop":"2025-05-30","serial_number":"1901616915631974","imei1":"1901616915631974","imei2":"1901616915631974","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184761,"job_number":"JOB_184761","tr_customer_id":184779,"tr_customer_product_id":184769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:38:25.000Z","modified_at":"2026-02-13T03:38:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17266026736260","imei1":"17266026736260","imei2":"17266026736260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184763,"job_number":"JOB_184763","tr_customer_id":184781,"tr_customer_product_id":184771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:38:27.000Z","modified_at":"2026-02-13T03:38:27.000Z","name":"Hester Ferry","mobile_number":"964-828-1342","email_id":"Davonte.Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"11762313315976894","imei1":"11762313315976894","imei2":"11762313315976894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184764,"job_number":"JOB_184764","tr_customer_id":184782,"tr_customer_product_id":184772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:08.000Z","modified_at":"2026-02-13T03:39:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10565685753498","imei1":"10565685753498","imei2":"10565685753498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184766,"job_number":"JOB_184766","tr_customer_id":184784,"tr_customer_product_id":184774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:10.000Z","modified_at":"2026-02-13T03:39:10.000Z","name":"Ellsworth Swaniawski","mobile_number":"866-308-5730","email_id":"Keshawn54@hotmail.com","dop":"2025-04-06","serial_number":"18955932202675496","imei1":"18955932202675496","imei2":"18955932202675496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184767,"job_number":"JOB_184767","tr_customer_id":184785,"tr_customer_product_id":184775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:51.000Z","modified_at":"2026-02-13T03:39:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13335781395216","imei1":"13335781395216","imei2":"13335781395216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184769,"job_number":"JOB_184769","tr_customer_id":184787,"tr_customer_product_id":184777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:53.000Z","modified_at":"2026-02-13T03:39:53.000Z","name":"Rachael Farrell","mobile_number":"239-834-1323","email_id":"Cydney.Larson@yahoo.com","dop":"2025-04-06","serial_number":"11300624294368476","imei1":"11300624294368476","imei2":"11300624294368476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T03:39:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184774,"job_number":"JOB_184774","tr_customer_id":184792,"tr_customer_product_id":184782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:07.000Z","modified_at":"2026-02-13T04:31:07.000Z","name":"Maggie Wilkinson","mobile_number":"657-280-5367","email_id":"Efren_Schowalter26@hotmail.com","dop":"2025-04-06","serial_number":"11775493444218870","imei1":"11775493444218870","imei2":"11775493444218870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184775,"job_number":"JOB_184775","tr_customer_id":184793,"tr_customer_product_id":184783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:11.000Z","modified_at":"2026-02-13T04:31:11.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13850240798757","imei1":"13850240798757","imei2":"13850240798757","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184778,"job_number":"JOB_184778","tr_customer_id":184796,"tr_customer_product_id":184786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:13.000Z","modified_at":"2026-02-13T04:31:13.000Z","name":"Veronica Bartell","mobile_number":"404-806-2104","email_id":"Billy.Bartell92@yahoo.com","dop":"2025-04-06","serial_number":"17192435215284024","imei1":"17192435215284024","imei2":"17192435215284024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184780,"job_number":"JOB_184780","tr_customer_id":184798,"tr_customer_product_id":184788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:26.000Z","modified_at":"2026-02-13T04:31:26.000Z","name":"Margarette Williamson","mobile_number":"423-857-0598","email_id":"Conor_Keebler32@hotmail.com","dop":"2025-04-06","serial_number":"15800922330283344","imei1":"15800922330283344","imei2":"15800922330283344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184782,"job_number":"JOB_184782","tr_customer_id":184800,"tr_customer_product_id":184790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:28.000Z","modified_at":"2026-02-13T04:31:28.000Z","name":"Juana Volkman","mobile_number":"652-513-0375","email_id":"Garrick_Gerhold18@yahoo.com","dop":"2025-04-06","serial_number":"17172019312791484","imei1":"17172019312791484","imei2":"17172019312791484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184783,"job_number":"JOB_184783","tr_customer_id":184801,"tr_customer_product_id":184791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:32.000Z","modified_at":"2026-02-13T04:31:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14548582185753","imei1":"14548582185753","imei2":"14548582185753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184786,"job_number":"JOB_184786","tr_customer_id":184804,"tr_customer_product_id":184794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:34.000Z","modified_at":"2026-02-13T04:31:34.000Z","name":"Alize Hodkiewicz","mobile_number":"895-754-4838","email_id":"Nyah.Brekke85@hotmail.com","dop":"2025-04-06","serial_number":"12112792396323764","imei1":"12112792396323764","imei2":"12112792396323764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184787,"job_number":"JOB_184787","tr_customer_id":184805,"tr_customer_product_id":184795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:37.000Z","modified_at":"2026-02-13T04:31:37.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"71841674418773","imei1":"71841674418773","imei2":"71841674418773","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184788,"job_number":"JOB_184788","tr_customer_id":184806,"tr_customer_product_id":184796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:37.000Z","modified_at":"2026-02-13T04:31:37.000Z","name":"Korbin Schaefer","mobile_number":"506-787-9199","email_id":"Macie52@yahoo.com","dop":"2025-02-01","serial_number":"14530342267611","imei1":"14530342267611","imei2":"14530342267611","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184789,"job_number":"JOB_184789","tr_customer_id":184807,"tr_customer_product_id":184797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:38.000Z","modified_at":"2026-02-13T04:31:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16688470556380","imei1":"16688470556380","imei2":"16688470556380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184792,"job_number":"JOB_184792","tr_customer_id":184810,"tr_customer_product_id":184800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:40.000Z","modified_at":"2026-02-13T04:31:40.000Z","name":"Chaim Grant","mobile_number":"332-201-7063","email_id":"Rebeka_Windler21@hotmail.com","dop":"2025-04-06","serial_number":"12441157972248098","imei1":"12441157972248098","imei2":"12441157972248098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184794,"job_number":"JOB_184794","tr_customer_id":184812,"tr_customer_product_id":184802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:53.000Z","modified_at":"2026-02-13T04:31:53.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"14877825774947","imei1":"14877825774947","imei2":"14877825774947","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184796,"job_number":"JOB_184796","tr_customer_id":184814,"tr_customer_product_id":184804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:55.000Z","modified_at":"2026-02-13T04:31:55.000Z","name":"Lee Rosenbaum","mobile_number":"573-300-2795","email_id":"Maudie_Zieme@hotmail.com","dop":"2025-04-06","serial_number":"16770503528582600","imei1":"16770503528582600","imei2":"16770503528582600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:31:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184798,"job_number":"JOB_184798","tr_customer_id":184816,"tr_customer_product_id":184806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:05.000Z","modified_at":"2026-02-13T04:32:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10039063394949","imei1":"10039063394949","imei2":"10039063394949","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184800,"job_number":"JOB_184800","tr_customer_id":184818,"tr_customer_product_id":184808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:06.000Z","modified_at":"2026-02-13T04:32:06.000Z","name":"Jadon Turner","mobile_number":"346-217-5302","email_id":"Amie.Reilly75@yahoo.com","dop":"2025-06-18","serial_number":"1057958368215486","imei1":"1057958368215486","imei2":"1057958368215486","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184801,"job_number":"JOB_184801","tr_customer_id":184819,"tr_customer_product_id":184809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:13.000Z","modified_at":"2026-02-13T04:32:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13894724862247","imei1":"13894724862247","imei2":"13894724862247","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184804,"job_number":"JOB_184804","tr_customer_id":184822,"tr_customer_product_id":184812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:15.000Z","modified_at":"2026-02-13T04:32:15.000Z","name":"Milton Kirlin","mobile_number":"635-838-0226","email_id":"Mariela_Turner74@yahoo.com","dop":"2025-04-06","serial_number":"15054904582175136","imei1":"15054904582175136","imei2":"15054904582175136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184805,"job_number":"JOB_184805","tr_customer_id":184823,"tr_customer_product_id":184813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:15.000Z","modified_at":"2026-02-13T04:32:15.000Z","name":"Craig Witting","mobile_number":"292-435-5627","email_id":"Lester36@yahoo.com","dop":"2025-04-06","serial_number":"17486614316755718","imei1":"17486614316755718","imei2":"17486614316755718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184806,"job_number":"JOB_184806","tr_customer_id":184824,"tr_customer_product_id":184814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:15.000Z","modified_at":"2026-02-13T04:32:15.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184807,"job_number":"JOB_184807","tr_customer_id":184825,"tr_customer_product_id":184815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:16.000Z","modified_at":"2026-02-13T04:32:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17824923516108","imei1":"17824923516108","imei2":"17824923516108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184810,"job_number":"JOB_184810","tr_customer_id":184828,"tr_customer_product_id":184818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:18.000Z","modified_at":"2026-02-13T04:32:18.000Z","name":"Ezra Schimmel","mobile_number":"622-971-2550","email_id":"Eliezer16@hotmail.com","dop":"2025-04-06","serial_number":"16663661751047636","imei1":"16663661751047636","imei2":"16663661751047636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184811,"job_number":"JOB_184811","tr_customer_id":184829,"tr_customer_product_id":184819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:19.000Z","modified_at":"2026-02-13T04:32:19.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"55142380009183","imei1":"55142380009183","imei2":"55142380009183","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184812,"job_number":"JOB_184812","tr_customer_id":184830,"tr_customer_product_id":184820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:19.000Z","modified_at":"2026-02-13T04:32:19.000Z","name":"Mathias Hilll","mobile_number":"888-868-0163","email_id":"Pascale.Yost56@gmail.com","dop":"2025-02-01","serial_number":"20143070237985","imei1":"20143070237985","imei2":"20143070237985","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184814,"job_number":"JOB_184814","tr_customer_id":184832,"tr_customer_product_id":184822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:20.000Z","modified_at":"2026-02-13T04:32:20.000Z","name":"Douglas Schaden","mobile_number":"709-592-6104","email_id":"Ofelia25@yahoo.com","dop":"2025-04-06","serial_number":"14336334619188618","imei1":"14336334619188618","imei2":"14336334619188618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184816,"job_number":"JOB_184816","tr_customer_id":184834,"tr_customer_product_id":184824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:24.000Z","modified_at":"2026-02-13T04:32:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17179012040972","imei1":"17179012040972","imei2":"17179012040972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184819,"job_number":"JOB_184819","tr_customer_id":184837,"tr_customer_product_id":184827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:25.000Z","modified_at":"2026-02-13T04:32:25.000Z","name":"Lew Heathcote","mobile_number":"701-215-3811","email_id":"Orie_Huel14@yahoo.com","dop":"2025-04-06","serial_number":"15985241168337672","imei1":"15985241168337672","imei2":"15985241168337672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184820,"job_number":"JOB_184820","tr_customer_id":184838,"tr_customer_product_id":184828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:26.000Z","modified_at":"2026-02-13T04:32:26.000Z","name":"Sallie Gaylord","mobile_number":"250-979-8654","email_id":"Dasia_Miller@yahoo.com","dop":"2025-04-06","serial_number":"14081728168558148","imei1":"14081728168558148","imei2":"14081728168558148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184821,"job_number":"JOB_184821","tr_customer_id":184839,"tr_customer_product_id":184829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:27.000Z","modified_at":"2026-02-13T04:32:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11746461320628","imei1":"11746461320628","imei2":"11746461320628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184823,"job_number":"JOB_184823","tr_customer_id":184841,"tr_customer_product_id":184831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:28.000Z","modified_at":"2026-02-13T04:32:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14751946245680","imei1":"14751946245680","imei2":"14751946245680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184825,"job_number":"JOB_184825","tr_customer_id":184843,"tr_customer_product_id":184833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:29.000Z","modified_at":"2026-02-13T04:32:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15181968800294","imei1":"15181968800294","imei2":"15181968800294","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184827,"job_number":"JOB_184827","tr_customer_id":184845,"tr_customer_product_id":184835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:29.000Z","modified_at":"2026-02-13T04:32:29.000Z","name":"Anais Goodwin","mobile_number":"857-726-9454","email_id":"Vicenta41@hotmail.com","dop":"2025-04-06","serial_number":"10941510093804674","imei1":"10941510093804674","imei2":"10941510093804674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184828,"job_number":"JOB_184828","tr_customer_id":184846,"tr_customer_product_id":184836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:30.000Z","modified_at":"2026-02-13T04:32:30.000Z","name":"Moises Reilly","mobile_number":"327-508-0425","email_id":"Mathias17@hotmail.com","dop":"2025-04-06","serial_number":"16907470707647174","imei1":"16907470707647174","imei2":"16907470707647174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184829,"job_number":"JOB_184829","tr_customer_id":184847,"tr_customer_product_id":184837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:30.000Z","modified_at":"2026-02-13T04:32:30.000Z","name":"Dave Morar","mobile_number":"335-737-0291","email_id":"Kianna.Lemke@hotmail.com","dop":"2025-04-06","serial_number":"10061875780094298","imei1":"10061875780094298","imei2":"10061875780094298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184831,"job_number":"JOB_184831","tr_customer_id":184849,"tr_customer_product_id":184839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:35.000Z","modified_at":"2026-02-13T04:32:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16885820811388","imei1":"16885820811388","imei2":"16885820811388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184833,"job_number":"JOB_184833","tr_customer_id":184851,"tr_customer_product_id":184841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:37.000Z","modified_at":"2026-02-13T04:32:37.000Z","name":"Ike Olson","mobile_number":"209-624-0946","email_id":"Demario.Johns9@gmail.com","dop":"2025-04-06","serial_number":"11163613271311002","imei1":"11163613271311002","imei2":"11163613271311002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184834,"job_number":"JOB_184834","tr_customer_id":184852,"tr_customer_product_id":184842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:40.000Z","modified_at":"2026-02-13T04:32:40.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103839373012113","imei1":"103839373012113","imei2":"103839373012113","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184837,"job_number":"JOB_184837","tr_customer_id":184855,"tr_customer_product_id":184845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:41.000Z","modified_at":"2026-02-13T04:32:41.000Z","name":"Laurence Auer","mobile_number":"628-785-7103","email_id":"Wyatt65@gmail.com","dop":"2025-05-30","serial_number":"17438844729293","imei1":"17438844729293","imei2":"17438844729293","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184838,"job_number":"JOB_184838","tr_customer_id":184856,"tr_customer_product_id":184846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:43.000Z","modified_at":"2026-02-13T04:32:43.000Z","name":"Adelle Quitzon","mobile_number":"759-759-9630","email_id":"Ora.Tillman14@yahoo.com","dop":"2025-05-30","serial_number":"1158803483096461","imei1":"1158803483096461","imei2":"1158803483096461","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184843,"job_number":"JOB_184843","tr_customer_id":184861,"tr_customer_product_id":184851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:46.000Z","modified_at":"2026-02-13T04:32:46.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18138824993205","imei1":"18138824993205","imei2":"18138824993205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184847,"job_number":"JOB_184847","tr_customer_id":184865,"tr_customer_product_id":184855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Madonna Rice","mobile_number":"318-736-7320","email_id":"Loraine35@yahoo.com","dop":"2025-04-06","serial_number":"15914593914787224","imei1":"15914593914787224","imei2":"15914593914787224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184848,"job_number":"JOB_184848","tr_customer_id":184866,"tr_customer_product_id":184856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266889916053","imei1":"13266889916053","imei2":"13266889916053","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184852,"job_number":"JOB_184852","tr_customer_id":184870,"tr_customer_product_id":184860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:49.000Z","modified_at":"2026-02-13T04:32:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19976942669833","imei1":"19976942669833","imei2":"19976942669833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184854,"job_number":"JOB_184854","tr_customer_id":184872,"tr_customer_product_id":184862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:49.000Z","modified_at":"2026-02-13T04:32:49.000Z","name":"Kip McClure","mobile_number":"601-758-5082","email_id":"Wade86@yahoo.com","dop":"2025-04-06","serial_number":"16906516065963086","imei1":"16906516065963086","imei2":"16906516065963086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184855,"job_number":"JOB_184855","tr_customer_id":184873,"tr_customer_product_id":184863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"13025664092444","imei1":"13025664092444","imei2":"13025664092444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184858,"job_number":"JOB_184858","tr_customer_id":184876,"tr_customer_product_id":184866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14788361508606","imei1":"14788361508606","imei2":"14788361508606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184859,"job_number":"JOB_184859","tr_customer_id":184877,"tr_customer_product_id":184867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Liana Sawayn","mobile_number":"922-575-4431","email_id":"Troy.Hilpert58@yahoo.com","dop":"2025-04-06","serial_number":"12954736891126528","imei1":"12954736891126528","imei2":"12954736891126528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184861,"job_number":"JOB_184861","tr_customer_id":184879,"tr_customer_product_id":184869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:51.000Z","modified_at":"2026-02-13T04:32:51.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10255973750165","imei1":"10255973750165","imei2":"10255973750165","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184863,"job_number":"JOB_184863","tr_customer_id":184881,"tr_customer_product_id":184871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:51.000Z","modified_at":"2026-02-13T04:32:51.000Z","name":"Madalyn Rippin","mobile_number":"332-794-6066","email_id":"Winona74@hotmail.com","dop":"2025-04-06","serial_number":"18315716973164692","imei1":"18315716973164692","imei2":"18315716973164692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184864,"job_number":"JOB_184864","tr_customer_id":184882,"tr_customer_product_id":184872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:52.000Z","modified_at":"2026-02-13T04:32:52.000Z","name":"Emil O'Kon","mobile_number":"458-217-2996","email_id":"Lee.Muller@yahoo.com","dop":"2025-06-18","serial_number":"1037112497290336","imei1":"1037112497290336","imei2":"1037112497290336","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184865,"job_number":"JOB_184865","tr_customer_id":184883,"tr_customer_product_id":184873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:52.000Z","modified_at":"2026-02-13T04:32:52.000Z","name":"Howell Ward","mobile_number":"887-526-0738","email_id":"Flossie84@gmail.com","dop":"2025-04-06","serial_number":"12483511509549452","imei1":"12483511509549452","imei2":"12483511509549452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184866,"job_number":"JOB_184866","tr_customer_id":184884,"tr_customer_product_id":184874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:55.000Z","modified_at":"2026-02-13T04:32:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10543582844205","imei1":"10543582844205","imei2":"10543582844205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184868,"job_number":"JOB_184868","tr_customer_id":184886,"tr_customer_product_id":184876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:56.000Z","modified_at":"2026-02-13T04:32:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13856789046031","imei1":"13856789046031","imei2":"13856789046031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184872,"job_number":"JOB_184872","tr_customer_id":184890,"tr_customer_product_id":184880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18633985421310","imei1":"18633985421310","imei2":"18633985421310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184873,"job_number":"JOB_184873","tr_customer_id":184891,"tr_customer_product_id":184881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"Maud Raynor","mobile_number":"652-444-4458","email_id":"Laurie.Okuneva66@gmail.com","dop":"2025-04-06","serial_number":"16522750312227010","imei1":"16522750312227010","imei2":"16522750312227010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184878,"job_number":"JOB_184878","tr_customer_id":184896,"tr_customer_product_id":184886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:58.000Z","modified_at":"2026-02-13T04:32:58.000Z","name":"Rupert Abshire","mobile_number":"806-632-2727","email_id":"Norbert.Barton31@gmail.com","dop":"2025-04-06","serial_number":"13777557704523480","imei1":"13777557704523480","imei2":"13777557704523480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184879,"job_number":"JOB_184879","tr_customer_id":184897,"tr_customer_product_id":184887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:59.000Z","modified_at":"2026-02-13T04:32:59.000Z","name":"Yazmin Durgan","mobile_number":"293-237-6434","email_id":"Macie.Ward@gmail.com","dop":"2025-04-06","serial_number":"13291629637831864","imei1":"13291629637831864","imei2":"13291629637831864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184880,"job_number":"JOB_184880","tr_customer_id":184898,"tr_customer_product_id":184888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:59.000Z","modified_at":"2026-02-13T04:32:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10105675661531","imei1":"10105675661531","imei2":"10105675661531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184883,"job_number":"JOB_184883","tr_customer_id":184901,"tr_customer_product_id":184891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"69650403554764","imei1":"69650403554764","imei2":"69650403554764","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184885,"job_number":"JOB_184885","tr_customer_id":184903,"tr_customer_product_id":184893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12887255120473","imei1":"12887255120473","imei2":"12887255120473","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184886,"job_number":"JOB_184886","tr_customer_id":184904,"tr_customer_product_id":184894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Irma Nicolas","mobile_number":"651-470-2171","email_id":"Cullen_Skiles5@yahoo.com","dop":"2025-02-01","serial_number":"10857690098330","imei1":"10857690098330","imei2":"10857690098330","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184889,"job_number":"JOB_184889","tr_customer_id":184907,"tr_customer_product_id":184897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Blanche Kub","mobile_number":"788-808-4431","email_id":"Gonzalo.Reynolds7@yahoo.com","dop":"2025-04-06","serial_number":"17421630323630096","imei1":"17421630323630096","imei2":"17421630323630096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184892,"job_number":"JOB_184892","tr_customer_id":184910,"tr_customer_product_id":184900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:02.000Z","modified_at":"2026-02-13T04:33:02.000Z","name":"Alana Nicolas","mobile_number":"911-855-2594","email_id":"Cleta_Oberbrunner83@gmail.com","dop":"2025-04-06","serial_number":"19775828629683336","imei1":"19775828629683336","imei2":"19775828629683336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184894,"job_number":"JOB_184894","tr_customer_id":184912,"tr_customer_product_id":184902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:10.000Z","modified_at":"2026-02-13T04:33:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10141068668898","imei1":"10141068668898","imei2":"10141068668898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184895,"job_number":"JOB_184895","tr_customer_id":184914,"tr_customer_product_id":184903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:10.000Z","modified_at":"2026-02-13T04:33:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18161839990520","imei1":"18161839990520","imei2":"18161839990520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184898,"job_number":"JOB_184898","tr_customer_id":184916,"tr_customer_product_id":184906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:11.000Z","modified_at":"2026-02-13T04:33:11.000Z","name":"Carroll Schmitt","mobile_number":"526-809-1651","email_id":"Kale_Lynch@hotmail.com","dop":"2025-04-06","serial_number":"18835044688969764","imei1":"18835044688969764","imei2":"18835044688969764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184899,"job_number":"JOB_184899","tr_customer_id":184917,"tr_customer_product_id":184907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:12.000Z","modified_at":"2026-02-13T04:33:12.000Z","name":"Devan Gleichner","mobile_number":"233-445-5363","email_id":"Luisa_Schiller72@yahoo.com","dop":"2025-04-06","serial_number":"19155295751524684","imei1":"19155295751524684","imei2":"19155295751524684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184900,"job_number":"JOB_184900","tr_customer_id":184918,"tr_customer_product_id":184908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:12.000Z","modified_at":"2026-02-13T04:33:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19916938334941","imei1":"19916938334941","imei2":"19916938334941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184903,"job_number":"JOB_184903","tr_customer_id":184921,"tr_customer_product_id":184911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:13.000Z","modified_at":"2026-02-13T04:33:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18641138987680","imei1":"18641138987680","imei2":"18641138987680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184906,"job_number":"JOB_184906","tr_customer_id":184924,"tr_customer_product_id":184914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:14.000Z","modified_at":"2026-02-13T04:33:14.000Z","name":"Lucius Stanton","mobile_number":"967-582-2148","email_id":"Cortney_Beatty57@hotmail.com","dop":"2025-04-06","serial_number":"19460994138236544","imei1":"19460994138236544","imei2":"19460994138236544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184908,"job_number":"JOB_184908","tr_customer_id":184926,"tr_customer_product_id":184916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:15.000Z","modified_at":"2026-02-13T04:33:15.000Z","name":"Nelda Thiel","mobile_number":"475-417-5387","email_id":"Murl.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10765993447173898","imei1":"10765993447173898","imei2":"10765993447173898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184910,"job_number":"JOB_184910","tr_customer_id":184928,"tr_customer_product_id":184918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:26.000Z","modified_at":"2026-02-13T04:33:27.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105133196097383","imei1":"105133196097383","imei2":"105133196097383","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184919,"job_number":"JOB_184919","tr_customer_id":184937,"tr_customer_product_id":184927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:33.000Z","modified_at":"2026-02-13T04:33:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15576450528006","imei1":"15576450528006","imei2":"15576450528006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184921,"job_number":"JOB_184921","tr_customer_id":184939,"tr_customer_product_id":184929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:34.000Z","modified_at":"2026-02-13T04:33:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12333327879091","imei1":"12333327879091","imei2":"12333327879091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184923,"job_number":"JOB_184923","tr_customer_id":184941,"tr_customer_product_id":184931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:34.000Z","modified_at":"2026-02-13T04:33:34.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17603547738209","imei1":"17603547738209","imei2":"17603547738209","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184925,"job_number":"JOB_184925","tr_customer_id":184943,"tr_customer_product_id":184933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14158833745707","imei1":"14158833745707","imei2":"14158833745707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184926,"job_number":"JOB_184926","tr_customer_id":184944,"tr_customer_product_id":184934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"Gia Williamson","mobile_number":"292-917-8139","email_id":"Madyson_Toy@gmail.com","dop":"2025-04-06","serial_number":"11624058371521490","imei1":"11624058371521490","imei2":"11624058371521490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184928,"job_number":"JOB_184928","tr_customer_id":184946,"tr_customer_product_id":184936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10213288761447","imei1":"10213288761447","imei2":"10213288761447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184929,"job_number":"JOB_184929","tr_customer_id":184947,"tr_customer_product_id":184937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Celia Conroy","mobile_number":"958-503-3557","email_id":"Reese93@yahoo.com","dop":"2025-04-06","serial_number":"11946399746261928","imei1":"11946399746261928","imei2":"11946399746261928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184931,"job_number":"JOB_184931","tr_customer_id":184949,"tr_customer_product_id":184939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Melvin Bergnaum","mobile_number":"694-656-6180","email_id":"Thurman.Bosco@hotmail.com","dop":"2025-04-06","serial_number":"19235801616402644","imei1":"19235801616402644","imei2":"19235801616402644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184932,"job_number":"JOB_184932","tr_customer_id":184950,"tr_customer_product_id":184940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Amparo Botsford","mobile_number":"991-511-6454","email_id":"Christa_Witting24@yahoo.com","dop":"2025-04-06","serial_number":"13742674496351116","imei1":"13742674496351116","imei2":"13742674496351116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184933,"job_number":"JOB_184933","tr_customer_id":184951,"tr_customer_product_id":184941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:37.000Z","modified_at":"2026-02-13T04:33:37.000Z","name":"Bettye Jacobs","mobile_number":"506-649-2706","email_id":"Vicky_Miller@gmail.com","dop":"2025-04-06","serial_number":"12863487584814662","imei1":"12863487584814662","imei2":"12863487584814662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184934,"job_number":"JOB_184934","tr_customer_id":184952,"tr_customer_product_id":184942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:40.000Z","modified_at":"2026-02-13T04:33:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14945735044678","imei1":"14945735044678","imei2":"14945735044678","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184936,"job_number":"JOB_184936","tr_customer_id":184954,"tr_customer_product_id":184944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:40.000Z","modified_at":"2026-02-13T04:33:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13783431363546","imei1":"13783431363546","imei2":"13783431363546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184938,"job_number":"JOB_184938","tr_customer_id":184956,"tr_customer_product_id":184946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:41.000Z","modified_at":"2026-02-13T04:33:41.000Z","name":"Peyton Fritsch","mobile_number":"963-473-4302","email_id":"Jaiden19@hotmail.com","dop":"2025-04-06","serial_number":"18207474479499840","imei1":"18207474479499840","imei2":"18207474479499840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184939,"job_number":"JOB_184939","tr_customer_id":184957,"tr_customer_product_id":184947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:42.000Z","modified_at":"2026-02-13T04:33:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16403944825265","imei1":"16403944825265","imei2":"16403944825265","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184940,"job_number":"JOB_184940","tr_customer_id":184958,"tr_customer_product_id":184948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:42.000Z","modified_at":"2026-02-13T04:33:42.000Z","name":"Elenor Rath","mobile_number":"751-841-5277","email_id":"Green69@yahoo.com","dop":"2025-04-06","serial_number":"13359334652480464","imei1":"13359334652480464","imei2":"13359334652480464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184942,"job_number":"JOB_184942","tr_customer_id":184960,"tr_customer_product_id":184950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:43.000Z","modified_at":"2026-02-13T04:33:43.000Z","name":"Blake Morissette","mobile_number":"960-756-8656","email_id":"Lyric.Renner@gmail.com","dop":"2025-04-06","serial_number":"11411277792416768","imei1":"11411277792416768","imei2":"11411277792416768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184943,"job_number":"JOB_184943","tr_customer_id":184961,"tr_customer_product_id":184951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:45.000Z","modified_at":"2026-02-13T04:33:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18216018555174","imei1":"18216018555174","imei2":"18216018555174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184945,"job_number":"JOB_184945","tr_customer_id":184963,"tr_customer_product_id":184953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:47.000Z","modified_at":"2026-02-13T04:33:47.000Z","name":"Edwin Parisian","mobile_number":"655-693-6492","email_id":"Elijah97@hotmail.com","dop":"2025-04-06","serial_number":"15779962730714968","imei1":"15779962730714968","imei2":"15779962730714968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184946,"job_number":"JOB_184946","tr_customer_id":184964,"tr_customer_product_id":184954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:52.000Z","modified_at":"2026-02-13T04:33:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18071861061778","imei1":"18071861061778","imei2":"18071861061778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184948,"job_number":"JOB_184948","tr_customer_id":184966,"tr_customer_product_id":184956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:54.000Z","modified_at":"2026-02-13T04:33:54.000Z","name":"Kyler Effertz","mobile_number":"766-297-7383","email_id":"Annetta37@hotmail.com","dop":"2025-04-06","serial_number":"11197127299671092","imei1":"11197127299671092","imei2":"11197127299671092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184949,"job_number":"JOB_184949","tr_customer_id":184967,"tr_customer_product_id":184957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:55.000Z","modified_at":"2026-02-13T04:33:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10592895138651","imei1":"10592895138651","imei2":"10592895138651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184951,"job_number":"JOB_184951","tr_customer_id":184969,"tr_customer_product_id":184959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:57.000Z","modified_at":"2026-02-13T04:33:57.000Z","name":"Antonietta Hand","mobile_number":"884-273-7025","email_id":"Marjolaine_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"15976881745831604","imei1":"15976881745831604","imei2":"15976881745831604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184952,"job_number":"JOB_184952","tr_customer_id":184970,"tr_customer_product_id":184960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:59.000Z","modified_at":"2026-02-13T04:33:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15107957700791","imei1":"15107957700791","imei2":"15107957700791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184954,"job_number":"JOB_184954","tr_customer_id":184972,"tr_customer_product_id":184962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:01.000Z","modified_at":"2026-02-13T04:34:01.000Z","name":"Cynthia Veum","mobile_number":"939-666-4325","email_id":"Koby19@gmail.com","dop":"2025-04-06","serial_number":"17063358656404980","imei1":"17063358656404980","imei2":"17063358656404980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184958,"job_number":"JOB_184958","tr_customer_id":184976,"tr_customer_product_id":184966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:13.000Z","modified_at":"2026-02-13T04:34:13.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"105702571277978","imei1":"105702571277978","imei2":"105702571277978","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184960,"job_number":"JOB_184960","tr_customer_id":184978,"tr_customer_product_id":184968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:20.000Z","modified_at":"2026-02-13T04:34:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18662477966972","imei1":"18662477966972","imei2":"18662477966972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184962,"job_number":"JOB_184962","tr_customer_id":184980,"tr_customer_product_id":184970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:20.000Z","modified_at":"2026-02-13T04:34:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13195012702133","imei1":"13195012702133","imei2":"13195012702133","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184964,"job_number":"JOB_184964","tr_customer_id":184982,"tr_customer_product_id":184972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10179872093356","imei1":"10179872093356","imei2":"10179872093356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184965,"job_number":"JOB_184965","tr_customer_id":184983,"tr_customer_product_id":184973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15754572040100","imei1":"15754572040100","imei2":"15754572040100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184968,"job_number":"JOB_184968","tr_customer_id":184986,"tr_customer_product_id":184976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"Alejandra Haag","mobile_number":"754-593-6117","email_id":"Ignacio.Rice@gmail.com","dop":"2025-04-06","serial_number":"16369200565531792","imei1":"16369200565531792","imei2":"16369200565531792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184969,"job_number":"JOB_184969","tr_customer_id":184987,"tr_customer_product_id":184977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:22.000Z","modified_at":"2026-02-13T04:34:22.000Z","name":"Jerome Pagac","mobile_number":"622-569-4012","email_id":"Rocky_Wolf89@hotmail.com","dop":"2025-04-06","serial_number":"17355157432883896","imei1":"17355157432883896","imei2":"17355157432883896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184970,"job_number":"JOB_184970","tr_customer_id":184988,"tr_customer_product_id":184978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:23.000Z","modified_at":"2026-02-13T04:34:23.000Z","name":"Leann Farrell","mobile_number":"414-758-3048","email_id":"Daniella.Schaefer@gmail.com","dop":"2025-04-06","serial_number":"17019778533183598","imei1":"17019778533183598","imei2":"17019778533183598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184971,"job_number":"JOB_184971","tr_customer_id":184989,"tr_customer_product_id":184979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:23.000Z","modified_at":"2026-02-13T04:34:23.000Z","name":"Fatima White","mobile_number":"369-320-4620","email_id":"Osborne15@yahoo.com","dop":"2025-04-06","serial_number":"11624349619302080","imei1":"11624349619302080","imei2":"11624349619302080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184972,"job_number":"JOB_184972","tr_customer_id":184990,"tr_customer_product_id":184980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:24.000Z","modified_at":"2026-02-13T04:34:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13135856843322","imei1":"13135856843322","imei2":"13135856843322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184973,"job_number":"JOB_184973","tr_customer_id":184991,"tr_customer_product_id":184981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:24.000Z","modified_at":"2026-02-13T04:34:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12581910462802","imei1":"12581910462802","imei2":"12581910462802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184976,"job_number":"JOB_184976","tr_customer_id":184994,"tr_customer_product_id":184984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:25.000Z","modified_at":"2026-02-13T04:34:25.000Z","name":"Samantha Beatty","mobile_number":"451-310-5245","email_id":"Russ.Waters@yahoo.com","dop":"2025-04-06","serial_number":"13904671283308778","imei1":"13904671283308778","imei2":"13904671283308778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184977,"job_number":"JOB_184977","tr_customer_id":184995,"tr_customer_product_id":184985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:25.000Z","modified_at":"2026-02-13T04:34:25.000Z","name":"Santino Frami","mobile_number":"549-457-1918","email_id":"Libbie84@yahoo.com","dop":"2025-04-06","serial_number":"13639324322783218","imei1":"13639324322783218","imei2":"13639324322783218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184978,"job_number":"JOB_184978","tr_customer_id":184996,"tr_customer_product_id":184986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:28.000Z","modified_at":"2026-02-13T04:34:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12344310594993","imei1":"12344310594993","imei2":"12344310594993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184980,"job_number":"JOB_184980","tr_customer_id":184998,"tr_customer_product_id":184988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:30.000Z","modified_at":"2026-02-13T04:34:30.000Z","name":"Evalyn Prosacco","mobile_number":"233-917-3998","email_id":"Judson_Lockman10@gmail.com","dop":"2025-04-06","serial_number":"18467753147055456","imei1":"18467753147055456","imei2":"18467753147055456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184984,"job_number":"JOB_184984","tr_customer_id":185002,"tr_customer_product_id":184992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:46:35.000Z","modified_at":"2026-02-13T04:46:35.000Z","name":"Mits K","mobile_number":"890876546","email_id":"mitu@gmail.test","dop":"2026-02-03","serial_number":"90183914317991","imei1":"90183914317958","imei2":"70183914317959","popurl":"2026-02-03T04:46:33.382086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:46:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184985,"job_number":"JOB_184985","tr_customer_id":185003,"tr_customer_product_id":184993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:18.000Z","modified_at":"2026-02-13T04:48:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31414351227982","imei1":"31414351227982","imei2":"31414351227982","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184986,"job_number":"JOB_184986","tr_customer_id":185004,"tr_customer_product_id":184994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:18.000Z","modified_at":"2026-02-13T04:48:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99519519276032","imei1":"99519519276032","imei2":"99519519276032","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184987,"job_number":"JOB_184987","tr_customer_id":185005,"tr_customer_product_id":184995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:18.000Z","modified_at":"2026-02-13T04:48:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93001709882862","imei1":"93001709882862","imei2":"93001709882862","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184988,"job_number":"JOB_184988","tr_customer_id":185006,"tr_customer_product_id":184996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:19.000Z","modified_at":"2026-02-13T04:48:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54465325257834","imei1":"54465325257834","imei2":"54465325257834","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184989,"job_number":"JOB_184989","tr_customer_id":185007,"tr_customer_product_id":184997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:19.000Z","modified_at":"2026-02-13T04:48:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40351433151614","imei1":"40351433151614","imei2":"40351433151614","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184990,"job_number":"JOB_184990","tr_customer_id":185008,"tr_customer_product_id":184998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:19.000Z","modified_at":"2026-02-13T04:48:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42760069209746","imei1":"42760069209746","imei2":"42760069209746","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184992,"job_number":"JOB_184992","tr_customer_id":185010,"tr_customer_product_id":185000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:49.000Z","modified_at":"2026-02-13T04:48:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32633660838694","imei1":"32633660838694","imei2":"32633660838694","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184993,"job_number":"JOB_184993","tr_customer_id":185011,"tr_customer_product_id":185001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:49.000Z","modified_at":"2026-02-13T04:48:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82393117259331","imei1":"82393117259331","imei2":"82393117259331","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184994,"job_number":"JOB_184994","tr_customer_id":185012,"tr_customer_product_id":185002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"88284758483640","imei1":"88284758483640","imei2":"88284758483640","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184995,"job_number":"JOB_184995","tr_customer_id":185013,"tr_customer_product_id":185003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20063689660533","imei1":"20063689660533","imei2":"20063689660533","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184996,"job_number":"JOB_184996","tr_customer_id":185014,"tr_customer_product_id":185004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18539884450284","imei1":"18539884450284","imei2":"18539884450284","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184997,"job_number":"JOB_184997","tr_customer_id":185015,"tr_customer_product_id":185005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:50.000Z","modified_at":"2026-02-13T04:48:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62069130536087","imei1":"62069130536087","imei2":"62069130536087","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184999,"job_number":"JOB_184999","tr_customer_id":185017,"tr_customer_product_id":185007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:20.000Z","modified_at":"2026-02-13T04:49:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59563037487896","imei1":"59563037487896","imei2":"59563037487896","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185000,"job_number":"JOB_185000","tr_customer_id":185018,"tr_customer_product_id":185008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:20.000Z","modified_at":"2026-02-13T04:49:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78366881819550","imei1":"78366881819550","imei2":"78366881819550","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185001,"job_number":"JOB_185001","tr_customer_id":185019,"tr_customer_product_id":185009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:20.000Z","modified_at":"2026-02-13T04:49:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31299841082890","imei1":"31299841082890","imei2":"31299841082890","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185002,"job_number":"JOB_185002","tr_customer_id":185020,"tr_customer_product_id":185010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51467458408910","imei1":"51467458408910","imei2":"51467458408910","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185003,"job_number":"JOB_185003","tr_customer_id":185021,"tr_customer_product_id":185011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55150830373143","imei1":"55150830373143","imei2":"55150830373143","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185004,"job_number":"JOB_185004","tr_customer_id":185022,"tr_customer_product_id":185012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"43870981167272","imei1":"43870981167272","imei2":"43870981167272","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185006,"job_number":"JOB_185006","tr_customer_id":185024,"tr_customer_product_id":185014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:02:55.000Z","modified_at":"2026-02-13T05:02:55.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-02-03","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-02-03T05:02:55.276028560Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185011,"job_number":"JOB_185011","tr_customer_id":185029,"tr_customer_product_id":185019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:19:10.000Z","modified_at":"2026-02-13T05:19:10.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-03","serial_number":"77838251391752","imei1":"77838251391752","imei2":"77838251391752","popurl":"2026-02-03T05:19:10.497473456Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185012,"job_number":"JOB_185012","tr_customer_id":185030,"tr_customer_product_id":185020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:19:12.000Z","modified_at":"2026-02-13T05:19:12.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-03","serial_number":"26257654173932","imei1":"26257654173932","imei2":"26257654173932","popurl":"2026-02-03T05:19:11.879978305Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:19:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185013,"job_number":"JOB_185013","tr_customer_id":185031,"tr_customer_product_id":185021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:23:42.000Z","modified_at":"2026-02-13T05:23:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"105655312431810","imei1":"105655312431810","imei2":"105655312431810","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185015,"job_number":"JOB_185015","tr_customer_id":185033,"tr_customer_product_id":185023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:23:54.000Z","modified_at":"2026-02-13T05:23:54.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100747457128076","imei1":"100747457128076","imei2":"100747457128076","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:23:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185018,"job_number":"JOB_185018","tr_customer_id":185036,"tr_customer_product_id":185026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:42:42.000Z","modified_at":"2026-02-13T05:42:42.000Z","name":"Tanya Ratke","mobile_number":"617-264-1533","email_id":"Zaria.Leffler@yahoo.com","dop":"2025-04-06","serial_number":"18718121655622796","imei1":"18718121655622796","imei2":"18718121655622796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:42:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185020,"job_number":"JOB_185020","tr_customer_id":185038,"tr_customer_product_id":185028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:42:59.000Z","modified_at":"2026-02-13T05:42:59.000Z","name":"Vesta Macejkovic","mobile_number":"982-448-1729","email_id":"Zaria52@hotmail.com","dop":"2025-04-06","serial_number":"10421857479437854","imei1":"10421857479437854","imei2":"10421857479437854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185021,"job_number":"JOB_185021","tr_customer_id":185039,"tr_customer_product_id":185029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:59:08.000Z","modified_at":"2026-02-13T05:59:08.000Z","name":"Mayur Jain","mobile_number":"7007347940","email_id":"mayurjain3439@gmail.com","dop":"2025-10-22","serial_number":"436376797961236","imei1":"436376797961236","imei2":"436376797961236","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185035,"job_number":"JOB_185035","tr_customer_id":185053,"tr_customer_product_id":185043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:46.000Z","modified_at":"2026-02-13T06:45:46.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"105161057269174","imei1":"105161057269174","imei2":"105161057269174","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185037,"job_number":"JOB_185037","tr_customer_id":185055,"tr_customer_product_id":185045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:46:30.000Z","modified_at":"2026-02-13T06:46:30.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"104375150766698","imei1":"104375150766698","imei2":"104375150766698","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185039,"job_number":"JOB_185039","tr_customer_id":185057,"tr_customer_product_id":185047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:47:14.000Z","modified_at":"2026-02-13T06:47:14.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103833803498194","imei1":"103833803498194","imei2":"103833803498194","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185042,"job_number":"JOB_185042","tr_customer_id":185060,"tr_customer_product_id":185050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:56.000Z","modified_at":"2026-02-13T06:48:56.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10206717760165","imei1":"10206717760165","imei2":"10206717760165","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185044,"job_number":"JOB_185044","tr_customer_id":185062,"tr_customer_product_id":185052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:57.000Z","modified_at":"2026-02-13T06:48:57.000Z","name":"Hobart Schaefer","mobile_number":"695-547-3664","email_id":"Alfonzo.Stoltenberg@hotmail.com","dop":"2025-06-18","serial_number":"1001326319905544","imei1":"1001326319905544","imei2":"1001326319905544","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:48:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185046,"job_number":"JOB_185046","tr_customer_id":185064,"tr_customer_product_id":185054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:59.000Z","modified_at":"2026-02-13T06:48:59.000Z","name":"Stuart Homenick","mobile_number":"616-929-3656","email_id":"Alvera.Bechtelar57@yahoo.com","dop":"2025-04-06","serial_number":"14550561017110584","imei1":"14550561017110584","imei2":"14550561017110584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:48:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185047,"job_number":"JOB_185047","tr_customer_id":185065,"tr_customer_product_id":185055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:49:39.000Z","modified_at":"2026-02-13T06:49:39.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10617100522457","imei1":"10617100522457","imei2":"10617100522457","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185049,"job_number":"JOB_185049","tr_customer_id":185067,"tr_customer_product_id":185057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:49:40.000Z","modified_at":"2026-02-13T06:49:40.000Z","name":"Leland Pacocha","mobile_number":"462-246-4295","email_id":"Carlie.Stokes@hotmail.com","dop":"2025-06-18","serial_number":"1042988279316201","imei1":"1042988279316201","imei2":"1042988279316201","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185050,"job_number":"JOB_185050","tr_customer_id":185068,"tr_customer_product_id":185058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:50:33.000Z","modified_at":"2026-02-13T06:50:33.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12378462000014","imei1":"12378462000014","imei2":"12378462000014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185052,"job_number":"JOB_185052","tr_customer_id":185070,"tr_customer_product_id":185060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:50:34.000Z","modified_at":"2026-02-13T06:50:34.000Z","name":"Mafalda Quigley","mobile_number":"971-634-5026","email_id":"Boris.Nicolas16@hotmail.com","dop":"2025-04-06","serial_number":"11130420261717226","imei1":"11130420261717226","imei2":"11130420261717226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185053,"job_number":"JOB_185053","tr_customer_id":185071,"tr_customer_product_id":185061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:51:18.000Z","modified_at":"2026-02-13T06:51:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17912510495209","imei1":"17912510495209","imei2":"17912510495209","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185055,"job_number":"JOB_185055","tr_customer_id":185073,"tr_customer_product_id":185063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:51:20.000Z","modified_at":"2026-02-13T06:51:20.000Z","name":"Jaylin Hand","mobile_number":"478-842-1283","email_id":"Ubaldo72@yahoo.com","dop":"2025-04-06","serial_number":"13867037339021140","imei1":"13867037339021140","imei2":"13867037339021140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185056,"job_number":"JOB_185056","tr_customer_id":185074,"tr_customer_product_id":185064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:52:03.000Z","modified_at":"2026-02-13T06:52:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17115647181583","imei1":"17115647181583","imei2":"17115647181583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185058,"job_number":"JOB_185058","tr_customer_id":185076,"tr_customer_product_id":185066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:52:04.000Z","modified_at":"2026-02-13T06:52:04.000Z","name":"Antoinette Morissette","mobile_number":"656-599-6327","email_id":"Jackeline38@yahoo.com","dop":"2025-04-06","serial_number":"14806393732490600","imei1":"14806393732490600","imei2":"14806393732490600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185059,"job_number":"JOB_185059","tr_customer_id":185077,"tr_customer_product_id":185067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:15.000Z","modified_at":"2026-02-13T06:53:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17175847381192","imei1":"17175847381192","imei2":"17175847381192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185061,"job_number":"JOB_185061","tr_customer_id":185079,"tr_customer_product_id":185069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:17.000Z","modified_at":"2026-02-13T06:53:17.000Z","name":"Ephraim Stiedemann","mobile_number":"832-736-2210","email_id":"Edmund44@yahoo.com","dop":"2025-04-06","serial_number":"15256549469649500","imei1":"15256549469649500","imei2":"15256549469649500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185062,"job_number":"JOB_185062","tr_customer_id":185080,"tr_customer_product_id":185070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:59.000Z","modified_at":"2026-02-13T06:53:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17041101089180","imei1":"17041101089180","imei2":"17041101089180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:53:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185064,"job_number":"JOB_185064","tr_customer_id":185082,"tr_customer_product_id":185072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:01.000Z","modified_at":"2026-02-13T06:54:01.000Z","name":"Glennie Pacocha","mobile_number":"392-720-1504","email_id":"Elinore30@hotmail.com","dop":"2025-04-06","serial_number":"14416614128242424","imei1":"14416614128242424","imei2":"14416614128242424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:54:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185065,"job_number":"JOB_185065","tr_customer_id":185083,"tr_customer_product_id":185073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:42.000Z","modified_at":"2026-02-13T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15157877974858","imei1":"15157877974858","imei2":"15157877974858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185067,"job_number":"JOB_185067","tr_customer_id":185085,"tr_customer_product_id":185075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:44.000Z","modified_at":"2026-02-13T06:54:44.000Z","name":"Oswaldo Hettinger","mobile_number":"308-844-6602","email_id":"Madeline.Witting@gmail.com","dop":"2025-04-06","serial_number":"14189857709670706","imei1":"14189857709670706","imei2":"14189857709670706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185071,"job_number":"JOB_185071","tr_customer_id":185089,"tr_customer_product_id":185079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:45.000Z","modified_at":"2026-02-13T06:55:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12573178697081","imei1":"12573178697081","imei2":"12573178697081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185073,"job_number":"JOB_185073","tr_customer_id":185091,"tr_customer_product_id":185081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:47.000Z","modified_at":"2026-02-13T06:55:47.000Z","name":"Saul Bruen","mobile_number":"528-855-3888","email_id":"Kiara.Stoltenberg@gmail.com","dop":"2025-04-06","serial_number":"17022851026120392","imei1":"17022851026120392","imei2":"17022851026120392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185074,"job_number":"JOB_185074","tr_customer_id":185092,"tr_customer_product_id":185082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:56:28.000Z","modified_at":"2026-02-13T06:56:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15735404948306","imei1":"15735404948306","imei2":"15735404948306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185076,"job_number":"JOB_185076","tr_customer_id":185094,"tr_customer_product_id":185084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:56:30.000Z","modified_at":"2026-02-13T06:56:30.000Z","name":"Lon Langworth","mobile_number":"314-549-9354","email_id":"Tamia98@hotmail.com","dop":"2025-04-06","serial_number":"16352332962746064","imei1":"16352332962746064","imei2":"16352332962746064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185077,"job_number":"JOB_185077","tr_customer_id":185095,"tr_customer_product_id":185085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:57:11.000Z","modified_at":"2026-02-13T06:57:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13009419397042","imei1":"13009419397042","imei2":"13009419397042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185079,"job_number":"JOB_185079","tr_customer_id":185097,"tr_customer_product_id":185087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:57:13.000Z","modified_at":"2026-02-13T06:57:13.000Z","name":"Judge Roob","mobile_number":"813-508-9757","email_id":"Lulu_Brakus@yahoo.com","dop":"2025-04-06","serial_number":"15952441852821456","imei1":"15952441852821456","imei2":"15952441852821456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185080,"job_number":"JOB_185080","tr_customer_id":185098,"tr_customer_product_id":185088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:11.000Z","modified_at":"2026-02-13T06:58:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13967577486697","imei1":"13967577486697","imei2":"13967577486697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185082,"job_number":"JOB_185082","tr_customer_id":185100,"tr_customer_product_id":185090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:13.000Z","modified_at":"2026-02-13T06:58:13.000Z","name":"Marcella Sanford","mobile_number":"261-792-6407","email_id":"Flossie86@gmail.com","dop":"2025-04-06","serial_number":"11363408950843910","imei1":"11363408950843910","imei2":"11363408950843910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185084,"job_number":"JOB_185084","tr_customer_id":185102,"tr_customer_product_id":185092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:38.000Z","modified_at":"2026-02-13T06:58:38.000Z","name":"Clint Kerluke","mobile_number":"857-366-5784","email_id":"Vince_Fadel@yahoo.com","dop":"2025-04-06","serial_number":"13881731181736584","imei1":"13881731181736584","imei2":"13881731181736584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185085,"job_number":"JOB_185085","tr_customer_id":185103,"tr_customer_product_id":185093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:55.000Z","modified_at":"2026-02-13T06:58:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18571955876104","imei1":"18571955876104","imei2":"18571955876104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185087,"job_number":"JOB_185087","tr_customer_id":185105,"tr_customer_product_id":185095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:56.000Z","modified_at":"2026-02-13T06:58:56.000Z","name":"Zena Kerluke","mobile_number":"768-863-9109","email_id":"Marcella_Cormier95@gmail.com","dop":"2025-04-06","serial_number":"11828159268764138","imei1":"11828159268764138","imei2":"11828159268764138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185088,"job_number":"JOB_185088","tr_customer_id":185106,"tr_customer_product_id":185096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:30.000Z","modified_at":"2026-02-13T06:59:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18150444296890","imei1":"18150444296890","imei2":"18150444296890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185090,"job_number":"JOB_185090","tr_customer_id":185108,"tr_customer_product_id":185098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:32.000Z","modified_at":"2026-02-13T06:59:32.000Z","name":"Clara Lang","mobile_number":"224-989-8630","email_id":"Bartholome_Trantow@hotmail.com","dop":"2025-04-06","serial_number":"18391272930689690","imei1":"18391272930689690","imei2":"18391272930689690","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185094,"job_number":"JOB_185094","tr_customer_id":185112,"tr_customer_product_id":185102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:38.000Z","modified_at":"2026-02-13T06:59:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19731833314031","imei1":"19731833314031","imei2":"19731833314031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185096,"job_number":"JOB_185096","tr_customer_id":185114,"tr_customer_product_id":185104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:40.000Z","modified_at":"2026-02-13T06:59:40.000Z","name":"Murray Stark","mobile_number":"772-616-7233","email_id":"Nayeli.Schmeler97@gmail.com","dop":"2025-04-06","serial_number":"11452763914613866","imei1":"11452763914613866","imei2":"11452763914613866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185097,"job_number":"JOB_185097","tr_customer_id":185115,"tr_customer_product_id":185105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:41.000Z","modified_at":"2026-02-13T06:59:41.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16214750016478","imei1":"16214750016478","imei2":"16214750016478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185099,"job_number":"JOB_185099","tr_customer_id":185117,"tr_customer_product_id":185107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:43.000Z","modified_at":"2026-02-13T06:59:43.000Z","name":"Kobe Hackett","mobile_number":"252-446-7501","email_id":"Demetrius_Christiansen61@gmail.com","dop":"2025-04-06","serial_number":"16203173252420628","imei1":"16203173252420628","imei2":"16203173252420628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185100,"job_number":"JOB_185100","tr_customer_id":185118,"tr_customer_product_id":185108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:57.000Z","modified_at":"2026-02-13T06:59:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13755964169306","imei1":"13755964169306","imei2":"13755964169306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185102,"job_number":"JOB_185102","tr_customer_id":185120,"tr_customer_product_id":185110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:59.000Z","modified_at":"2026-02-13T06:59:59.000Z","name":"Norberto Hyatt","mobile_number":"736-339-8154","email_id":"Kellie.Stokes27@gmail.com","dop":"2025-04-06","serial_number":"16508947182466240","imei1":"16508947182466240","imei2":"16508947182466240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185103,"job_number":"JOB_185103","tr_customer_id":185121,"tr_customer_product_id":185111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:17.000Z","modified_at":"2026-02-13T07:00:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14149034899945","imei1":"14149034899945","imei2":"14149034899945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185105,"job_number":"JOB_185105","tr_customer_id":185123,"tr_customer_product_id":185113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:18.000Z","modified_at":"2026-02-13T07:00:18.000Z","name":"Marge Wintheiser","mobile_number":"695-282-2672","email_id":"Ophelia.DuBuque32@yahoo.com","dop":"2025-04-06","serial_number":"14088389290462730","imei1":"14088389290462730","imei2":"14088389290462730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185109,"job_number":"JOB_185109","tr_customer_id":185127,"tr_customer_product_id":185117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:27.000Z","modified_at":"2026-02-13T07:00:27.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"15565502864916","imei1":"15565502864916","imei2":"15565502864916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185111,"job_number":"JOB_185111","tr_customer_id":185129,"tr_customer_product_id":185119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:29.000Z","modified_at":"2026-02-13T07:00:29.000Z","name":"Shane Zieme","mobile_number":"587-293-4019","email_id":"Braeden77@hotmail.com","dop":"2025-04-06","serial_number":"18058428031786176","imei1":"18058428031786176","imei2":"18058428031786176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185112,"job_number":"JOB_185112","tr_customer_id":185130,"tr_customer_product_id":185120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:44.000Z","modified_at":"2026-02-13T07:00:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15682265643787","imei1":"15682265643787","imei2":"15682265643787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185114,"job_number":"JOB_185114","tr_customer_id":185132,"tr_customer_product_id":185122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:45.000Z","modified_at":"2026-02-13T07:00:45.000Z","name":"Misty Volkman","mobile_number":"905-346-5763","email_id":"Elaina.Mayert37@gmail.com","dop":"2025-04-06","serial_number":"19403613462714016","imei1":"19403613462714016","imei2":"19403613462714016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185115,"job_number":"JOB_185115","tr_customer_id":185133,"tr_customer_product_id":185123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:03.000Z","modified_at":"2026-02-13T07:01:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18801774415797","imei1":"18801774415797","imei2":"18801774415797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185117,"job_number":"JOB_185117","tr_customer_id":185135,"tr_customer_product_id":185125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:05.000Z","modified_at":"2026-02-13T07:01:05.000Z","name":"Tristian Goldner","mobile_number":"270-377-2891","email_id":"Patricia_Huels@gmail.com","dop":"2025-04-06","serial_number":"15887662136994300","imei1":"15887662136994300","imei2":"15887662136994300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185121,"job_number":"JOB_185121","tr_customer_id":185139,"tr_customer_product_id":185129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:12.000Z","modified_at":"2026-02-13T07:01:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"11047304645199","imei1":"11047304645199","imei2":"11047304645199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185123,"job_number":"JOB_185123","tr_customer_id":185141,"tr_customer_product_id":185131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:14.000Z","modified_at":"2026-02-13T07:01:14.000Z","name":"Tobin Heidenreich","mobile_number":"822-259-6768","email_id":"Gerry19@gmail.com","dop":"2025-04-06","serial_number":"13135867585088606","imei1":"13135867585088606","imei2":"13135867585088606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185124,"job_number":"JOB_185124","tr_customer_id":185142,"tr_customer_product_id":185132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:29.000Z","modified_at":"2026-02-13T07:01:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18338528558162","imei1":"18338528558162","imei2":"18338528558162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185126,"job_number":"JOB_185126","tr_customer_id":185144,"tr_customer_product_id":185134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:31.000Z","modified_at":"2026-02-13T07:01:31.000Z","name":"Clay Corkery","mobile_number":"619-323-0977","email_id":"Adah.Senger@gmail.com","dop":"2025-04-06","serial_number":"14540623734477760","imei1":"14540623734477760","imei2":"14540623734477760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185130,"job_number":"JOB_185130","tr_customer_id":185148,"tr_customer_product_id":185138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:04:37.000Z","modified_at":"2026-02-13T07:04:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18593871014514","imei1":"18593871014514","imei2":"18593871014514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185132,"job_number":"JOB_185132","tr_customer_id":185150,"tr_customer_product_id":185140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:04:38.000Z","modified_at":"2026-02-13T07:04:39.000Z","name":"Lucy Cremin","mobile_number":"860-738-9048","email_id":"Josie.Doyle@gmail.com","dop":"2025-04-06","serial_number":"15533591573443500","imei1":"15533591573443500","imei2":"15533591573443500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185133,"job_number":"JOB_185133","tr_customer_id":185151,"tr_customer_product_id":185141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:22.000Z","modified_at":"2026-02-13T07:05:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15449517066637","imei1":"15449517066637","imei2":"15449517066637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185135,"job_number":"JOB_185135","tr_customer_id":185153,"tr_customer_product_id":185143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:24.000Z","modified_at":"2026-02-13T07:05:24.000Z","name":"Abbie Walter","mobile_number":"817-693-4169","email_id":"Grant_Wyman4@hotmail.com","dop":"2025-04-06","serial_number":"10321053938040990","imei1":"10321053938040990","imei2":"10321053938040990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185137,"job_number":"JOB_185137","tr_customer_id":185155,"tr_customer_product_id":185145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:49.000Z","modified_at":"2026-02-13T07:05:49.000Z","name":"Kaley Cummerata","mobile_number":"305-869-0499","email_id":"Nat_Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"11714355086479910","imei1":"11714355086479910","imei2":"11714355086479910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185139,"job_number":"JOB_185139","tr_customer_id":185157,"tr_customer_product_id":185147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:54.000Z","modified_at":"2026-02-13T07:05:54.000Z","name":"Shana Rogahn","mobile_number":"557-880-8510","email_id":"Nyasia.Konopelski44@yahoo.com","dop":"2025-04-06","serial_number":"14667094685333124","imei1":"14667094685333124","imei2":"14667094685333124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185140,"job_number":"JOB_185140","tr_customer_id":185158,"tr_customer_product_id":185148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:57.000Z","modified_at":"2026-02-13T07:05:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14001557812681","imei1":"14001557812681","imei2":"14001557812681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185142,"job_number":"JOB_185142","tr_customer_id":185160,"tr_customer_product_id":185150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:59.000Z","modified_at":"2026-02-13T07:05:59.000Z","name":"Ken O'Hara","mobile_number":"953-306-3336","email_id":"Arnaldo.Senger55@hotmail.com","dop":"2025-04-06","serial_number":"14894573599033300","imei1":"14894573599033300","imei2":"14894573599033300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:05:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185143,"job_number":"JOB_185143","tr_customer_id":185161,"tr_customer_product_id":185151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:07.000Z","modified_at":"2026-02-13T07:06:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16566317394233","imei1":"16566317394233","imei2":"16566317394233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185145,"job_number":"JOB_185145","tr_customer_id":185163,"tr_customer_product_id":185153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:09.000Z","modified_at":"2026-02-13T07:06:09.000Z","name":"Madelynn Larkin","mobile_number":"622-793-8354","email_id":"Janessa_Tromp@hotmail.com","dop":"2025-04-06","serial_number":"10257437064903650","imei1":"10257437064903650","imei2":"10257437064903650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185146,"job_number":"JOB_185146","tr_customer_id":185164,"tr_customer_product_id":185154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:40.000Z","modified_at":"2026-02-13T07:06:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18581971573604","imei1":"18581971573604","imei2":"18581971573604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185148,"job_number":"JOB_185148","tr_customer_id":185166,"tr_customer_product_id":185156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:42.000Z","modified_at":"2026-02-13T07:06:42.000Z","name":"Haylie Nader","mobile_number":"420-980-1644","email_id":"Jerome23@hotmail.com","dop":"2025-04-06","serial_number":"18663426528872040","imei1":"18663426528872040","imei2":"18663426528872040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:06:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185149,"job_number":"JOB_185149","tr_customer_id":185167,"tr_customer_product_id":185157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:07:23.000Z","modified_at":"2026-02-13T07:07:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18546746273327","imei1":"18546746273327","imei2":"18546746273327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185151,"job_number":"JOB_185151","tr_customer_id":185169,"tr_customer_product_id":185159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:07:24.000Z","modified_at":"2026-02-13T07:07:24.000Z","name":"London Daugherty","mobile_number":"751-306-4775","email_id":"Pasquale_Corwin@yahoo.com","dop":"2025-04-06","serial_number":"18323237996487110","imei1":"18323237996487110","imei2":"18323237996487110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:07:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185152,"job_number":"JOB_185152","tr_customer_id":185170,"tr_customer_product_id":185160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:34.000Z","modified_at":"2026-02-13T07:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18180550243147","imei1":"18180550243147","imei2":"18180550243147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185154,"job_number":"JOB_185154","tr_customer_id":185172,"tr_customer_product_id":185162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:36.000Z","modified_at":"2026-02-13T07:09:36.000Z","name":"Mathilde Runolfsson","mobile_number":"465-358-2609","email_id":"Grayson_Huel@gmail.com","dop":"2025-04-06","serial_number":"10785754482145522","imei1":"10785754482145522","imei2":"10785754482145522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185156,"job_number":"JOB_185156","tr_customer_id":185174,"tr_customer_product_id":185164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:41.000Z","modified_at":"2026-02-13T07:09:41.000Z","name":"Cristina Koch","mobile_number":"573-858-1967","email_id":"Adolfo48@hotmail.com","dop":"2025-04-06","serial_number":"13370489685035210","imei1":"13370489685035210","imei2":"13370489685035210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:09:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185157,"job_number":"JOB_185157","tr_customer_id":185175,"tr_customer_product_id":185165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:10:18.000Z","modified_at":"2026-02-13T07:10:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18188678896095","imei1":"18188678896095","imei2":"18188678896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:10:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185159,"job_number":"JOB_185159","tr_customer_id":185177,"tr_customer_product_id":185167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:10:20.000Z","modified_at":"2026-02-13T07:10:20.000Z","name":"Armando Stracke","mobile_number":"337-565-5338","email_id":"Marcellus35@hotmail.com","dop":"2025-04-06","serial_number":"15260696052445780","imei1":"15260696052445780","imei2":"15260696052445780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185160,"job_number":"JOB_185160","tr_customer_id":185178,"tr_customer_product_id":185168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:11:02.000Z","modified_at":"2026-02-13T07:11:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13685845412760","imei1":"13685845412760","imei2":"13685845412760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:11:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185162,"job_number":"JOB_185162","tr_customer_id":185180,"tr_customer_product_id":185170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:11:03.000Z","modified_at":"2026-02-13T07:11:03.000Z","name":"Rebeca Stracke","mobile_number":"613-810-6964","email_id":"Virgil56@hotmail.com","dop":"2025-04-06","serial_number":"14560984241381258","imei1":"14560984241381258","imei2":"14560984241381258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:11:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185163,"job_number":"JOB_185163","tr_customer_id":185181,"tr_customer_product_id":185171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:14:12.000Z","modified_at":"2026-02-13T07:14:12.000Z","name":"Mayur Jan","mobile_number":"7007347940","email_id":"mayurjain3439@gmail.com","dop":"2026-02-01","serial_number":"128474747098786","imei1":"128474747098786","imei2":"128474747098786","popurl":"2026-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185164,"job_number":"JOB_185164","tr_customer_id":185182,"tr_customer_product_id":185172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:39:45.000Z","modified_at":"2026-02-13T07:39:45.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"18787702140990","imei1":"18787702140990","imei2":"18787702140990","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:39:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185166,"job_number":"JOB_185166","tr_customer_id":185184,"tr_customer_product_id":185174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:40:02.000Z","modified_at":"2026-02-13T07:40:02.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19912792242012","imei1":"19912792242012","imei2":"19912792242012","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:40:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185168,"job_number":"JOB_185168","tr_customer_id":185186,"tr_customer_product_id":185176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:40:18.000Z","modified_at":"2026-02-13T07:40:18.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12141750810496","imei1":"12141750810496","imei2":"12141750810496","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185177,"job_number":"JOB_185177","tr_customer_id":185195,"tr_customer_product_id":185185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:01:25.000Z","modified_at":"2026-02-13T08:01:25.000Z","name":"Alexandro Kovacek","mobile_number":"237-338-4544","email_id":"Violette_Hickle38@yahoo.com","dop":"2025-04-06","serial_number":"16958688972187208","imei1":"16958688972187208","imei2":"16958688972187208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185182,"job_number":"JOB_185182","tr_customer_id":185200,"tr_customer_product_id":185190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:02:18.000Z","modified_at":"2026-02-13T08:02:18.000Z","name":"Carlos Dibbert","mobile_number":"505-905-0652","email_id":"Diego54@gmail.com","dop":"2025-04-06","serial_number":"13979702919291046","imei1":"13979702919291046","imei2":"13979702919291046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:02:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185188,"job_number":"JOB_185188","tr_customer_id":185206,"tr_customer_product_id":185196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:12.000Z","modified_at":"2026-02-13T08:56:12.000Z","name":"Omana Sharma","mobile_number":"7412959998","email_id":"bhooshit.kaur@hotmail.com","dop":"2026-02-03","serial_number":"926028988808726","imei1":"926028988808726","imei2":"926028988808726","popurl":"www.suman-tandon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185190,"job_number":"JOB_185190","tr_customer_id":185208,"tr_customer_product_id":185198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:12.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Padma Achari","mobile_number":"7472919494","email_id":"kama.shah@hotmail.com","dop":"2026-02-03","serial_number":"680134861031742","imei1":"680134861031742","imei2":"680134861031742","popurl":"www.devi-pillai.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185191,"job_number":"JOB_185191","tr_customer_id":185209,"tr_customer_product_id":185199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Jyotis Nayar","mobile_number":"7457288889","email_id":"chandira.mehrotra@gmail.com","dop":"2026-02-03","serial_number":"848522355016357","imei1":"848522355016357","imei2":"848522355016357","popurl":"www.darshan-mahajan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185192,"job_number":"JOB_185192","tr_customer_id":185210,"tr_customer_product_id":185200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Bankimchandra Asan","mobile_number":"7487590469","email_id":"dandapaani.singh@yahoo.co.in","dop":"2026-02-03","serial_number":"493953762173917","imei1":"493953762173917","imei2":"493953762173917","popurl":"www.atmanand-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185193,"job_number":"JOB_185193","tr_customer_id":185211,"tr_customer_product_id":185201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Mohan Ahuja","mobile_number":"7457823258","email_id":"chandrabhan.achari@hotmail.com","dop":"2026-02-03","serial_number":"481088589107357","imei1":"481088589107357","imei2":"481088589107357","popurl":"www.aatreya-marar.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185194,"job_number":"JOB_185194","tr_customer_id":185212,"tr_customer_product_id":185202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Suma Dwivedi","mobile_number":"7409087468","email_id":"anang.adiga@hotmail.com","dop":"2026-02-03","serial_number":"039133971450950","imei1":"039133971450950","imei2":"039133971450950","popurl":"www.bhavani-butt.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185196,"job_number":"JOB_185196","tr_customer_id":185214,"tr_customer_product_id":185204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Vijay Mehra","mobile_number":"7493693255","email_id":"devvrat.kocchar@yahoo.co.in","dop":"2026-02-03","serial_number":"502499023714750","imei1":"502499023714750","imei2":"502499023714750","popurl":"www.aaratrika-rana.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185197,"job_number":"JOB_185197","tr_customer_id":185215,"tr_customer_product_id":185205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:56:13.000Z","modified_at":"2026-02-13T08:56:13.000Z","name":"Menaka Deshpande","mobile_number":"7408012578","email_id":"bhanumati.singh@hotmail.com","dop":"2026-02-03","serial_number":"047290324306055","imei1":"047290324306055","imei2":"047290324306055","popurl":"www.menka-singh.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185200,"job_number":"JOB_185200","tr_customer_id":185218,"tr_customer_product_id":185208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Brahmaanand Tandon","mobile_number":"7422898859","email_id":"jyotsana.mishra@gmail.com","dop":"2026-02-03","serial_number":"434856101045374","imei1":"434856101045374","imei2":"434856101045374","popurl":"www.sanka-nehru.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185201,"job_number":"JOB_185201","tr_customer_id":185219,"tr_customer_product_id":185209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Ojaswini Kapoor","mobile_number":"7428608942","email_id":"devesh.chaturvedi@yahoo.co.in","dop":"2026-02-03","serial_number":"147924321632531","imei1":"147924321632531","imei2":"147924321632531","popurl":"www.amodini-mahajan.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185203,"job_number":"JOB_185203","tr_customer_id":185221,"tr_customer_product_id":185211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Datta Embranthiri","mobile_number":"7406342725","email_id":"vedanshi.mehrotra@yahoo.co.in","dop":"2026-02-03","serial_number":"150407655622858","imei1":"150407655622858","imei2":"150407655622858","popurl":"www.chandramohan-menon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185204,"job_number":"JOB_185204","tr_customer_id":185222,"tr_customer_product_id":185212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Atreyi Abbott","mobile_number":"7428379631","email_id":"dayaamay.shukla@gmail.com","dop":"2026-02-03","serial_number":"152970594131995","imei1":"152970594131995","imei2":"152970594131995","popurl":"www.chaanakya-kaur.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185206,"job_number":"JOB_185206","tr_customer_id":185224,"tr_customer_product_id":185214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Kamlesh Arora","mobile_number":"7421728876","email_id":"aayushmaan.sinha@gmail.com","dop":"2026-02-03","serial_number":"447946474037646","imei1":"447946474037646","imei2":"447946474037646","popurl":"www.gauraang-kaur.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185207,"job_number":"JOB_185207","tr_customer_id":185225,"tr_customer_product_id":185215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Vaishnavi Ganaka","mobile_number":"7402046499","email_id":"aruna.tandon@yahoo.co.in","dop":"2026-02-03","serial_number":"204914122252297","imei1":"204914122252297","imei2":"204914122252297","popurl":"www.jai-sethi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185208,"job_number":"JOB_185208","tr_customer_id":185226,"tr_customer_product_id":185216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Shashikala Verma","mobile_number":"7494732211","email_id":"suresh.bandopadhyay@gmail.com","dop":"2026-02-03","serial_number":"178460026899572","imei1":"178460026899572","imei2":"178460026899572","popurl":"www.dakshayani-bharadwaj.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185210,"job_number":"JOB_185210","tr_customer_id":185228,"tr_customer_product_id":185218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:20.000Z","modified_at":"2026-02-13T08:58:20.000Z","name":"Dipankar Achari","mobile_number":"7470580208","email_id":"vasundhara.somayaji@yahoo.co.in","dop":"2026-02-03","serial_number":"654750114070700","imei1":"654750114070700","imei2":"654750114070700","popurl":"www.jagdeep-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185212,"job_number":"JOB_185212","tr_customer_id":185230,"tr_customer_product_id":185220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:05:08.000Z","modified_at":"2026-02-13T09:05:08.000Z","name":"Gwen Ortiz","mobile_number":"857-493-7087","email_id":"Dangelo_Deckow@yahoo.com","dop":"2025-10-05","serial_number":"17503273259720","imei1":"17503273259720","imei2":"17503273259720","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185214,"job_number":"JOB_185214","tr_customer_id":185232,"tr_customer_product_id":185222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:32:41.000Z","modified_at":"2026-02-13T09:32:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12253109651706","imei1":"12253109651706","imei2":"12253109651706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185216,"job_number":"JOB_185216","tr_customer_id":185234,"tr_customer_product_id":185224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:32:43.000Z","modified_at":"2026-02-13T09:32:43.000Z","name":"Hudson Wuckert","mobile_number":"464-291-3507","email_id":"Mittie_Bashirian@gmail.com","dop":"2025-04-06","serial_number":"17955183762286012","imei1":"17955183762286012","imei2":"17955183762286012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185217,"job_number":"JOB_185217","tr_customer_id":185235,"tr_customer_product_id":185225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:33:29.000Z","modified_at":"2026-02-13T09:33:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15087657658955","imei1":"15087657658955","imei2":"15087657658955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185219,"job_number":"JOB_185219","tr_customer_id":185237,"tr_customer_product_id":185227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:33:31.000Z","modified_at":"2026-02-13T09:33:31.000Z","name":"Kiera Strosin","mobile_number":"663-934-7580","email_id":"Ivy_Hoppe@gmail.com","dop":"2025-04-06","serial_number":"14425875997150648","imei1":"14425875997150648","imei2":"14425875997150648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:33:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185220,"job_number":"JOB_185220","tr_customer_id":185238,"tr_customer_product_id":185228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:34:17.000Z","modified_at":"2026-02-13T09:34:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16895107402860","imei1":"16895107402860","imei2":"16895107402860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:34:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185222,"job_number":"JOB_185222","tr_customer_id":185240,"tr_customer_product_id":185230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:34:19.000Z","modified_at":"2026-02-13T09:34:19.000Z","name":"Selmer Baumbach","mobile_number":"952-428-2817","email_id":"Justice_Heathcote@gmail.com","dop":"2025-04-06","serial_number":"11434162259802604","imei1":"11434162259802604","imei2":"11434162259802604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185223,"job_number":"JOB_185223","tr_customer_id":185241,"tr_customer_product_id":185231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Rajinder Naik","mobile_number":"7471773123","email_id":"gautama.ahluwalia@yahoo.co.in","dop":"2026-02-03","serial_number":"367372098369397","imei1":"367372098369397","imei2":"367372098369397","popurl":"www.adityanandana-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185224,"job_number":"JOB_185224","tr_customer_id":185243,"tr_customer_product_id":185233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Suma Jha","mobile_number":"7448807168","email_id":"paramartha.chopra@hotmail.com","dop":"2026-02-03","serial_number":"033933352208811","imei1":"033933352208811","imei2":"033933352208811","popurl":"www.gopi-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185225,"job_number":"JOB_185225","tr_customer_id":185242,"tr_customer_product_id":185232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Meenakshi Ganaka","mobile_number":"7470979609","email_id":"brajendra.khanna@yahoo.co.in","dop":"2026-02-03","serial_number":"707643136849700","imei1":"707643136849700","imei2":"707643136849700","popurl":"www.chapal-namboothiri.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185226,"job_number":"JOB_185226","tr_customer_id":185244,"tr_customer_product_id":185234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Poornima Ahluwalia","mobile_number":"7439049451","email_id":"triloki.embranthiri@hotmail.com","dop":"2026-02-03","serial_number":"751167025015632","imei1":"751167025015632","imei2":"751167025015632","popurl":"www.kumari-pilla.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185227,"job_number":"JOB_185227","tr_customer_id":185245,"tr_customer_product_id":185235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Sweta Abbott","mobile_number":"7409937743","email_id":"dhanu.mehra@hotmail.com","dop":"2026-02-03","serial_number":"928353738091821","imei1":"928353738091821","imei2":"928353738091821","popurl":"www.tanirika-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185228,"job_number":"JOB_185228","tr_customer_id":185246,"tr_customer_product_id":185236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Aasha Nayar","mobile_number":"7480949925","email_id":"soma.kaur@hotmail.com","dop":"2026-02-03","serial_number":"767102540312596","imei1":"767102540312596","imei2":"767102540312596","popurl":"www.chetan-bhat.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185229,"job_number":"JOB_185229","tr_customer_id":185247,"tr_customer_product_id":185237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Akula Jha","mobile_number":"7434946343","email_id":"saroja.iyengar@hotmail.com","dop":"2026-02-03","serial_number":"674086974014432","imei1":"674086974014432","imei2":"674086974014432","popurl":"www.jagathi-marar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185230,"job_number":"JOB_185230","tr_customer_id":185248,"tr_customer_product_id":185238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Brahmabrata Dubashi","mobile_number":"7481675823","email_id":"bhagvan.nayar@yahoo.co.in","dop":"2026-02-03","serial_number":"836083081197748","imei1":"836083081197748","imei2":"836083081197748","popurl":"www.mandaakin-dwivedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185231,"job_number":"JOB_185231","tr_customer_id":185249,"tr_customer_product_id":185239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Mohana Talwar","mobile_number":"7458926581","email_id":"amrit.namboothiri@hotmail.com","dop":"2026-02-03","serial_number":"675101143584327","imei1":"675101143584327","imei2":"675101143584327","popurl":"www.sameer-kaniyar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185232,"job_number":"JOB_185232","tr_customer_id":185250,"tr_customer_product_id":185240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:31.000Z","modified_at":"2026-02-13T09:47:31.000Z","name":"Geeta Bandopadhyay","mobile_number":"7446319441","email_id":"kannan.achari@yahoo.co.in","dop":"2026-02-03","serial_number":"599978665110867","imei1":"599978665110867","imei2":"599978665110867","popurl":"www.purushottam-varrier.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185233,"job_number":"JOB_185233","tr_customer_id":185251,"tr_customer_product_id":185241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:47:32.000Z","modified_at":"2026-02-13T09:47:32.000Z","name":"Jaimini Dubashi","mobile_number":"7492136076","email_id":"chandravati.verma@gmail.com","dop":"2026-02-03","serial_number":"271792482834771","imei1":"271792482834771","imei2":"271792482834771","popurl":"www.indra-varman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185234,"job_number":"JOB_185234","tr_customer_id":185252,"tr_customer_product_id":185242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Anjushree Nayar","mobile_number":"7477268403","email_id":"prem.chopra@yahoo.co.in","dop":"2026-02-03","serial_number":"971773880056055","imei1":"971773880056055","imei2":"971773880056055","popurl":"www.naveen-gandhi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185235,"job_number":"JOB_185235","tr_customer_id":185254,"tr_customer_product_id":185244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Bhudeva Kaur","mobile_number":"7470193028","email_id":"gayatri.butt@yahoo.co.in","dop":"2026-02-03","serial_number":"361713399992335","imei1":"361713399992335","imei2":"361713399992335","popurl":"www.dwaipayan-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185236,"job_number":"JOB_185236","tr_customer_id":185253,"tr_customer_product_id":185243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Gautam Sharma","mobile_number":"7459182950","email_id":"atreyee.khatri@yahoo.co.in","dop":"2026-02-03","serial_number":"243480796436798","imei1":"243480796436798","imei2":"243480796436798","popurl":"www.rakesh-khan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185237,"job_number":"JOB_185237","tr_customer_id":185255,"tr_customer_product_id":185245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Rohana Agarwal","mobile_number":"7457247047","email_id":"anasooya.kaur@gmail.com","dop":"2026-02-03","serial_number":"880782559581665","imei1":"880782559581665","imei2":"880782559581665","popurl":"www.aruna-patel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185238,"job_number":"JOB_185238","tr_customer_id":185256,"tr_customer_product_id":185246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Rohan Bhattathiri","mobile_number":"7428614041","email_id":"kamalesh.mahajan@gmail.com","dop":"2026-02-03","serial_number":"375569608299895","imei1":"375569608299895","imei2":"375569608299895","popurl":"www.achyut-asan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185239,"job_number":"JOB_185239","tr_customer_id":185257,"tr_customer_product_id":185247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Narayan Sethi","mobile_number":"7489678567","email_id":"anjali.panicker@hotmail.com","dop":"2026-02-03","serial_number":"866870993948852","imei1":"866870993948852","imei2":"866870993948852","popurl":"www.som-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185240,"job_number":"JOB_185240","tr_customer_id":185258,"tr_customer_product_id":185248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Rukmin Patil","mobile_number":"7445693956","email_id":"deevakar.bandopadhyay@gmail.com","dop":"2026-02-03","serial_number":"611586981131746","imei1":"611586981131746","imei2":"611586981131746","popurl":"www.ananta-gill.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185241,"job_number":"JOB_185241","tr_customer_id":185259,"tr_customer_product_id":185249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Bhima Bhattacharya","mobile_number":"7482142788","email_id":"atmananda.iyengar@yahoo.co.in","dop":"2026-02-03","serial_number":"910746074429452","imei1":"910746074429452","imei2":"910746074429452","popurl":"www.usha-kapoor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185242,"job_number":"JOB_185242","tr_customer_id":185260,"tr_customer_product_id":185250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Aatmaja Gill","mobile_number":"7410475731","email_id":"yoginder.ganaka@hotmail.com","dop":"2026-02-03","serial_number":"345102977938574","imei1":"345102977938574","imei2":"345102977938574","popurl":"www.achalesvara-shah.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185243,"job_number":"JOB_185243","tr_customer_id":185261,"tr_customer_product_id":185251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:00.000Z","modified_at":"2026-02-13T09:48:00.000Z","name":"Deevakar Mukhopadhyay","mobile_number":"7429861997","email_id":"bandhul.bhattathiri@gmail.com","dop":"2026-02-03","serial_number":"642955190069946","imei1":"642955190069946","imei2":"642955190069946","popurl":"www.agnimitra-ahuja.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185244,"job_number":"JOB_185244","tr_customer_id":185262,"tr_customer_product_id":185252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Susheel Johar","mobile_number":"7491001039","email_id":"devangana.deshpande@gmail.com","dop":"2026-02-03","serial_number":"666566729454647","imei1":"666566729454647","imei2":"666566729454647","popurl":"www.mani-sethi.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185245,"job_number":"JOB_185245","tr_customer_id":185263,"tr_customer_product_id":185253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Soma Nayar","mobile_number":"7432827681","email_id":"ravi.singh@yahoo.co.in","dop":"2026-02-03","serial_number":"825199783120837","imei1":"825199783120837","imei2":"825199783120837","popurl":"www.leela-naik.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185246,"job_number":"JOB_185246","tr_customer_id":185264,"tr_customer_product_id":185254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Budhil Mehra","mobile_number":"7454500781","email_id":"anaadi.mehrotra@yahoo.co.in","dop":"2026-02-03","serial_number":"419937833670327","imei1":"419937833670327","imei2":"419937833670327","popurl":"www.abhaya-reddy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185247,"job_number":"JOB_185247","tr_customer_id":185265,"tr_customer_product_id":185255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Chetanaanand Khatri","mobile_number":"7423103248","email_id":"sweta.kaniyar@yahoo.co.in","dop":"2026-02-03","serial_number":"972039048242451","imei1":"972039048242451","imei2":"972039048242451","popurl":"www.vaishnavi-kakkar.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185248,"job_number":"JOB_185248","tr_customer_id":185266,"tr_customer_product_id":185256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Samir Namboothiri","mobile_number":"7439556167","email_id":"chetanaanand.kocchar@hotmail.com","dop":"2026-02-03","serial_number":"181640386454235","imei1":"181640386454235","imei2":"181640386454235","popurl":"www.priyala-panicker.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185249,"job_number":"JOB_185249","tr_customer_id":185267,"tr_customer_product_id":185257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Gautam Guneta","mobile_number":"7437432582","email_id":"gitanjali.mehrotra@hotmail.com","dop":"2026-02-03","serial_number":"012830608110222","imei1":"012830608110222","imei2":"012830608110222","popurl":"www.chandravati-mahajan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185250,"job_number":"JOB_185250","tr_customer_id":185268,"tr_customer_product_id":185258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Jitender Banerjee","mobile_number":"7406523785","email_id":"jyotis.panicker@hotmail.com","dop":"2026-02-03","serial_number":"403018102261738","imei1":"403018102261738","imei2":"403018102261738","popurl":"www.bilwa-kakkar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185251,"job_number":"JOB_185251","tr_customer_id":185269,"tr_customer_product_id":185259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Bhooshit Malik","mobile_number":"7405323087","email_id":"darshwana.pandey@yahoo.co.in","dop":"2026-02-03","serial_number":"884046157419602","imei1":"884046157419602","imei2":"884046157419602","popurl":"www.daevi-butt.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185252,"job_number":"JOB_185252","tr_customer_id":185270,"tr_customer_product_id":185260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Vidur Acharya","mobile_number":"7426747939","email_id":"deepali.mukhopadhyay@gmail.com","dop":"2026-02-03","serial_number":"464939066696226","imei1":"464939066696226","imei2":"464939066696226","popurl":"www.chandraswaroopa-khanna.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185253,"job_number":"JOB_185253","tr_customer_id":185271,"tr_customer_product_id":185261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Meghnath Pandey","mobile_number":"7445153619","email_id":"manjusha.patil@yahoo.co.in","dop":"2026-02-03","serial_number":"988445796040663","imei1":"988445796040663","imei2":"988445796040663","popurl":"www.aayushmaan-verma.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185254,"job_number":"JOB_185254","tr_customer_id":185272,"tr_customer_product_id":185262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:01.000Z","modified_at":"2026-02-13T09:48:01.000Z","name":"Anunay Patil","mobile_number":"7478689047","email_id":"priya.bhattathiri@yahoo.co.in","dop":"2026-02-03","serial_number":"073288310095501","imei1":"073288310095501","imei2":"073288310095501","popurl":"www.brahmanandam-tandon.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185255,"job_number":"JOB_185255","tr_customer_id":185273,"tr_customer_product_id":185263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Mayoor Joshi","mobile_number":"7457970924","email_id":"bandhu.deshpande@hotmail.com","dop":"2026-02-03","serial_number":"550420720848458","imei1":"550420720848458","imei2":"550420720848458","popurl":"www.ekalavya-pothuvaal.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185256,"job_number":"JOB_185256","tr_customer_id":185274,"tr_customer_product_id":185264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Anshula Gupta","mobile_number":"7465584942","email_id":"tanushree.mehra@yahoo.co.in","dop":"2026-02-03","serial_number":"421588170227838","imei1":"421588170227838","imei2":"421588170227838","popurl":"www.chandni-talwar.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185257,"job_number":"JOB_185257","tr_customer_id":185275,"tr_customer_product_id":185265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Brahmanandam Naik","mobile_number":"7466008984","email_id":"achalesvara.jha@hotmail.com","dop":"2026-02-03","serial_number":"572314813925065","imei1":"572314813925065","imei2":"572314813925065","popurl":"www.priya-nambeesan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185258,"job_number":"JOB_185258","tr_customer_id":185276,"tr_customer_product_id":185266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Raj Pillai","mobile_number":"7461339871","email_id":"shrishti.ahuja@yahoo.co.in","dop":"2026-02-03","serial_number":"049146702130764","imei1":"049146702130764","imei2":"049146702130764","popurl":"www.shanti-naik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185259,"job_number":"JOB_185259","tr_customer_id":185277,"tr_customer_product_id":185267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Jaimini Jha","mobile_number":"7484875755","email_id":"abhaya.adiga@yahoo.co.in","dop":"2026-02-03","serial_number":"437437407530770","imei1":"437437407530770","imei2":"437437407530770","popurl":"www.ghanashyam-chopra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185260,"job_number":"JOB_185260","tr_customer_id":185278,"tr_customer_product_id":185268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Sunita Namboothiri","mobile_number":"7452372952","email_id":"aaditya.embranthiri@hotmail.com","dop":"2026-02-03","serial_number":"317033000862806","imei1":"317033000862806","imei2":"317033000862806","popurl":"www.avadhesh-jha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185261,"job_number":"JOB_185261","tr_customer_id":185279,"tr_customer_product_id":185269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Gautami Sharma","mobile_number":"7481805946","email_id":"hiranmaya.bhat@gmail.com","dop":"2026-02-03","serial_number":"373732701888093","imei1":"373732701888093","imei2":"373732701888093","popurl":"www.digambar-ganaka.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185262,"job_number":"JOB_185262","tr_customer_id":185280,"tr_customer_product_id":185270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Mohinder Singh","mobile_number":"7414026210","email_id":"rakesh.nayar@yahoo.co.in","dop":"2026-02-03","serial_number":"250277194428299","imei1":"250277194428299","imei2":"250277194428299","popurl":"www.durga-chopra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185263,"job_number":"JOB_185263","tr_customer_id":185281,"tr_customer_product_id":185271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Deepali Panicker","mobile_number":"7474392111","email_id":"anuraag.mahajan@gmail.com","dop":"2026-02-03","serial_number":"470857081700410","imei1":"470857081700410","imei2":"470857081700410","popurl":"www.basanti-kaur.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185264,"job_number":"JOB_185264","tr_customer_id":185282,"tr_customer_product_id":185272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Jyotsana Bhattacharya","mobile_number":"7485187325","email_id":"anandswarup.desai@gmail.com","dop":"2026-02-03","serial_number":"740747232186873","imei1":"740747232186873","imei2":"740747232186873","popurl":"www.bhamini-sinha.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185265,"job_number":"JOB_185265","tr_customer_id":185283,"tr_customer_product_id":185273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Chandraayan Shah","mobile_number":"7407521014","email_id":"swapnil.adiga@gmail.com","dop":"2026-02-03","serial_number":"268245810397313","imei1":"268245810397313","imei2":"268245810397313","popurl":"www.menka-dwivedi.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185266,"job_number":"JOB_185266","tr_customer_id":185284,"tr_customer_product_id":185274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Girija Bhattacharya","mobile_number":"7435967752","email_id":"kamla.dhawan@gmail.com","dop":"2026-02-03","serial_number":"117058977144538","imei1":"117058977144538","imei2":"117058977144538","popurl":"www.naveen-kakkar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185267,"job_number":"JOB_185267","tr_customer_id":185285,"tr_customer_product_id":185275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Chatur Nehru","mobile_number":"7454524292","email_id":"amarnath.banerjee@hotmail.com","dop":"2026-02-03","serial_number":"712679204137160","imei1":"712679204137160","imei2":"712679204137160","popurl":"www.devani-dubashi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185268,"job_number":"JOB_185268","tr_customer_id":185286,"tr_customer_product_id":185276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Paramartha Gowda","mobile_number":"7475779168","email_id":"bela.reddy@gmail.com","dop":"2026-02-03","serial_number":"824301036550431","imei1":"824301036550431","imei2":"824301036550431","popurl":"www.harit-jain.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185269,"job_number":"JOB_185269","tr_customer_id":185287,"tr_customer_product_id":185277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:02.000Z","modified_at":"2026-02-13T09:48:02.000Z","name":"Anasuya Kaniyar","mobile_number":"7424161197","email_id":"kin.patel@hotmail.com","dop":"2026-02-03","serial_number":"489312052574481","imei1":"489312052574481","imei2":"489312052574481","popurl":"www.prema-desai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185270,"job_number":"JOB_185270","tr_customer_id":185288,"tr_customer_product_id":185278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Vaijayanti Dwivedi","mobile_number":"7431517536","email_id":"vrund.mukhopadhyay@hotmail.com","dop":"2026-02-03","serial_number":"128470972171559","imei1":"128470972171559","imei2":"128470972171559","popurl":"www.lavanya-chopra.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185271,"job_number":"JOB_185271","tr_customer_id":185289,"tr_customer_product_id":185279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Giri Patel","mobile_number":"7403723964","email_id":"madhuri.sethi@yahoo.co.in","dop":"2026-02-03","serial_number":"786387717647286","imei1":"786387717647286","imei2":"786387717647286","popurl":"www.chandan-shukla.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185272,"job_number":"JOB_185272","tr_customer_id":185290,"tr_customer_product_id":185280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Ramesh Mahajan","mobile_number":"7468293180","email_id":"hiranya.iyer@hotmail.com","dop":"2026-02-03","serial_number":"706685115210346","imei1":"706685115210346","imei2":"706685115210346","popurl":"www.gandharva-somayaji.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185273,"job_number":"JOB_185273","tr_customer_id":185291,"tr_customer_product_id":185281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Kamla Guneta","mobile_number":"7455264155","email_id":"aarya.banerjee@hotmail.com","dop":"2026-02-03","serial_number":"697779275961802","imei1":"697779275961802","imei2":"697779275961802","popurl":"www.ganapati-varrier.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185274,"job_number":"JOB_185274","tr_customer_id":185292,"tr_customer_product_id":185282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Poornima Prajapat","mobile_number":"7415009572","email_id":"shantanu.adiga@hotmail.com","dop":"2026-02-03","serial_number":"121929895721564","imei1":"121929895721564","imei2":"121929895721564","popurl":"www.kamalesh-singh.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185275,"job_number":"JOB_185275","tr_customer_id":185293,"tr_customer_product_id":185283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Preity Menon","mobile_number":"7465753067","email_id":"arya.kaur@yahoo.co.in","dop":"2026-02-03","serial_number":"903957741583845","imei1":"903957741583845","imei2":"903957741583845","popurl":"www.mohan-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185276,"job_number":"JOB_185276","tr_customer_id":185294,"tr_customer_product_id":185284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Sarala Nambeesan","mobile_number":"7496003693","email_id":"manoj.sethi@yahoo.co.in","dop":"2026-02-03","serial_number":"911443757834184","imei1":"911443757834184","imei2":"911443757834184","popurl":"www.marut-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185277,"job_number":"JOB_185277","tr_customer_id":185295,"tr_customer_product_id":185285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Hiranya Chattopadhyay","mobile_number":"7481263095","email_id":"chandrabhan.deshpande@gmail.com","dop":"2026-02-03","serial_number":"733534533434543","imei1":"733534533434543","imei2":"733534533434543","popurl":"www.madhuri-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185278,"job_number":"JOB_185278","tr_customer_id":185296,"tr_customer_product_id":185286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Aaratrika Shukla","mobile_number":"7421588905","email_id":"tushar.patel@hotmail.com","dop":"2026-02-03","serial_number":"429725019982079","imei1":"429725019982079","imei2":"429725019982079","popurl":"www.vedanshi-mahajan.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185279,"job_number":"JOB_185279","tr_customer_id":185297,"tr_customer_product_id":185287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Charumati Guneta","mobile_number":"7469374180","email_id":"indra.khatri@yahoo.co.in","dop":"2026-02-03","serial_number":"021135724207883","imei1":"021135724207883","imei2":"021135724207883","popurl":"www.somu-embranthiri.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185280,"job_number":"JOB_185280","tr_customer_id":185298,"tr_customer_product_id":185288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Pushti Saini","mobile_number":"7449653983","email_id":"narinder.bhat@yahoo.co.in","dop":"2026-02-03","serial_number":"587366719422829","imei1":"587366719422829","imei2":"587366719422829","popurl":"www.gemine-panicker.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185281,"job_number":"JOB_185281","tr_customer_id":185299,"tr_customer_product_id":185289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Kashyap Pothuvaal","mobile_number":"7469449814","email_id":"dhanesh.singh@gmail.com","dop":"2026-02-03","serial_number":"100365731798750","imei1":"100365731798750","imei2":"100365731798750","popurl":"www.jaimini-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185282,"job_number":"JOB_185282","tr_customer_id":185300,"tr_customer_product_id":185290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Devagya Malik","mobile_number":"7410110837","email_id":"agnivesh.verma@yahoo.co.in","dop":"2026-02-03","serial_number":"095179557228596","imei1":"095179557228596","imei2":"095179557228596","popurl":"www.bakula-menon.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185283,"job_number":"JOB_185283","tr_customer_id":185301,"tr_customer_product_id":185291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Rita Asan","mobile_number":"7432452731","email_id":"shiv.chopra@hotmail.com","dop":"2026-02-03","serial_number":"538626211803019","imei1":"538626211803019","imei2":"538626211803019","popurl":"www.somnath-mehra.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185284,"job_number":"JOB_185284","tr_customer_id":185302,"tr_customer_product_id":185292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Gautam Gill","mobile_number":"7487975114","email_id":"elakshi.gowda@yahoo.co.in","dop":"2026-02-03","serial_number":"713519534722365","imei1":"713519534722365","imei2":"713519534722365","popurl":"www.datta-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185285,"job_number":"JOB_185285","tr_customer_id":185303,"tr_customer_product_id":185293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Gita Ganaka","mobile_number":"7456417201","email_id":"sushil.chattopadhyay@gmail.com","dop":"2026-02-03","serial_number":"554500355094964","imei1":"554500355094964","imei2":"554500355094964","popurl":"www.bharat-chaturvedi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185286,"job_number":"JOB_185286","tr_customer_id":185304,"tr_customer_product_id":185294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Annapurna Mishra","mobile_number":"7442117251","email_id":"chandraayan.guneta@yahoo.co.in","dop":"2026-02-03","serial_number":"609287497215672","imei1":"609287497215672","imei2":"609287497215672","popurl":"www.chapal-arora.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185287,"job_number":"JOB_185287","tr_customer_id":185305,"tr_customer_product_id":185295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Purushottam Arora","mobile_number":"7407813097","email_id":"dhaanyalakshmi.pilla@yahoo.co.in","dop":"2026-02-03","serial_number":"042211719226568","imei1":"042211719226568","imei2":"042211719226568","popurl":"www.susheel-ganaka.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185288,"job_number":"JOB_185288","tr_customer_id":185306,"tr_customer_product_id":185296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Shubha Acharya","mobile_number":"7420491113","email_id":"achyut.deshpande@yahoo.co.in","dop":"2026-02-03","serial_number":"307882841967290","imei1":"307882841967290","imei2":"307882841967290","popurl":"www.heema-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185289,"job_number":"JOB_185289","tr_customer_id":185307,"tr_customer_product_id":185297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:03.000Z","modified_at":"2026-02-13T09:48:03.000Z","name":"Devi Nambeesan","mobile_number":"7476638205","email_id":"esha.abbott@gmail.com","dop":"2026-02-03","serial_number":"408938265330876","imei1":"408938265330876","imei2":"408938265330876","popurl":"www.agneya-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185290,"job_number":"JOB_185290","tr_customer_id":185308,"tr_customer_product_id":185298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Bhaumik Patil","mobile_number":"7417507278","email_id":"gatik.singh@hotmail.com","dop":"2026-02-03","serial_number":"555177863633291","imei1":"555177863633291","imei2":"555177863633291","popurl":"www.inder-guneta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185291,"job_number":"JOB_185291","tr_customer_id":185309,"tr_customer_product_id":185299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Pushti Butt","mobile_number":"7438778505","email_id":"vinay.saini@gmail.com","dop":"2026-02-03","serial_number":"214457488129735","imei1":"214457488129735","imei2":"214457488129735","popurl":"www.hari-naik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185292,"job_number":"JOB_185292","tr_customer_id":185310,"tr_customer_product_id":185300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Dhyanesh Talwar","mobile_number":"7453712595","email_id":"diptendu.bandopadhyay@gmail.com","dop":"2026-02-03","serial_number":"983980023568034","imei1":"983980023568034","imei2":"983980023568034","popurl":"www.advaya-gowda.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185293,"job_number":"JOB_185293","tr_customer_id":185311,"tr_customer_product_id":185301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Deepesh Chattopadhyay","mobile_number":"7438897739","email_id":"brajendra.rana@gmail.com","dop":"2026-02-03","serial_number":"337517886147602","imei1":"337517886147602","imei2":"337517886147602","popurl":"www.girik-embranthiri.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185294,"job_number":"JOB_185294","tr_customer_id":185312,"tr_customer_product_id":185302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Mani Menon","mobile_number":"7424651731","email_id":"vaijayanti.abbott@hotmail.com","dop":"2026-02-03","serial_number":"522617851774855","imei1":"522617851774855","imei2":"522617851774855","popurl":"www.chaanakya-naik.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185295,"job_number":"JOB_185295","tr_customer_id":185314,"tr_customer_product_id":185303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Anasuya Namboothiri","mobile_number":"7462507040","email_id":"adwitiya.mishra@hotmail.com","dop":"2026-02-03","serial_number":"408311791553940","imei1":"408311791553940","imei2":"408311791553940","popurl":"www.chinmayananda-gill.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185296,"job_number":"JOB_185296","tr_customer_id":185313,"tr_customer_product_id":185304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Gati Banerjee","mobile_number":"7479036044","email_id":"kanaka.saini@yahoo.co.in","dop":"2026-02-03","serial_number":"569509474496863","imei1":"569509474496863","imei2":"569509474496863","popurl":"www.suma-patil.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185297,"job_number":"JOB_185297","tr_customer_id":185315,"tr_customer_product_id":185305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Deependra Abbott","mobile_number":"7448784638","email_id":"anshula.arora@gmail.com","dop":"2026-02-03","serial_number":"373156460517365","imei1":"373156460517365","imei2":"373156460517365","popurl":"www.narayan-ahuja.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185298,"job_number":"JOB_185298","tr_customer_id":185316,"tr_customer_product_id":185306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Amritambu Sharma","mobile_number":"7448346350","email_id":"himadri.pillai@hotmail.com","dop":"2026-02-03","serial_number":"443416864402300","imei1":"443416864402300","imei2":"443416864402300","popurl":"www.gorakhnath-verma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185299,"job_number":"JOB_185299","tr_customer_id":185317,"tr_customer_product_id":185307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Darshwana Asan","mobile_number":"7423610120","email_id":"ananta.chopra@hotmail.com","dop":"2026-02-03","serial_number":"183530053202420","imei1":"183530053202420","imei2":"183530053202420","popurl":"www.dipali-chattopadhyay.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185300,"job_number":"JOB_185300","tr_customer_id":185318,"tr_customer_product_id":185308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Mohinder Pilla","mobile_number":"7457469266","email_id":"poornima.nayar@hotmail.com","dop":"2026-02-03","serial_number":"533558541416665","imei1":"533558541416665","imei2":"533558541416665","popurl":"www.kanti-ahluwalia.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185301,"job_number":"JOB_185301","tr_customer_id":185319,"tr_customer_product_id":185309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Siddhran Chaturvedi","mobile_number":"7411146564","email_id":"sukanya.shah@gmail.com","dop":"2026-02-03","serial_number":"031313093050586","imei1":"031313093050586","imei2":"031313093050586","popurl":"www.aamod-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185302,"job_number":"JOB_185302","tr_customer_id":185320,"tr_customer_product_id":185310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:04.000Z","modified_at":"2026-02-13T09:48:04.000Z","name":"Chakravarti Gupta","mobile_number":"7420746800","email_id":"gobinda.abbott@hotmail.com","dop":"2026-02-03","serial_number":"456588357423378","imei1":"456588357423378","imei2":"456588357423378","popurl":"www.chandak-pandey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185303,"job_number":"JOB_185303","tr_customer_id":185321,"tr_customer_product_id":185311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Bankimchandra Marar","mobile_number":"7400147025","email_id":"gorakhanatha.ganaka@yahoo.co.in","dop":"2026-02-03","serial_number":"089400501215089","imei1":"089400501215089","imei2":"089400501215089","popurl":"www.menaka-mukhopadhyay.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185304,"job_number":"JOB_185304","tr_customer_id":185322,"tr_customer_product_id":185312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Dron Naik","mobile_number":"7439595170","email_id":"naval.bhattacharya@yahoo.co.in","dop":"2026-02-03","serial_number":"429588466469987","imei1":"429588466469987","imei2":"429588466469987","popurl":"www.kamala-desai.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185305,"job_number":"JOB_185305","tr_customer_id":185323,"tr_customer_product_id":185313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Shakti Shukla","mobile_number":"7480978384","email_id":"opalina.sethi@yahoo.co.in","dop":"2026-02-03","serial_number":"241325552406453","imei1":"241325552406453","imei2":"241325552406453","popurl":"www.ashok-pothuvaal.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185306,"job_number":"JOB_185306","tr_customer_id":185324,"tr_customer_product_id":185314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Bandhu Embranthiri","mobile_number":"7440543192","email_id":"dwaipayana.varrier@gmail.com","dop":"2026-02-03","serial_number":"588835718914650","imei1":"588835718914650","imei2":"588835718914650","popurl":"www.ekalavya-jain.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185307,"job_number":"JOB_185307","tr_customer_id":185325,"tr_customer_product_id":185315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Dhanadeepa Chattopadhyay","mobile_number":"7475814400","email_id":"gandharva.bhat@hotmail.com","dop":"2026-02-03","serial_number":"392270129423745","imei1":"392270129423745","imei2":"392270129423745","popurl":"www.vishnu-dhawan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185308,"job_number":"JOB_185308","tr_customer_id":185326,"tr_customer_product_id":185316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Annapurna Chaturvedi","mobile_number":"7414648733","email_id":"shubhaprada.chopra@gmail.com","dop":"2026-02-03","serial_number":"238343778729771","imei1":"238343778729771","imei2":"238343778729771","popurl":"www.nimit-shah.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185309,"job_number":"JOB_185309","tr_customer_id":185327,"tr_customer_product_id":185317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Chandani Kaniyar","mobile_number":"7402094863","email_id":"kama.rana@hotmail.com","dop":"2026-02-03","serial_number":"499687123094387","imei1":"499687123094387","imei2":"499687123094387","popurl":"www.keerti-nehru.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185310,"job_number":"JOB_185310","tr_customer_id":185328,"tr_customer_product_id":185318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Sarala Trivedi","mobile_number":"7492500433","email_id":"aagneya.abbott@gmail.com","dop":"2026-02-03","serial_number":"198009509997068","imei1":"198009509997068","imei2":"198009509997068","popurl":"www.tejas-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185311,"job_number":"JOB_185311","tr_customer_id":185329,"tr_customer_product_id":185319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Manikya Singh","mobile_number":"7417990752","email_id":"yoginder.somayaji@hotmail.com","dop":"2026-02-03","serial_number":"100510234090745","imei1":"100510234090745","imei2":"100510234090745","popurl":"www.opalina-khanna.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185312,"job_number":"JOB_185312","tr_customer_id":185330,"tr_customer_product_id":185320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Shresth Patel","mobile_number":"7448633271","email_id":"chakradhar.bhattacharya@gmail.com","dop":"2026-02-03","serial_number":"418588248435269","imei1":"418588248435269","imei2":"418588248435269","popurl":"www.deeptimayee-joshi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185313,"job_number":"JOB_185313","tr_customer_id":185331,"tr_customer_product_id":185321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Ekaling Mahajan","mobile_number":"7428411606","email_id":"girja.arora@gmail.com","dop":"2026-02-03","serial_number":"812772375096424","imei1":"812772375096424","imei2":"812772375096424","popurl":"www.chakrika-jha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185314,"job_number":"JOB_185314","tr_customer_id":185332,"tr_customer_product_id":185322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Deveshwar Arora","mobile_number":"7403766928","email_id":"dhanesh.tandon@gmail.com","dop":"2026-02-03","serial_number":"227083433911472","imei1":"227083433911472","imei2":"227083433911472","popurl":"www.umang-tagore.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185315,"job_number":"JOB_185315","tr_customer_id":185333,"tr_customer_product_id":185323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Tushar Ganaka","mobile_number":"7471269894","email_id":"shiv.johar@hotmail.com","dop":"2026-02-03","serial_number":"072032716649683","imei1":"072032716649683","imei2":"072032716649683","popurl":"www.jyotsana-pillai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185316,"job_number":"JOB_185316","tr_customer_id":185334,"tr_customer_product_id":185324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Asha Achari","mobile_number":"7471900861","email_id":"prathamesh.jha@gmail.com","dop":"2026-02-03","serial_number":"759296633201153","imei1":"759296633201153","imei2":"759296633201153","popurl":"www.aaditya-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185317,"job_number":"JOB_185317","tr_customer_id":185335,"tr_customer_product_id":185325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:05.000Z","modified_at":"2026-02-13T09:48:05.000Z","name":"Leela Butt","mobile_number":"7447758467","email_id":"bhasvan.mishra@gmail.com","dop":"2026-02-03","serial_number":"137414777275620","imei1":"137414777275620","imei2":"137414777275620","popurl":"www.dharani-nair.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185318,"job_number":"JOB_185318","tr_customer_id":185336,"tr_customer_product_id":185326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Nalini Singh","mobile_number":"7497858508","email_id":"shakuntala.gill@gmail.com","dop":"2026-02-03","serial_number":"272393474207901","imei1":"272393474207901","imei2":"272393474207901","popurl":"www.chandan-iyer.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185319,"job_number":"JOB_185319","tr_customer_id":185337,"tr_customer_product_id":185327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Suma Saini","mobile_number":"7438269880","email_id":"atmaja.jain@yahoo.co.in","dop":"2026-02-03","serial_number":"220407181118481","imei1":"220407181118481","imei2":"220407181118481","popurl":"www.tanirika-verma.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185320,"job_number":"JOB_185320","tr_customer_id":185339,"tr_customer_product_id":185328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Mandakini Saini","mobile_number":"7466053470","email_id":"ujjawal.dutta@gmail.com","dop":"2026-02-03","serial_number":"194944921881915","imei1":"194944921881915","imei2":"194944921881915","popurl":"www.amaranaath-varman.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185321,"job_number":"JOB_185321","tr_customer_id":185338,"tr_customer_product_id":185329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Aatmaja Gupta","mobile_number":"7479300502","email_id":"tej.kaniyar@gmail.com","dop":"2026-02-03","serial_number":"536659465787900","imei1":"536659465787900","imei2":"536659465787900","popurl":"www.aashritha-mehra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185322,"job_number":"JOB_185322","tr_customer_id":185340,"tr_customer_product_id":185330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Dhananjay Gandhi","mobile_number":"7420762088","email_id":"hiranya.bharadwaj@yahoo.co.in","dop":"2026-02-03","serial_number":"869049204221945","imei1":"869049204221945","imei2":"869049204221945","popurl":"www.ritesh-sinha.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185323,"job_number":"JOB_185323","tr_customer_id":185341,"tr_customer_product_id":185331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Indra Pillai","mobile_number":"7494240552","email_id":"laxman.pothuvaal@gmail.com","dop":"2026-02-03","serial_number":"981154297936001","imei1":"981154297936001","imei2":"981154297936001","popurl":"www.vidhya-bharadwaj.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185324,"job_number":"JOB_185324","tr_customer_id":185342,"tr_customer_product_id":185332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Bhudeva Jain","mobile_number":"7477119178","email_id":"param.banerjee@gmail.com","dop":"2026-02-03","serial_number":"165521204162711","imei1":"165521204162711","imei2":"165521204162711","popurl":"www.bela-somayaji.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185325,"job_number":"JOB_185325","tr_customer_id":185343,"tr_customer_product_id":185333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Ritesh Mukhopadhyay","mobile_number":"7416478396","email_id":"amish.mehra@yahoo.co.in","dop":"2026-02-03","serial_number":"963491715886122","imei1":"963491715886122","imei2":"963491715886122","popurl":"www.giri-kaul.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185326,"job_number":"JOB_185326","tr_customer_id":185344,"tr_customer_product_id":185334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Chidaakaash Dubashi","mobile_number":"7483292197","email_id":"dipendra.naik@gmail.com","dop":"2026-02-03","serial_number":"811913326786097","imei1":"811913326786097","imei2":"811913326786097","popurl":"www.dwaipayana-tagore.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185327,"job_number":"JOB_185327","tr_customer_id":185345,"tr_customer_product_id":185335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Kalinda Nayar","mobile_number":"7422072888","email_id":"aayushman.asan@yahoo.co.in","dop":"2026-02-03","serial_number":"168049538637152","imei1":"168049538637152","imei2":"168049538637152","popurl":"www.bhamini-pothuvaal.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185328,"job_number":"JOB_185328","tr_customer_id":185346,"tr_customer_product_id":185336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Eekalabya Jha","mobile_number":"7497873102","email_id":"manisha.mishra@yahoo.co.in","dop":"2026-02-03","serial_number":"308642031875530","imei1":"308642031875530","imei2":"308642031875530","popurl":"www.guru-sharma.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185329,"job_number":"JOB_185329","tr_customer_id":185347,"tr_customer_product_id":185337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Sukanya Achari","mobile_number":"7485035556","email_id":"krishnadas.gupta@gmail.com","dop":"2026-02-03","serial_number":"509217954264841","imei1":"509217954264841","imei2":"509217954264841","popurl":"www.chidaatma-ahuja.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185330,"job_number":"JOB_185330","tr_customer_id":185348,"tr_customer_product_id":185338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Draupadi Singh","mobile_number":"7453120290","email_id":"tanushri.mukhopadhyay@hotmail.com","dop":"2026-02-03","serial_number":"485706593443599","imei1":"485706593443599","imei2":"485706593443599","popurl":"www.vrund-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185331,"job_number":"JOB_185331","tr_customer_id":185349,"tr_customer_product_id":185339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Goswamee Butt","mobile_number":"7476502562","email_id":"chandraswaroopa.abbott@yahoo.co.in","dop":"2026-02-03","serial_number":"968239201926792","imei1":"968239201926792","imei2":"968239201926792","popurl":"www.malti-tandon.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185332,"job_number":"JOB_185332","tr_customer_id":185350,"tr_customer_product_id":185340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Ameyatma Bhat","mobile_number":"7469324123","email_id":"bhagavaan.deshpande@gmail.com","dop":"2026-02-03","serial_number":"870103085181925","imei1":"870103085181925","imei2":"870103085181925","popurl":"www.aadidev-varman.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185333,"job_number":"JOB_185333","tr_customer_id":185351,"tr_customer_product_id":185341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Gouranga Guha","mobile_number":"7448580793","email_id":"kamala.iyengar@gmail.com","dop":"2026-02-03","serial_number":"451518087734296","imei1":"451518087734296","imei2":"451518087734296","popurl":"www.jagadisha-naik.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185334,"job_number":"JOB_185334","tr_customer_id":185352,"tr_customer_product_id":185342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:48:06.000Z","modified_at":"2026-02-13T09:48:06.000Z","name":"Hamsini Acharya","mobile_number":"7462796973","email_id":"dayamayee.dubashi@yahoo.co.in","dop":"2026-02-03","serial_number":"509736544375420","imei1":"509736544375420","imei2":"509736544375420","popurl":"www.aasa-joshi.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185337,"job_number":"JOB_185337","tr_customer_id":185355,"tr_customer_product_id":185345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:02:29.000Z","modified_at":"2026-02-13T11:02:30.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-02-03","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-02-03T11:02:20.464023936Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:02:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185338,"job_number":"JOB_185338","tr_customer_id":185356,"tr_customer_product_id":185346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:02:31.000Z","modified_at":"2026-02-13T11:02:31.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-02-03","serial_number":"53377966843989","imei1":"53377966843989","imei2":"53377966843989","popurl":"2026-02-03T11:02:20.466245772Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:02:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185339,"job_number":"JOB_185339","tr_customer_id":185357,"tr_customer_product_id":185347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:02:43.000Z","modified_at":"2026-02-13T11:02:43.000Z","name":"Kirti Chopra","mobile_number":"8633229297","email_id":"manik.pandey@hotmail.com","dop":"2026-02-03","serial_number":"85116152646857","imei1":"85116152646857","imei2":"85116152646857","popurl":"www.yogendra-dhawan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:02:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185340,"job_number":"JOB_185340","tr_customer_id":185358,"tr_customer_product_id":185348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:07:17.000Z","modified_at":"2026-02-13T11:07:17.000Z","name":"Jatin Tech","mobile_number":"8844737373","email_id":"test.tech@gmail.com","dop":"2025-09-30","serial_number":"15268472150161","imei1":"15268472150161","imei2":"15268472150161","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:07:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185342,"job_number":"JOB_185342","tr_customer_id":185360,"tr_customer_product_id":185350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:07:33.000Z","modified_at":"2026-02-13T11:07:33.000Z","name":"Satish ABCD","mobile_number":"8765737373","email_id":"test12.tech@gmail.com","dop":"2025-09-30","serial_number":"19943087830675","imei1":"19943087830675","imei2":"19943087830675","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:07:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185349,"job_number":"JOB_185349","tr_customer_id":185367,"tr_customer_product_id":185357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:51:54.000Z","modified_at":"2026-02-13T11:51:54.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-02-03","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-02-03T11:51:54.393969846Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:51:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185350,"job_number":"JOB_185350","tr_customer_id":185368,"tr_customer_product_id":185358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T12:39:02.000Z","modified_at":"2026-02-13T12:39:02.000Z","name":"Shridhar adhav","mobile_number":"9881654565","email_id":"Sapkalshri1525@gmail.com","dop":"2025-06-23","serial_number":"","imei1":"","imei2":"","popurl":"2025-06-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T12:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185354,"job_number":"JOB_185354","tr_customer_id":185372,"tr_customer_product_id":185362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:41:42.000Z","modified_at":"2026-02-13T13:41:42.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-02-03","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-02-03T13:41:41.956385733Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185355,"job_number":"JOB_185355","tr_customer_id":185373,"tr_customer_product_id":185363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:47:56.000Z","modified_at":"2026-02-13T13:47:56.000Z","name":"Terrell Kling","mobile_number":"483-660-5412","email_id":"Bryana_Ratke@yahoo.com","dop":"2025-05-05","serial_number":"18068843612898","imei1":"18068843612898","imei2":"18068843612898","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185356,"job_number":"JOB_185356","tr_customer_id":185374,"tr_customer_product_id":185364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:50:55.000Z","modified_at":"2026-02-13T13:50:55.000Z","name":"Aleen Luettgen","mobile_number":"441-363-1874","email_id":"Cierra81@yahoo.com","dop":"2025-11-06","serial_number":"10029378618828464","imei1":"10029378618828464","imei2":"10029378618828464","popurl":"2025-11-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185357,"job_number":"JOB_185357","tr_customer_id":185375,"tr_customer_product_id":185365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:09.000Z","modified_at":"2026-02-13T13:52:09.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"15310167321361","imei1":"15310167321361","imei2":"15310167321361","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185359,"job_number":"JOB_185359","tr_customer_id":185377,"tr_customer_product_id":185367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:10.000Z","modified_at":"2026-02-13T13:52:10.000Z","name":"Stefan Wintheiser","mobile_number":"985-670-1335","email_id":"Maryjane_Klein90@yahoo.com","dop":"2025-08-24","serial_number":"1006075575150173","imei1":"1006075575150173","imei2":"1006075575150173","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185360,"job_number":"JOB_185360","tr_customer_id":185378,"tr_customer_product_id":185368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:44.000Z","modified_at":"2026-02-13T13:52:44.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"18771659753439","imei1":"18771659753439","imei2":"18771659753439","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185362,"job_number":"JOB_185362","tr_customer_id":185380,"tr_customer_product_id":185370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:45.000Z","modified_at":"2026-02-13T13:52:45.000Z","name":"Palma Bahringer","mobile_number":"745-455-6417","email_id":"Zoie_Hills@yahoo.com","dop":"2025-08-24","serial_number":"1058035250148623","imei1":"1058035250148623","imei2":"1058035250148623","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185363,"job_number":"JOB_185363","tr_customer_id":185381,"tr_customer_product_id":185371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:53:17.000Z","modified_at":"2026-02-13T13:53:17.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"16030485473957","imei1":"16030485473957","imei2":"16030485473957","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185365,"job_number":"JOB_185365","tr_customer_id":185383,"tr_customer_product_id":185373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:53:18.000Z","modified_at":"2026-02-13T13:53:18.000Z","name":"Nichole West","mobile_number":"906-269-4203","email_id":"Flo_Goldner32@hotmail.com","dop":"2025-08-24","serial_number":"1009562412616311","imei1":"1009562412616311","imei2":"1009562412616311","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185367,"job_number":"JOB_185367","tr_customer_id":185385,"tr_customer_product_id":185375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:33.000Z","modified_at":"2026-02-13T13:56:33.000Z","name":"Ramiro Mante","mobile_number":"329-366-5820","email_id":"Sylvan81@yahoo.com","dop":"2025-05-30","serial_number":"15886316827073","imei1":"15886316827073","imei2":"15886316827073","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185368,"job_number":"JOB_185368","tr_customer_id":185386,"tr_customer_product_id":185376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:34.000Z","modified_at":"2026-02-13T13:56:34.000Z","name":"Melvina Mitchell","mobile_number":"893-437-4377","email_id":"Ozella4@yahoo.com","dop":"2025-05-30","serial_number":"1209286513315207","imei1":"1209286513315207","imei2":"1209286513315207","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T13:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184751,"job_number":"JOB_184751","tr_customer_id":184769,"tr_customer_product_id":184759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T22:13:48.000Z","modified_at":"2026-02-12T22:13:48.000Z","name":"Jazmin Mante","mobile_number":"354-500-3705","email_id":"Lisa.Crona@yahoo.com","dop":"2025-04-25","serial_number":"50386118044652","imei1":"50386118044652","imei2":"50386118044652","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-12T22:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184770,"job_number":"JOB_184770","tr_customer_id":184788,"tr_customer_product_id":184778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:13:25.000Z","modified_at":"2026-02-13T04:13:25.000Z","name":"Fabian Windler","mobile_number":"719-828-2669","email_id":"Arvel27@gmail.com","dop":"2025-04-25","serial_number":"56506592488350","imei1":"56506592488350","imei2":"56506592488350","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:13:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184771,"job_number":"JOB_184771","tr_customer_id":184789,"tr_customer_product_id":184779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:26:41.000Z","modified_at":"2026-02-13T04:26:41.000Z","name":"Garnett Grant","mobile_number":"405-686-3819","email_id":"Karianne24@gmail.com","dop":"2025-04-25","serial_number":"15202885172969","imei1":"15202885172969","imei2":"15202885172969","popurl":"2025-04-25T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:26:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184809,"job_number":"JOB_184809","tr_customer_id":184827,"tr_customer_product_id":184817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:16.000Z","modified_at":"2026-02-13T04:32:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Austyn_Hegmann89@yahoo.com","dop":"2025-07-02","serial_number":"19663781366473","imei1":"19663781366473","imei2":"19663781366473","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184830,"job_number":"JOB_184830","tr_customer_id":184848,"tr_customer_product_id":184838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:33.000Z","modified_at":"2026-02-13T04:32:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Rachelle23@hotmail.com","dop":"2025-07-02","serial_number":"11218703119793","imei1":"11218703119793","imei2":"11218703119793","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184845,"job_number":"JOB_184845","tr_customer_id":184863,"tr_customer_product_id":184853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:47.000Z","modified_at":"2026-02-13T04:32:47.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"154392241561772","imei1":"154392241561772","imei2":"154392241561772","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184846,"job_number":"JOB_184846","tr_customer_id":184864,"tr_customer_product_id":184854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:47.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Lyric Swaniawski","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102798607821719","imei1":"102798607821719","imei2":"102798607821719","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184849,"job_number":"JOB_184849","tr_customer_id":184867,"tr_customer_product_id":184857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Joany Lemke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"132037029593101","imei1":"132037029593101","imei2":"132037029593101","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184851,"job_number":"JOB_184851","tr_customer_id":184869,"tr_customer_product_id":184859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:32:48.000Z","name":"Donnie Orn","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160113901553565","imei1":"160113901553565","imei2":"160113901553565","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184856,"job_number":"JOB_184856","tr_customer_id":184874,"tr_customer_product_id":184864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cheyanne_Considine83@yahoo.com","dop":"2025-07-02","serial_number":"12452529073758","imei1":"12452529073758","imei2":"12452529073758","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184871,"job_number":"JOB_184871","tr_customer_id":184889,"tr_customer_product_id":184879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18733072514249","imei1":"18733072514249","imei2":"18733072514249","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184874,"job_number":"JOB_184874","tr_customer_id":184892,"tr_customer_product_id":184882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100468240294064","imei1":"100468240294064","imei2":"100468240294064","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184877,"job_number":"JOB_184877","tr_customer_id":184895,"tr_customer_product_id":184885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:58.000Z","modified_at":"2026-02-13T04:32:58.000Z","name":"Winnifred Kunde","mobile_number":"533-419-2403","email_id":"Dewitt27@yahoo.com","dop":"2025-06-09","serial_number":"102400058417104","imei1":"102400058417104","imei2":"102400058417104","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184882,"job_number":"JOB_184882","tr_customer_id":184900,"tr_customer_product_id":184890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"115657934577972","imei1":"115657934577972","imei2":"115657934577972","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184884,"job_number":"JOB_184884","tr_customer_id":184902,"tr_customer_product_id":184892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"Melissa Daugherty","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197876089208755","imei1":"197876089208755","imei2":"197876089208755","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184887,"job_number":"JOB_184887","tr_customer_id":184905,"tr_customer_product_id":184895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Herman Daniel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187491371112259","imei1":"187491371112259","imei2":"187491371112259","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184890,"job_number":"JOB_184890","tr_customer_id":184908,"tr_customer_product_id":184898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:01.000Z","name":"Jaron Beahan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"153272174150781","imei1":"153272174150781","imei2":"153272174150781","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184902,"job_number":"JOB_184902","tr_customer_id":184920,"tr_customer_product_id":184910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:13.000Z","modified_at":"2026-02-13T04:33:13.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"101546835092311","imei1":"101546835092311","imei2":"101546835092311","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184907,"job_number":"JOB_184907","tr_customer_id":184925,"tr_customer_product_id":184915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:14.000Z","modified_at":"2026-02-13T04:33:14.000Z","name":"Daryl Kozey","mobile_number":"986-620-8870","email_id":"Carley.Batz@gmail.com","dop":"2025-06-09","serial_number":"103794403792222","imei1":"103794403792222","imei2":"103794403792222","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184916,"job_number":"JOB_184916","tr_customer_id":184934,"tr_customer_product_id":184924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:29.000Z","modified_at":"2026-02-13T04:33:29.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100467872168693","imei1":"100467872168693","imei2":"100467872168693","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184918,"job_number":"JOB_184918","tr_customer_id":184936,"tr_customer_product_id":184926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:30.000Z","modified_at":"2026-02-13T04:33:30.000Z","name":"Marlon Simonis","mobile_number":"424-759-4352","email_id":"Abdiel_Parisian99@hotmail.com","dop":"2025-06-09","serial_number":"109827038043724","imei1":"109827038043724","imei2":"109827038043724","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185010,"job_number":"JOB_185010","tr_customer_id":185028,"tr_customer_product_id":185018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:16:35.000Z","modified_at":"2026-02-13T05:16:35.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13197577753436","imei1":"13197577753436","imei2":"13197577753436","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T05:16:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185026,"job_number":"JOB_185026","tr_customer_id":185044,"tr_customer_product_id":185034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:14.000Z","modified_at":"2026-02-13T06:45:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104669259547998","imei1":"104669259547998","imei2":"104669259547998","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185028,"job_number":"JOB_185028","tr_customer_id":185046,"tr_customer_product_id":185036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:15.000Z","modified_at":"2026-02-13T06:45:15.000Z","name":"Torrance Schimmel","mobile_number":"223-815-6594","email_id":"Una.Champlin50@yahoo.com","dop":"2025-06-09","serial_number":"104716247270732","imei1":"104716247270732","imei2":"104716247270732","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185029,"job_number":"JOB_185029","tr_customer_id":185047,"tr_customer_product_id":185037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:30.000Z","modified_at":"2026-02-13T06:45:30.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107081951876080","imei1":"107081951876080","imei2":"107081951876080","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185031,"job_number":"JOB_185031","tr_customer_id":185049,"tr_customer_product_id":185039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:30.000Z","modified_at":"2026-02-13T06:45:30.000Z","name":"Cesar Stracke","mobile_number":"578-693-7255","email_id":"Margret.Veum51@yahoo.com","dop":"2025-06-09","serial_number":"106657207674390","imei1":"106657207674390","imei2":"106657207674390","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185032,"job_number":"JOB_185032","tr_customer_id":185050,"tr_customer_product_id":185040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:45.000Z","modified_at":"2026-02-13T06:45:45.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107520759406352","imei1":"107520759406352","imei2":"107520759406352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185034,"job_number":"JOB_185034","tr_customer_id":185052,"tr_customer_product_id":185042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:46.000Z","modified_at":"2026-02-13T06:45:46.000Z","name":"Marcelo Wehner","mobile_number":"345-569-4804","email_id":"Vito3@gmail.com","dop":"2025-06-09","serial_number":"109269254903528","imei1":"109269254903528","imei2":"109269254903528","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185173,"job_number":"JOB_185173","tr_customer_id":185191,"tr_customer_product_id":185181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:54:19.000Z","modified_at":"2026-02-13T07:54:19.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Carmel.Goyette10@gmail.com","dop":"2025-07-02","serial_number":"15225496783550","imei1":"15225496783550","imei2":"15225496783550","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:54:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185174,"job_number":"JOB_185174","tr_customer_id":185192,"tr_customer_product_id":185182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:54:36.000Z","modified_at":"2026-02-13T07:54:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Annette_Jenkins@hotmail.com","dop":"2025-07-02","serial_number":"19956111849257","imei1":"19956111849257","imei2":"19956111849257","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:54:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185175,"job_number":"JOB_185175","tr_customer_id":185193,"tr_customer_product_id":185183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:54:53.000Z","modified_at":"2026-02-13T07:54:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Orval18@yahoo.com","dop":"2025-07-02","serial_number":"16425780633885","imei1":"16425780633885","imei2":"16425780633885","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:54:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185183,"job_number":"JOB_185183","tr_customer_id":185201,"tr_customer_product_id":185191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:22:03.000Z","modified_at":"2026-02-13T08:22:03.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"22667278896558","imei1":"22667278896558","imei2":"22667278896558","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185184,"job_number":"JOB_185184","tr_customer_id":185202,"tr_customer_product_id":185192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:48:22.000Z","modified_at":"2026-02-13T08:48:22.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"18415998351827","imei1":"18415998351827","imei2":"18415998351827","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:48:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185185,"job_number":"JOB_185185","tr_customer_id":185203,"tr_customer_product_id":185193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:48:26.000Z","modified_at":"2026-02-13T08:48:26.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"17054272707959","imei1":"17054272707959","imei2":"17054272707959","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185186,"job_number":"JOB_185186","tr_customer_id":185204,"tr_customer_product_id":185194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:48:29.000Z","modified_at":"2026-02-13T08:48:29.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"13559321136964","imei1":"13559321136964","imei2":"13559321136964","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185198,"job_number":"JOB_185198","tr_customer_id":185216,"tr_customer_product_id":185206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:57:50.000Z","modified_at":"2026-02-13T08:57:50.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"14084520289726","imei1":"14084520289726","imei2":"14084520289726","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T08:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185211,"job_number":"JOB_185211","tr_customer_id":185229,"tr_customer_product_id":185219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:00:47.000Z","modified_at":"2026-02-13T09:00:47.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"14884411815575","imei1":"14884411815575","imei2":"14884411815575","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T09:00:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185345,"job_number":"JOB_185345","tr_customer_id":185363,"tr_customer_product_id":185353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:32:00.000Z","modified_at":"2026-02-13T11:32:00.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"10134742422640","imei1":"10134742422640","imei2":"10134742422640","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T11:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184839,"job_number":"JOB_184839","tr_customer_id":184857,"tr_customer_product_id":184847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:43.000Z","modified_at":"2026-02-13T04:32:43.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10221945868365","imei1":"10221945868365","imei2":"10221945868365","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184842,"job_number":"JOB_184842","tr_customer_id":184860,"tr_customer_product_id":184850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:45.000Z","modified_at":"2026-02-13T04:32:45.000Z","name":"Robin O'Connell","mobile_number":"437-228-3400","email_id":"Eusebio71@hotmail.com","dop":"2000-01-31","serial_number":"1093583948153887","imei1":"1093583948153887","imei2":"1093583948153887","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184912,"job_number":"JOB_184912","tr_customer_id":184930,"tr_customer_product_id":184920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:27.000Z","modified_at":"2026-02-13T04:33:27.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10656878833947","imei1":"10656878833947","imei2":"10656878833947","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184914,"job_number":"JOB_184914","tr_customer_id":184932,"tr_customer_product_id":184922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:29.000Z","modified_at":"2026-02-13T04:33:29.000Z","name":"Angelo Dare","mobile_number":"969-413-4693","email_id":"Moses_Windler53@hotmail.com","dop":"2000-01-31","serial_number":"1022571205384729","imei1":"1022571205384729","imei2":"1022571205384729","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184955,"job_number":"JOB_184955","tr_customer_id":184973,"tr_customer_product_id":184963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:11.000Z","modified_at":"2026-02-13T04:34:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10045108679517","imei1":"10045108679517","imei2":"10045108679517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184957,"job_number":"JOB_184957","tr_customer_id":184975,"tr_customer_product_id":184965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:13.000Z","modified_at":"2026-02-13T04:34:13.000Z","name":"Sammie Stehr","mobile_number":"932-706-4162","email_id":"Uriel94@gmail.com","dop":"2000-01-31","serial_number":"1050234470458248","imei1":"1050234470458248","imei2":"1050234470458248","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184981,"job_number":"JOB_184981","tr_customer_id":184999,"tr_customer_product_id":184989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:55.000Z","modified_at":"2026-02-13T04:34:55.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10338678071375","imei1":"10338678071375","imei2":"10338678071375","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":184983,"job_number":"JOB_184983","tr_customer_id":185001,"tr_customer_product_id":184991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:56.000Z","modified_at":"2026-02-13T04:34:56.000Z","name":"Jovanny Hammes","mobile_number":"291-860-3782","email_id":"Marge.Beatty@gmail.com","dop":"2000-01-31","serial_number":"1094935318351557","imei1":"1094935318351557","imei2":"1094935318351557","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T04:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185091,"job_number":"JOB_185091","tr_customer_id":185109,"tr_customer_product_id":185099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:35.000Z","modified_at":"2026-02-13T06:59:35.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10570761384069","imei1":"10570761384069","imei2":"10570761384069","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185093,"job_number":"JOB_185093","tr_customer_id":185111,"tr_customer_product_id":185101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:36.000Z","modified_at":"2026-02-13T06:59:36.000Z","name":"Cory Crist","mobile_number":"579-337-1323","email_id":"Annabel_Stoltenberg25@gmail.com","dop":"2000-01-31","serial_number":"1077060082125822","imei1":"1077060082125822","imei2":"1077060082125822","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T06:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185106,"job_number":"JOB_185106","tr_customer_id":185124,"tr_customer_product_id":185114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:21.000Z","modified_at":"2026-02-13T07:00:21.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10402489726540","imei1":"10402489726540","imei2":"10402489726540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185108,"job_number":"JOB_185108","tr_customer_id":185126,"tr_customer_product_id":185116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:22.000Z","modified_at":"2026-02-13T07:00:22.000Z","name":"Beaulah Friesen","mobile_number":"773-476-8309","email_id":"Luz72@gmail.com","dop":"2000-01-31","serial_number":"1014908268944663","imei1":"1014908268944663","imei2":"1014908268944663","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:00:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185118,"job_number":"JOB_185118","tr_customer_id":185136,"tr_customer_product_id":185126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:06.000Z","modified_at":"2026-02-13T07:01:06.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10627058614212","imei1":"10627058614212","imei2":"10627058614212","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185120,"job_number":"JOB_185120","tr_customer_id":185138,"tr_customer_product_id":185128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:08.000Z","modified_at":"2026-02-13T07:01:08.000Z","name":"Alexanne Klein","mobile_number":"632-776-8316","email_id":"Christopher_Luettgen74@yahoo.com","dop":"2000-01-31","serial_number":"1028529433451337","imei1":"1028529433451337","imei2":"1028529433451337","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185127,"job_number":"JOB_185127","tr_customer_id":185145,"tr_customer_product_id":185135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:51.000Z","modified_at":"2026-02-13T07:01:51.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10964660230387","imei1":"10964660230387","imei2":"10964660230387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":185129,"job_number":"JOB_185129","tr_customer_id":185147,"tr_customer_product_id":185137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:53.000Z","modified_at":"2026-02-13T07:01:53.000Z","name":"Frederik Feeney","mobile_number":"305-205-0417","email_id":"Esta21@hotmail.com","dop":"2000-01-31","serial_number":"1058526470113418","imei1":"1058526470113418","imei2":"1058526470113418","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-13T07:01:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 117670ad-6ee9-4277-8d89-ba85eaf02040 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-JGWHxQ7Pk6XXngFJucYi/1gN0s0" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:44 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDR9.mZHn8DlYEJlosFx64uvEPTr8xd_FkeAFukkci5vyFxQ"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDR9.mZHn8DlYEJlosFx64uvEPTr8xd_FkeAFukkci5vyFxQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c1f11b60-b366-4c68-aa8a-7d8f2705f602 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:44 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"fb-m6wKgSujXMLY5jylVD0Jt47gTak"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDR9.mZHn8DlYEJlosFx64uvEPTr8xd_FkeAFukkci5vyFxQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8b80e668-95ea-4fdd-85e1-dd61a256c09c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 164 |
| ETag | W/"a4-qQ1S6a9UcXRIfkXCYBFKBT4E7T0" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:44 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":6},{"label":"Repair completed","key":"repair_completed","count":176}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDR9.mZHn8DlYEJlosFx64uvEPTr8xd_FkeAFukkci5vyFxQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | dabba03a-3d98-4c61-9a87-e3c906c43a23 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"details_key": "pending_for_repair"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"171f-3TIL7Tt7wnis/rkZpfe78XNqm9w" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":184695,"job_number":"JOB_184695","tr_customer_id":184713,"tr_customer_product_id":184703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:20.000Z","modified_at":"2026-02-12T20:38:32.000Z","name":"Amos Tromp","mobile_number":"773-926-9384","email_id":"Janiya_Heller@hotmail.com","dop":"2025-04-06","serial_number":"16623268061571","imei1":"16623268061571","imei2":"16623268061571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-12T20:38:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":184698,"job_number":"JOB_184698","tr_customer_id":184716,"tr_customer_product_id":184706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:37.000Z","modified_at":"2026-02-12T20:38:49.000Z","name":"Anna D'Amore","mobile_number":"824-763-3632","email_id":"Reba_Trantow@hotmail.com","dop":"2025-04-06","serial_number":"16530949848868","imei1":"16530949848868","imei2":"16530949848868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-12T20:38:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":184701,"job_number":"JOB_184701","tr_customer_id":184719,"tr_customer_product_id":184709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:54.000Z","modified_at":"2026-02-12T20:39:07.000Z","name":"Robyn Collins","mobile_number":"705-408-6258","email_id":"Maya.Smith26@gmail.com","dop":"2025-04-06","serial_number":"16882306575076","imei1":"16882306575076","imei2":"16882306575076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-12T20:39:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":184719,"job_number":"JOB_184719","tr_customer_id":184737,"tr_customer_product_id":184727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:52:13.000Z","modified_at":"2026-02-12T20:52:27.000Z","name":"Lolita Nicolas","mobile_number":"494-885-6454","email_id":"Avery7@gmail.com","dop":"2025-04-06","serial_number":"19529642692923","imei1":"19529642692923","imei2":"19529642692923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-12T20:52:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":185007,"job_number":"JOB_185007","tr_customer_id":185025,"tr_customer_product_id":185015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:05:04.000Z","modified_at":"2026-02-13T05:06:27.000Z","name":"Carmella Schamberger","mobile_number":"337-252-9483","email_id":"Osborne_Brown@hotmail.com","dop":"2026-01-04","serial_number":"10788087980744","imei1":"10788087980744","imei2":"10788087980744","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-13T05:06:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":185366,"job_number":"JOB_185366","tr_customer_id":185384,"tr_customer_product_id":185374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:32.000Z","modified_at":"2026-02-13T13:56:43.000Z","name":"Jesus Moen","mobile_number":"478-612-4834","email_id":"Gordon_Pagac55@hotmail.com","dop":"2025-05-30","serial_number":"14761931379943","imei1":"14761931379943","imei2":"14761931379943","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-13T13:56:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDR9.mZHn8DlYEJlosFx64uvEPTr8xd_FkeAFukkci5vyFxQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | adc2ccb7-b4ea-439a-a49e-5be0997aac02 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDR9.mZHn8DlYEJlosFx64uvEPTr8xd_FkeAFukkci5vyFxQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | eb82441e-f680-4171-a397-6fc297fd6d60 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"1bf0-pcpjCmo9JSmh7RIxHvQqX0Wt5Ww" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":185366,"job_number":"JOB_185366","tr_customer_id":185384,"tr_customer_product_id":185374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:32.000Z","modified_at":"2026-02-13T13:56:43.000Z","name":"Jesus Moen","mobile_number":"478-612-4834","email_id":"Gordon_Pagac55@hotmail.com","dop":"2025-05-30","serial_number":"14761931379943","imei1":"14761931379943","imei2":"14761931379943","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-13T13:56:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":4,"name":"Sync issue","tr_job_head_id":185366,"remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-13T13:56:32.000Z"}],"quatations":[]},{"id":185007,"job_number":"JOB_185007","tr_customer_id":185025,"tr_customer_product_id":185015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:05:04.000Z","modified_at":"2026-02-13T05:06:27.000Z","name":"Carmella Schamberger","mobile_number":"337-252-9483","email_id":"Osborne_Brown@hotmail.com","dop":"2026-01-04","serial_number":"10788087980744","imei1":"10788087980744","imei2":"10788087980744","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-13T05:06:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":185007,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-13T05:05:04.000Z"}],"quatations":[]},{"id":184719,"job_number":"JOB_184719","tr_customer_id":184737,"tr_customer_product_id":184727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:52:13.000Z","modified_at":"2026-02-12T20:52:27.000Z","name":"Lolita Nicolas","mobile_number":"494-885-6454","email_id":"Avery7@gmail.com","dop":"2025-04-06","serial_number":"19529642692923","imei1":"19529642692923","imei2":"19529642692923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-12T20:52:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":184719,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-12T20:52:13.000Z"}],"quatations":[]},{"id":184701,"job_number":"JOB_184701","tr_customer_id":184719,"tr_customer_product_id":184709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:54.000Z","modified_at":"2026-02-12T20:39:07.000Z","name":"Robyn Collins","mobile_number":"705-408-6258","email_id":"Maya.Smith26@gmail.com","dop":"2025-04-06","serial_number":"16882306575076","imei1":"16882306575076","imei2":"16882306575076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-12T20:39:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":184701,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-12T20:38:54.000Z"}],"quatations":[]},{"id":184698,"job_number":"JOB_184698","tr_customer_id":184716,"tr_customer_product_id":184706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:37.000Z","modified_at":"2026-02-12T20:38:49.000Z","name":"Anna D'Amore","mobile_number":"824-763-3632","email_id":"Reba_Trantow@hotmail.com","dop":"2025-04-06","serial_number":"16530949848868","imei1":"16530949848868","imei2":"16530949848868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-12T20:38:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":184698,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-12T20:38:37.000Z"}],"quatations":[]},{"id":184695,"job_number":"JOB_184695","tr_customer_id":184713,"tr_customer_product_id":184703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-12T20:38:20.000Z","modified_at":"2026-02-12T20:38:32.000Z","name":"Amos Tromp","mobile_number":"773-926-9384","email_id":"Janiya_Heller@hotmail.com","dop":"2025-04-06","serial_number":"16623268061571","imei1":"16623268061571","imei2":"16623268061571","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-12T20:38:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":184695,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-12T20:38:20.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDR9.mZHn8DlYEJlosFx64uvEPTr8xd_FkeAFukkci5vyFxQ |
| Content-Type | text/plain |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5d62e49f-43b0-4787-a90d-bd6318343b4a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"job_id":68957,"problems":[{"id":4,"remark":"updated OS."}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDR9.mZHn8DlYEJlosFx64uvEPTr8xd_FkeAFukkci5vyFxQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 517f5865-312b-41c0-80e6-03b4cab766f5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 143 |
{
"job_id": 185366,
"problems": [
{
"id": 2,
"remark": "Replaced the battery"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 97354038-70a3-4255-8430-c242b1de4b33 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-OIaM8MSDNZbQ8x5ai7N7W/Z0bc8" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDk5MTAwNn0.7S61GDDC14m_h7G9LDPgb92ELsdSQCW9kj-VC-Bf9H0"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDk5MTAwNn0.7S61GDDC14m_h7G9LDPgb92ELsdSQCW9kj-VC-Bf9H0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bce596c5-473b-4c55-b058-881181ef3043 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"cb-tPGHeYpNX6zRGujRS7nG3BGU5uY"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDk5MTAwNn0.7S61GDDC14m_h7G9LDPgb92ELsdSQCW9kj-VC-Bf9H0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | dc0ee64c-310d-43bd-a2bb-bef47e87b7cc |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-Ck2S6qlBXF/N8zGNAW2iRDp87Vg" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":176},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDk5MTAwNn0.7S61GDDC14m_h7G9LDPgb92ELsdSQCW9kj-VC-Bf9H0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1b932356-54b5-40d7-b6f9-62a04aa674ed |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDk5MTAwNn0.7S61GDDC14m_h7G9LDPgb92ELsdSQCW9kj-VC-Bf9H0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | debdc39c-b336-4a6d-bff7-f4503996bd68 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a891-KxB+H7zlC513uvQs+B6eaXDiqb0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":185348,"job_number":"JOB_185348","tr_customer_id":185366,"tr_customer_product_id":185356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:33:49.000Z","modified_at":"2026-02-13T11:33:56.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"19214927921753","imei1":"19214927921753","imei2":"19214927921753","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185347,"job_number":"JOB_185347","tr_customer_id":185365,"tr_customer_product_id":185355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:33:24.000Z","modified_at":"2026-02-13T11:33:31.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"16469561537123","imei1":"16469561537123","imei2":"16469561537123","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:33:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185199,"job_number":"JOB_185199","tr_customer_id":185217,"tr_customer_product_id":185207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:58:04.000Z","modified_at":"2026-02-13T11:16:13.000Z","name":"Apramey sk","mobile_number":"9844785464","email_id":"appu@gmail.com","dop":"2026-02-01","serial_number":"10779356871007","imei1":"10779356871007","imei2":"10779356871007","popurl":"2026-02-01T20:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:16:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185180,"job_number":"JOB_185180","tr_customer_id":185198,"tr_customer_product_id":185188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:02:09.000Z","modified_at":"2026-02-13T08:02:20.000Z","name":"Valentin Collins","mobile_number":"205-615-6634","email_id":"Quinten.Dickens83@hotmail.com","dop":"2025-11-04","serial_number":"65441272462421","imei1":"65441272462421","imei2":"65441272462421","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185179,"job_number":"JOB_185179","tr_customer_id":185197,"tr_customer_product_id":185187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:01:54.000Z","modified_at":"2026-02-13T08:02:05.000Z","name":"Fausto Hegmann","mobile_number":"418-275-3905","email_id":"Skylar_Berge@gmail.com","dop":"2025-11-04","serial_number":"49682394924087","imei1":"49682394924087","imei2":"49682394924087","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185178,"job_number":"JOB_185178","tr_customer_id":185196,"tr_customer_product_id":185186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:01:39.000Z","modified_at":"2026-02-13T08:01:50.000Z","name":"Josue Schowalter","mobile_number":"297-205-9571","email_id":"Reggie.Wiegand31@hotmail.com","dop":"2025-11-04","serial_number":"43773190540745","imei1":"43773190540745","imei2":"43773190540745","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185172,"job_number":"JOB_185172","tr_customer_id":185190,"tr_customer_product_id":185180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:50:29.000Z","modified_at":"2026-02-13T07:50:41.000Z","name":"Haylie Hintz","mobile_number":"445-455-0339","email_id":"Anjali_Schneider98@gmail.com","dop":"2025-11-04","serial_number":"24594584909032","imei1":"24594584909032","imei2":"24594584909032","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185171,"job_number":"JOB_185171","tr_customer_id":185189,"tr_customer_product_id":185179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:50:14.000Z","modified_at":"2026-02-13T07:50:25.000Z","name":"Caitlyn Stoltenberg","mobile_number":"797-750-4275","email_id":"Izaiah.Lind@yahoo.com","dop":"2025-11-04","serial_number":"31833535888663","imei1":"31833535888663","imei2":"31833535888663","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185170,"job_number":"JOB_185170","tr_customer_id":185188,"tr_customer_product_id":185178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:49:58.000Z","modified_at":"2026-02-13T07:50:09.000Z","name":"Itzel Beatty","mobile_number":"341-283-8729","email_id":"Jayda_Swift@gmail.com","dop":"2025-11-04","serial_number":"66211711924762","imei1":"66211711924762","imei2":"66211711924762","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185070,"job_number":"JOB_185070","tr_customer_id":185088,"tr_customer_product_id":185078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:44.000Z","modified_at":"2026-02-13T06:55:55.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"82978036945193","imei1":"82978036945193","imei2":"82978036945193","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185069,"job_number":"JOB_185069","tr_customer_id":185087,"tr_customer_product_id":185077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:29.000Z","modified_at":"2026-02-13T06:55:40.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"29971143601885","imei1":"29971143601885","imei2":"29971143601885","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185068,"job_number":"JOB_185068","tr_customer_id":185086,"tr_customer_product_id":185076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:13.000Z","modified_at":"2026-02-13T06:55:24.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"20446215056147","imei1":"20446215056147","imei2":"20446215056147","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185041,"job_number":"JOB_185041","tr_customer_id":185059,"tr_customer_product_id":185049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:47:35.000Z","modified_at":"2026-02-13T06:48:15.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"92007400997258","imei1":"92007400997258","imei2":"92007400997258","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:48:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185033,"job_number":"JOB_185033","tr_customer_id":185051,"tr_customer_product_id":185041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:45.000Z","modified_at":"2026-02-13T06:45:56.000Z","name":"Opal Bashirian","mobile_number":"532-719-0314","email_id":"Golda49@hotmail.com","dop":"2025-06-09","serial_number":"106279056948381","imei1":"106279056948381","imei2":"106279056948381","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185030,"job_number":"JOB_185030","tr_customer_id":185048,"tr_customer_product_id":185038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:30.000Z","modified_at":"2026-02-13T06:45:41.000Z","name":"Lora Murazik","mobile_number":"235-695-1250","email_id":"Casimer57@hotmail.com","dop":"2025-06-09","serial_number":"108419254141207","imei1":"108419254141207","imei2":"108419254141207","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:45:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185027,"job_number":"JOB_185027","tr_customer_id":185045,"tr_customer_product_id":185035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:15.000Z","modified_at":"2026-02-13T06:45:25.000Z","name":"Vivian Heathcote","mobile_number":"472-641-8325","email_id":"Adonis.Swift@gmail.com","dop":"2025-06-09","serial_number":"104420093791719","imei1":"104420093791719","imei2":"104420093791719","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:45:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185025,"job_number":"JOB_185025","tr_customer_id":185043,"tr_customer_product_id":185033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:43:29.000Z","modified_at":"2026-02-13T06:43:51.000Z","name":"Gregoria Abbott","mobile_number":"605-395-9636","email_id":"Kylie.Tillman16@gmail.com","dop":"2025-10-01","serial_number":"13918933019364","imei1":"13918933019364","imei2":"13918933019364","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185024,"job_number":"JOB_185024","tr_customer_id":185042,"tr_customer_product_id":185032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:43:17.000Z","modified_at":"2026-02-13T06:43:27.000Z","name":"Vernice Schaefer","mobile_number":"669-451-0795","email_id":"Krystel67@gmail.com","dop":"2025-11-04","serial_number":"27173294774381","imei1":"27173294774381","imei2":"27173294774381","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185023,"job_number":"JOB_185023","tr_customer_id":185041,"tr_customer_product_id":185031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:43:02.000Z","modified_at":"2026-02-13T06:43:13.000Z","name":"King Wilderman","mobile_number":"848-622-9449","email_id":"Izaiah_Jaskolski@gmail.com","dop":"2025-11-04","serial_number":"67610446735554","imei1":"67610446735554","imei2":"67610446735554","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:43:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185022,"job_number":"JOB_185022","tr_customer_id":185040,"tr_customer_product_id":185030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:42:48.000Z","modified_at":"2026-02-13T06:42:58.000Z","name":"Olen Price","mobile_number":"267-655-8854","email_id":"Ena55@yahoo.com","dop":"2025-11-04","serial_number":"51361948768774","imei1":"51361948768774","imei2":"51361948768774","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185009,"job_number":"JOB_185009","tr_customer_id":185027,"tr_customer_product_id":185017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:16:35.000Z","modified_at":"2026-02-13T05:16:44.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15155683513101","imei1":"15155683513101","imei2":"15155683513101","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184917,"job_number":"JOB_184917","tr_customer_id":184935,"tr_customer_product_id":184925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:30.000Z","modified_at":"2026-02-13T04:33:40.000Z","name":"Haley Miller","mobile_number":"848-676-3860","email_id":"Alana.Hand4@hotmail.com","dop":"2025-06-09","serial_number":"105822875314733","imei1":"105822875314733","imei2":"105822875314733","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184915,"job_number":"JOB_184915","tr_customer_id":184933,"tr_customer_product_id":184923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:29.000Z","modified_at":"2026-02-13T04:33:38.000Z","name":"Tanner Rosenbaum","mobile_number":"608-421-0214","email_id":"Jolie29@gmail.com","dop":"2025-12-31","serial_number":"10833314235745","imei1":"10833314235745","imei2":"10833314235745","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184909,"job_number":"JOB_184909","tr_customer_id":184927,"tr_customer_product_id":184917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:17.000Z","modified_at":"2026-02-13T04:33:25.000Z","name":"Aglae Rogahn","mobile_number":"780-794-0199","email_id":"Jake_Hodkiewicz49@hotmail.com","dop":"2025-12-31","serial_number":"10397078100004","imei1":"10397078100004","imei2":"10397078100004","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184904,"job_number":"JOB_184904","tr_customer_id":184922,"tr_customer_product_id":184912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:13.000Z","modified_at":"2026-02-13T04:33:25.000Z","name":"Cameron Cremin","mobile_number":"321-436-7632","email_id":"Murphy.Bechtelar@yahoo.com","dop":"2025-06-09","serial_number":"102382998317434","imei1":"102382998317434","imei2":"102382998317434","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184893,"job_number":"JOB_184893","tr_customer_id":184911,"tr_customer_product_id":184901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:04.000Z","modified_at":"2026-02-13T04:33:13.000Z","name":"Jerel Ryan","mobile_number":"706-570-9683","email_id":"Deion71@hotmail.com","dop":"2025-12-31","serial_number":"10121588991544","imei1":"10121588991544","imei2":"10121588991544","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184876,"job_number":"JOB_184876","tr_customer_id":184894,"tr_customer_product_id":184884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:58.000Z","modified_at":"2026-02-13T04:33:09.000Z","name":"Lucious Wolf","mobile_number":"922-825-0936","email_id":"Neil.Yundt46@yahoo.com","dop":"2025-06-09","serial_number":"103808579576649","imei1":"103808579576649","imei2":"103808579576649","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184869,"job_number":"JOB_184869","tr_customer_id":184887,"tr_customer_product_id":184877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:56.000Z","modified_at":"2026-02-13T04:33:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10964583533591","imei1":"10964583533591","imei2":"10964583533591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184841,"job_number":"JOB_184841","tr_customer_id":184859,"tr_customer_product_id":184849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:44.000Z","modified_at":"2026-02-13T04:33:08.000Z","name":"Osborne Fay","mobile_number":"227-222-9141","email_id":"Jeremy.Willms71@yahoo.com","dop":"2025-10-01","serial_number":"11023966509764","imei1":"11023966509764","imei2":"11023966509764","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184797,"job_number":"JOB_184797","tr_customer_id":184815,"tr_customer_product_id":184805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:57.000Z","modified_at":"2026-02-13T04:32:07.000Z","name":"giyu tomiaka","mobile_number":"231-242-4523","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"447158861735649","imei1":"447158861735649","imei2":"447158861735649","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184793,"job_number":"JOB_184793","tr_customer_id":184811,"tr_customer_product_id":184801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:46.000Z","modified_at":"2026-02-13T04:31:55.000Z","name":"tanjiro kamado","mobile_number":"901-268-1261","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"193779067814110","imei1":"193779067814110","imei2":"193779067814110","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184785,"job_number":"JOB_184785","tr_customer_id":184803,"tr_customer_product_id":184793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:34.000Z","modified_at":"2026-02-13T04:31:43.000Z","name":"saitama sensei","mobile_number":"274-774-3764","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"297411121525259","imei1":"297411121525259","imei2":"297411121525259","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185364,"job_number":"JOB_185364","tr_customer_id":185382,"tr_customer_product_id":185372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:53:18.000Z","modified_at":"2026-02-13T13:53:47.000Z","name":"Gunnar Ruecker","mobile_number":"256-590-5112","email_id":"Geovany_McDermott71@gmail.com","dop":"2025-08-24","serial_number":"11504324784473","imei1":"11504324784473","imei2":"11504324784473","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185361,"job_number":"JOB_185361","tr_customer_id":185379,"tr_customer_product_id":185369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:44.000Z","modified_at":"2026-02-13T13:53:13.000Z","name":"Dayana Gusikowski","mobile_number":"891-547-0669","email_id":"Reinhold84@gmail.com","dop":"2025-08-24","serial_number":"15890815927105","imei1":"15890815927105","imei2":"15890815927105","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:53:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185358,"job_number":"JOB_185358","tr_customer_id":185376,"tr_customer_product_id":185366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:52:09.000Z","modified_at":"2026-02-13T13:52:40.000Z","name":"Zetta Goyette","mobile_number":"374-572-0515","email_id":"Ransom.Prohaska57@yahoo.com","dop":"2025-08-24","serial_number":"11583776053109","imei1":"11583776053109","imei2":"11583776053109","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:52:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185353,"job_number":"JOB_185353","tr_customer_id":185371,"tr_customer_product_id":185361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:34:13.000Z","modified_at":"2026-02-13T13:34:19.000Z","name":"Octavia Green","mobile_number":"438-922-8807","email_id":"Marquis.Brown59@yahoo.com","dop":"2026-01-24","serial_number":"11393171707898","imei1":"11393171707898","imei2":"11393171707898","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185352,"job_number":"JOB_185352","tr_customer_id":185370,"tr_customer_product_id":185360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:26:34.000Z","modified_at":"2026-02-13T13:26:40.000Z","name":"Florencio Lueilwitz","mobile_number":"726-951-3063","email_id":"Darwin_Stoltenberg90@yahoo.com","dop":"2026-01-24","serial_number":"16395166116014","imei1":"16395166116014","imei2":"16395166116014","popurl":"2026-01-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:26:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185351,"job_number":"JOB_185351","tr_customer_id":185369,"tr_customer_product_id":185359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:07:24.000Z","modified_at":"2026-02-13T13:09:39.000Z","name":"Ara O'Keefe","mobile_number":"329-594-2888","email_id":"Taya84@yahoo.com","dop":"2026-01-04","serial_number":"13649511242120","imei1":"13649511242120","imei2":"13649511242120","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:09:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185346,"job_number":"JOB_185346","tr_customer_id":185364,"tr_customer_product_id":185354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:32:43.000Z","modified_at":"2026-02-13T13:05:55.000Z","name":"Theodore Bauch","mobile_number":"748-369-0757","email_id":"Russ_Ruecker78@yahoo.com","dop":"2026-01-04","serial_number":"18092205862248","imei1":"18092205862248","imei2":"18092205862248","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:05:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185344,"job_number":"JOB_185344","tr_customer_id":185362,"tr_customer_product_id":185352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:12:55.000Z","modified_at":"2026-02-13T11:17:48.000Z","name":"Brenden Roberts","mobile_number":"843-464-1259","email_id":"Alanis_Muller10@yahoo.com","dop":"2026-01-04","serial_number":"11946383770086","imei1":"11946383770086","imei2":"11946383770086","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T11:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185343,"job_number":"JOB_185343","tr_customer_id":185361,"tr_customer_product_id":185351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:07:33.000Z","modified_at":"2026-02-13T11:07:43.000Z","name":"Jazmyn Mohr","mobile_number":"653-573-4092","email_id":"Nola_Hessel@yahoo.com","dop":"2025-09-30","serial_number":"18678705519218","imei1":"18678705519218","imei2":"18678705519218","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:07:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185341,"job_number":"JOB_185341","tr_customer_id":185359,"tr_customer_product_id":185349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:07:18.000Z","modified_at":"2026-02-13T11:07:28.000Z","name":"Agustin Weber","mobile_number":"534-799-5044","email_id":"Penelope.Marvin@hotmail.com","dop":"2025-09-30","serial_number":"11345457852565","imei1":"11345457852565","imei2":"11345457852565","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T11:07:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185336,"job_number":"JOB_185336","tr_customer_id":185354,"tr_customer_product_id":185344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T10:56:49.000Z","modified_at":"2026-02-13T10:58:16.000Z","name":"Alexie Beahan","mobile_number":"557-645-2119","email_id":"Tate7@hotmail.com","dop":"2026-01-04","serial_number":"13955789193264","imei1":"13955789193264","imei2":"13955789193264","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185335,"job_number":"JOB_185335","tr_customer_id":185353,"tr_customer_product_id":185343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T10:50:49.000Z","modified_at":"2026-02-13T10:53:11.000Z","name":"Gonzalo Kiehn","mobile_number":"842-840-2298","email_id":"Clyde_Kihn@hotmail.com","dop":"2026-01-04","serial_number":"13436894252556","imei1":"13436894252556","imei2":"13436894252556","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185221,"job_number":"JOB_185221","tr_customer_id":185239,"tr_customer_product_id":185229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:34:17.000Z","modified_at":"2026-02-13T09:34:57.000Z","name":"Reta Gutkowski","mobile_number":"358-221-4023","email_id":"Narciso_Ryan@gmail.com","dop":"2025-04-06","serial_number":"17396809222639","imei1":"17396809222639","imei2":"17396809222639","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T09:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185218,"job_number":"JOB_185218","tr_customer_id":185236,"tr_customer_product_id":185226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:33:29.000Z","modified_at":"2026-02-13T09:34:09.000Z","name":"Sheldon Dooley","mobile_number":"500-307-1829","email_id":"Ralph_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"17442343601546","imei1":"17442343601546","imei2":"17442343601546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T09:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185215,"job_number":"JOB_185215","tr_customer_id":185233,"tr_customer_product_id":185223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:32:41.000Z","modified_at":"2026-02-13T09:33:21.000Z","name":"Akeem Jacobs","mobile_number":"738-396-7388","email_id":"Valentina57@gmail.com","dop":"2025-04-06","serial_number":"19093084085490","imei1":"19093084085490","imei2":"19093084085490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T09:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185213,"job_number":"JOB_185213","tr_customer_id":185231,"tr_customer_product_id":185221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:11:31.000Z","modified_at":"2026-02-13T10:49:51.000Z","name":"Shannon Miller","mobile_number":"300-204-7848","email_id":"Aniya_Heathcote@yahoo.com","dop":"2026-01-04","serial_number":"11359038793004","imei1":"11359038793004","imei2":"11359038793004","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185181,"job_number":"JOB_185181","tr_customer_id":185199,"tr_customer_product_id":185189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:02:17.000Z","modified_at":"2026-02-13T08:02:54.000Z","name":"Leann Murazik","mobile_number":"677-337-7635","email_id":"Antonio_Mueller7@hotmail.com","dop":"2025-04-06","serial_number":"19059455881810","imei1":"19059455881810","imei2":"19059455881810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:02:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185176,"job_number":"JOB_185176","tr_customer_id":185194,"tr_customer_product_id":185184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T08:01:24.000Z","modified_at":"2026-02-13T08:02:00.000Z","name":"Joanny Abernathy","mobile_number":"323-558-9017","email_id":"Jarrod_Ortiz40@hotmail.com","dop":"2025-04-06","serial_number":"19011598810430","imei1":"19011598810430","imei2":"19011598810430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T08:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185169,"job_number":"JOB_185169","tr_customer_id":185187,"tr_customer_product_id":185177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:40:19.000Z","modified_at":"2026-02-13T07:40:30.000Z","name":"Sidney Batz","mobile_number":"826-574-5641","email_id":"Luz_Wunsch20@hotmail.com","dop":"2025-12-01","serial_number":"16928729726670","imei1":"16928729726670","imei2":"16928729726670","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185167,"job_number":"JOB_185167","tr_customer_id":185185,"tr_customer_product_id":185175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:40:02.000Z","modified_at":"2026-02-13T07:40:14.000Z","name":"Lia Kuhic","mobile_number":"993-926-9596","email_id":"Brandy.Rau@hotmail.com","dop":"2025-12-01","serial_number":"11986148420815","imei1":"11986148420815","imei2":"11986148420815","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:40:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185165,"job_number":"JOB_185165","tr_customer_id":185183,"tr_customer_product_id":185173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:39:46.000Z","modified_at":"2026-02-13T07:39:57.000Z","name":"Jon Rosenbaum","mobile_number":"203-836-9877","email_id":"Hobart.Kuhlman@yahoo.com","dop":"2025-12-01","serial_number":"12311567270574","imei1":"12311567270574","imei2":"12311567270574","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185161,"job_number":"JOB_185161","tr_customer_id":185179,"tr_customer_product_id":185169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:11:02.000Z","modified_at":"2026-02-13T07:11:38.000Z","name":"Orie Lueilwitz","mobile_number":"232-985-8966","email_id":"Felton_Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"11807913559896","imei1":"11807913559896","imei2":"11807913559896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:11:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185158,"job_number":"JOB_185158","tr_customer_id":185176,"tr_customer_product_id":185166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:10:19.000Z","modified_at":"2026-02-13T07:10:55.000Z","name":"Peter Christiansen","mobile_number":"605-731-5378","email_id":"Emery_Krajcik@hotmail.com","dop":"2025-04-06","serial_number":"14182823275322","imei1":"14182823275322","imei2":"14182823275322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:10:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185155,"job_number":"JOB_185155","tr_customer_id":185173,"tr_customer_product_id":185163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:40.000Z","modified_at":"2026-02-13T07:10:20.000Z","name":"Lillian Zboncak","mobile_number":"557-960-7491","email_id":"Frederic83@hotmail.com","dop":"2025-04-06","serial_number":"12588034387546","imei1":"12588034387546","imei2":"12588034387546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185153,"job_number":"JOB_185153","tr_customer_id":185171,"tr_customer_product_id":185161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:09:35.000Z","modified_at":"2026-02-13T07:10:12.000Z","name":"Bradley Wehner","mobile_number":"444-682-0106","email_id":"Vidal.Grimes56@gmail.com","dop":"2025-04-06","serial_number":"11824225958951","imei1":"11824225958951","imei2":"11824225958951","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:10:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185150,"job_number":"JOB_185150","tr_customer_id":185168,"tr_customer_product_id":185158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:07:23.000Z","modified_at":"2026-02-13T07:08:02.000Z","name":"Arely Wunsch","mobile_number":"903-465-3301","email_id":"Theodora_Mann79@hotmail.com","dop":"2025-04-06","serial_number":"16439661747396","imei1":"16439661747396","imei2":"16439661747396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:08:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185147,"job_number":"JOB_185147","tr_customer_id":185165,"tr_customer_product_id":185155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:41.000Z","modified_at":"2026-02-13T07:07:16.000Z","name":"Crawford Morissette","mobile_number":"904-601-9317","email_id":"Asa49@gmail.com","dop":"2025-04-06","serial_number":"15778964679218","imei1":"15778964679218","imei2":"15778964679218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:07:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185144,"job_number":"JOB_185144","tr_customer_id":185162,"tr_customer_product_id":185152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:06:08.000Z","modified_at":"2026-02-13T07:06:45.000Z","name":"Esther Conroy","mobile_number":"873-755-3223","email_id":"Bridie65@gmail.com","dop":"2025-04-06","serial_number":"13881704311560","imei1":"13881704311560","imei2":"13881704311560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185141,"job_number":"JOB_185141","tr_customer_id":185159,"tr_customer_product_id":185149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:57.000Z","modified_at":"2026-02-13T07:06:33.000Z","name":"Geo Waelchi","mobile_number":"345-814-8568","email_id":"Hilton_Von@yahoo.com","dop":"2025-04-06","serial_number":"11290302546651","imei1":"11290302546651","imei2":"11290302546651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185138,"job_number":"JOB_185138","tr_customer_id":185156,"tr_customer_product_id":185146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:52.000Z","modified_at":"2026-02-13T07:06:34.000Z","name":"Freeda Armstrong","mobile_number":"213-408-1616","email_id":"Armand.Beatty@hotmail.com","dop":"2025-04-06","serial_number":"11685752805447","imei1":"11685752805447","imei2":"11685752805447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185136,"job_number":"JOB_185136","tr_customer_id":185154,"tr_customer_product_id":185144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:47.000Z","modified_at":"2026-02-13T07:06:27.000Z","name":"Baylee Cronin","mobile_number":"686-549-0426","email_id":"Garnet_Hintz20@hotmail.com","dop":"2025-04-06","serial_number":"17002376699105","imei1":"17002376699105","imei2":"17002376699105","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185134,"job_number":"JOB_185134","tr_customer_id":185152,"tr_customer_product_id":185142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:05:23.000Z","modified_at":"2026-02-13T07:06:00.000Z","name":"Michel Lueilwitz","mobile_number":"741-511-1656","email_id":"Clemens5@hotmail.com","dop":"2025-04-06","serial_number":"14033023590600","imei1":"14033023590600","imei2":"14033023590600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:06:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185131,"job_number":"JOB_185131","tr_customer_id":185149,"tr_customer_product_id":185139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:04:37.000Z","modified_at":"2026-02-13T07:05:15.000Z","name":"Merlin Cummings","mobile_number":"725-492-4761","email_id":"Antonio.Marquardt70@hotmail.com","dop":"2025-04-06","serial_number":"10891559707050","imei1":"10891559707050","imei2":"10891559707050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185128,"job_number":"JOB_185128","tr_customer_id":185146,"tr_customer_product_id":185136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:52.000Z","modified_at":"2026-02-13T07:02:29.000Z","name":"Eric Dietrich","mobile_number":"233-958-1831","email_id":"Antwon39@gmail.com","dop":"2000-01-31","serial_number":"10624670085768","imei1":"10624670085768","imei2":"10624670085768","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:02:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185125,"job_number":"JOB_185125","tr_customer_id":185143,"tr_customer_product_id":185133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:29.000Z","modified_at":"2026-02-13T07:02:07.000Z","name":"Laurianne Kuphal","mobile_number":"959-616-6414","email_id":"Foster.Blanda@gmail.com","dop":"2025-04-06","serial_number":"11478444454607","imei1":"11478444454607","imei2":"11478444454607","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:02:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185122,"job_number":"JOB_185122","tr_customer_id":185140,"tr_customer_product_id":185130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:13.000Z","modified_at":"2026-02-13T07:01:50.000Z","name":"Bonnie Bins","mobile_number":"553-986-8730","email_id":"Ollie92@hotmail.com","dop":"2025-04-06","serial_number":"18490703284964","imei1":"18490703284964","imei2":"18490703284964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185119,"job_number":"JOB_185119","tr_customer_id":185137,"tr_customer_product_id":185127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:06.000Z","modified_at":"2026-02-13T07:01:44.000Z","name":"Estevan Gottlieb","mobile_number":"970-657-9815","email_id":"Mauricio98@yahoo.com","dop":"2000-01-31","serial_number":"10634234764877","imei1":"10634234764877","imei2":"10634234764877","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185116,"job_number":"JOB_185116","tr_customer_id":185134,"tr_customer_product_id":185124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:01:03.000Z","modified_at":"2026-02-13T07:01:41.000Z","name":"Elijah Smith","mobile_number":"376-943-9938","email_id":"Trent37@gmail.com","dop":"2025-04-06","serial_number":"17572014422058","imei1":"17572014422058","imei2":"17572014422058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185113,"job_number":"JOB_185113","tr_customer_id":185131,"tr_customer_product_id":185121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:44.000Z","modified_at":"2026-02-13T07:01:22.000Z","name":"Rowena Johnston","mobile_number":"279-598-8915","email_id":"Aditya.Labadie74@yahoo.com","dop":"2025-04-06","serial_number":"17141673709389","imei1":"17141673709389","imei2":"17141673709389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185110,"job_number":"JOB_185110","tr_customer_id":185128,"tr_customer_product_id":185118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:27.000Z","modified_at":"2026-02-13T07:01:05.000Z","name":"Armani Carter","mobile_number":"378-979-0393","email_id":"Oscar_Kirlin98@yahoo.com","dop":"2025-04-06","serial_number":"10605746713154","imei1":"10605746713154","imei2":"10605746713154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185107,"job_number":"JOB_185107","tr_customer_id":185125,"tr_customer_product_id":185115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:21.000Z","modified_at":"2026-02-13T07:00:59.000Z","name":"Shayne Schinner","mobile_number":"264-316-2458","email_id":"Marcel94@gmail.com","dop":"2000-01-31","serial_number":"10408630622799","imei1":"10408630622799","imei2":"10408630622799","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185104,"job_number":"JOB_185104","tr_customer_id":185122,"tr_customer_product_id":185112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T07:00:17.000Z","modified_at":"2026-02-13T07:00:56.000Z","name":"Darrick Boyle","mobile_number":"249-961-6867","email_id":"Shanie_Cormier@hotmail.com","dop":"2025-04-06","serial_number":"10009501749635","imei1":"10009501749635","imei2":"10009501749635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185101,"job_number":"JOB_185101","tr_customer_id":185119,"tr_customer_product_id":185109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:58.000Z","modified_at":"2026-02-13T07:00:36.000Z","name":"Ceasar Pfannerstill","mobile_number":"993-892-0938","email_id":"Queen12@yahoo.com","dop":"2025-04-06","serial_number":"17730984956018","imei1":"17730984956018","imei2":"17730984956018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185098,"job_number":"JOB_185098","tr_customer_id":185116,"tr_customer_product_id":185106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:41.000Z","modified_at":"2026-02-13T07:00:20.000Z","name":"Mohamed Cartwright","mobile_number":"954-870-6776","email_id":"Cleo_Swift90@hotmail.com","dop":"2025-04-06","serial_number":"17440974981629","imei1":"17440974981629","imei2":"17440974981629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185095,"job_number":"JOB_185095","tr_customer_id":185113,"tr_customer_product_id":185103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:38.000Z","modified_at":"2026-02-13T07:00:14.000Z","name":"Ralph Pfannerstill","mobile_number":"859-753-9474","email_id":"Lindsay_Schimmel17@yahoo.com","dop":"2025-04-06","serial_number":"19101393613338","imei1":"19101393613338","imei2":"19101393613338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185092,"job_number":"JOB_185092","tr_customer_id":185110,"tr_customer_product_id":185100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:35.000Z","modified_at":"2026-02-13T07:00:13.000Z","name":"Clement Herzog","mobile_number":"775-808-6830","email_id":"Edyth_Legros66@hotmail.com","dop":"2000-01-31","serial_number":"10055014086411","imei1":"10055014086411","imei2":"10055014086411","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185089,"job_number":"JOB_185089","tr_customer_id":185107,"tr_customer_product_id":185097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:59:31.000Z","modified_at":"2026-02-13T07:00:09.000Z","name":"Gordon Lockman","mobile_number":"913-352-9954","email_id":"Letitia.DuBuque47@hotmail.com","dop":"2025-04-06","serial_number":"19083090767088","imei1":"19083090767088","imei2":"19083090767088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T07:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185086,"job_number":"JOB_185086","tr_customer_id":185104,"tr_customer_product_id":185094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:55.000Z","modified_at":"2026-02-13T06:59:31.000Z","name":"Icie Pfannerstill","mobile_number":"767-310-2923","email_id":"Reynold41@hotmail.com","dop":"2025-04-06","serial_number":"14409691915938","imei1":"14409691915938","imei2":"14409691915938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185083,"job_number":"JOB_185083","tr_customer_id":185101,"tr_customer_product_id":185091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:37.000Z","modified_at":"2026-02-13T06:59:16.000Z","name":"Micaela Ruecker","mobile_number":"645-775-1703","email_id":"Olen71@yahoo.com","dop":"2025-04-06","serial_number":"16034255015278","imei1":"16034255015278","imei2":"16034255015278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185081,"job_number":"JOB_185081","tr_customer_id":185099,"tr_customer_product_id":185089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:58:11.000Z","modified_at":"2026-02-13T06:58:48.000Z","name":"Rylee Abbott","mobile_number":"321-994-3110","email_id":"Sandra_OHara@hotmail.com","dop":"2025-04-06","serial_number":"12673181806054","imei1":"12673181806054","imei2":"12673181806054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185078,"job_number":"JOB_185078","tr_customer_id":185096,"tr_customer_product_id":185086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:57:12.000Z","modified_at":"2026-02-13T06:57:47.000Z","name":"Orval Harber","mobile_number":"758-725-0105","email_id":"Carmen_Hettinger@yahoo.com","dop":"2025-04-06","serial_number":"11584182160693","imei1":"11584182160693","imei2":"11584182160693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185075,"job_number":"JOB_185075","tr_customer_id":185093,"tr_customer_product_id":185083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:56:29.000Z","modified_at":"2026-02-13T06:57:05.000Z","name":"Emmanuelle Kub","mobile_number":"917-512-6087","email_id":"Natalie.Davis@yahoo.com","dop":"2025-04-06","serial_number":"15934878118553","imei1":"15934878118553","imei2":"15934878118553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185072,"job_number":"JOB_185072","tr_customer_id":185090,"tr_customer_product_id":185080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:55:45.000Z","modified_at":"2026-02-13T06:56:22.000Z","name":"Leola Osinski","mobile_number":"512-872-9040","email_id":"Dagmar.Kiehn54@hotmail.com","dop":"2025-04-06","serial_number":"10430008757653","imei1":"10430008757653","imei2":"10430008757653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185066,"job_number":"JOB_185066","tr_customer_id":185084,"tr_customer_product_id":185074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:54:43.000Z","modified_at":"2026-02-13T06:55:18.000Z","name":"Nicklaus Champlin","mobile_number":"875-868-8381","email_id":"Ardella_Wisoky35@gmail.com","dop":"2025-04-06","serial_number":"14995828063117","imei1":"14995828063117","imei2":"14995828063117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185063,"job_number":"JOB_185063","tr_customer_id":185081,"tr_customer_product_id":185071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:59.000Z","modified_at":"2026-02-13T06:54:35.000Z","name":"Alicia Dickens","mobile_number":"739-679-3906","email_id":"Carleton.Gleichner52@gmail.com","dop":"2025-04-06","serial_number":"14438297638497","imei1":"14438297638497","imei2":"14438297638497","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185060,"job_number":"JOB_185060","tr_customer_id":185078,"tr_customer_product_id":185068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:53:15.000Z","modified_at":"2026-02-13T06:53:52.000Z","name":"Keven Parker","mobile_number":"763-482-0467","email_id":"Britney11@hotmail.com","dop":"2025-04-06","serial_number":"12309793219235","imei1":"12309793219235","imei2":"12309793219235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185057,"job_number":"JOB_185057","tr_customer_id":185075,"tr_customer_product_id":185065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:52:03.000Z","modified_at":"2026-02-13T06:52:40.000Z","name":"Izaiah Grimes","mobile_number":"433-886-3357","email_id":"Chaz_Hagenes@yahoo.com","dop":"2025-04-06","serial_number":"19822569849350","imei1":"19822569849350","imei2":"19822569849350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:52:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185054,"job_number":"JOB_185054","tr_customer_id":185072,"tr_customer_product_id":185062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:51:18.000Z","modified_at":"2026-02-13T06:51:56.000Z","name":"Henry Windler","mobile_number":"241-787-2830","email_id":"Oma_Rowe@gmail.com","dop":"2025-04-06","serial_number":"19725250781472","imei1":"19725250781472","imei2":"19725250781472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185051,"job_number":"JOB_185051","tr_customer_id":185069,"tr_customer_product_id":185059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:50:33.000Z","modified_at":"2026-02-13T06:51:11.000Z","name":"Sheldon Bednar","mobile_number":"948-592-2016","email_id":"America81@yahoo.com","dop":"2025-04-06","serial_number":"14684195637315","imei1":"14684195637315","imei2":"14684195637315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185048,"job_number":"JOB_185048","tr_customer_id":185066,"tr_customer_product_id":185056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:49:40.000Z","modified_at":"2026-02-13T06:50:16.000Z","name":"Jamarcus Larkin","mobile_number":"998-730-9936","email_id":"Kristian.Goldner@gmail.com","dop":"2025-06-18","serial_number":"10404035155438","imei1":"10404035155438","imei2":"10404035155438","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185045,"job_number":"JOB_185045","tr_customer_id":185063,"tr_customer_product_id":185053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:57.000Z","modified_at":"2026-02-13T06:49:34.000Z","name":"Alayna Funk","mobile_number":"334-352-7691","email_id":"Janessa.Hermann35@yahoo.com","dop":"2025-04-06","serial_number":"13911019140687","imei1":"13911019140687","imei2":"13911019140687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185043,"job_number":"JOB_185043","tr_customer_id":185061,"tr_customer_product_id":185051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:48:56.000Z","modified_at":"2026-02-13T06:49:33.000Z","name":"Herman Terry","mobile_number":"889-208-5638","email_id":"Aurore.Johnston20@hotmail.com","dop":"2025-06-18","serial_number":"10076293050796","imei1":"10076293050796","imei2":"10076293050796","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:49:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185040,"job_number":"JOB_185040","tr_customer_id":185058,"tr_customer_product_id":185048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:47:15.000Z","modified_at":"2026-02-13T06:47:51.000Z","name":"Ariane Schamberger","mobile_number":"749-969-5168","email_id":"Arvilla_Bednar42@yahoo.com","dop":"2025-12-31","serial_number":"105190769697138","imei1":"105190769697138","imei2":"105190769697138","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185038,"job_number":"JOB_185038","tr_customer_id":185056,"tr_customer_product_id":185046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:46:31.000Z","modified_at":"2026-02-13T06:47:07.000Z","name":"Philip Kuhic","mobile_number":"340-567-7951","email_id":"Mafalda_Klocko90@hotmail.com","dop":"2025-12-31","serial_number":"107449474801687","imei1":"107449474801687","imei2":"107449474801687","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:47:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185036,"job_number":"JOB_185036","tr_customer_id":185054,"tr_customer_product_id":185044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T06:45:47.000Z","modified_at":"2026-02-13T06:46:23.000Z","name":"Providenci Nikolaus","mobile_number":"598-666-4458","email_id":"Ben_Little42@hotmail.com","dop":"2025-12-31","serial_number":"102067859413010","imei1":"102067859413010","imei2":"102067859413010","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T06:46:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185019,"job_number":"JOB_185019","tr_customer_id":185037,"tr_customer_product_id":185027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:42:58.000Z","modified_at":"2026-02-13T05:43:33.000Z","name":"Rosario Blanda","mobile_number":"384-604-2508","email_id":"Katrina.Flatley@hotmail.com","dop":"2025-04-06","serial_number":"15135643589554","imei1":"15135643589554","imei2":"15135643589554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:43:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185017,"job_number":"JOB_185017","tr_customer_id":185035,"tr_customer_product_id":185025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:42:40.000Z","modified_at":"2026-02-13T05:43:16.000Z","name":"Rodolfo Schaefer","mobile_number":"480-441-4658","email_id":"Solon.Leuschke@gmail.com","dop":"2025-04-06","serial_number":"19350327595127","imei1":"19350327595127","imei2":"19350327595127","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185016,"job_number":"JOB_185016","tr_customer_id":185034,"tr_customer_product_id":185024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:23:55.000Z","modified_at":"2026-02-13T05:24:04.000Z","name":"Rubye Hane","mobile_number":"813-762-0819","email_id":"Curt_Runte@gmail.com","dop":"2025-07-01","serial_number":"104618301188240","imei1":"104618301188240","imei2":"104618301188240","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185014,"job_number":"JOB_185014","tr_customer_id":185032,"tr_customer_product_id":185022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:23:43.000Z","modified_at":"2026-02-13T05:23:52.000Z","name":"Berta Douglas","mobile_number":"273-497-1800","email_id":"Akeem46@hotmail.com","dop":"2025-07-01","serial_number":"103112706641952","imei1":"103112706641952","imei2":"103112706641952","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T05:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185008,"job_number":"JOB_185008","tr_customer_id":185026,"tr_customer_product_id":185016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:06:46.000Z","modified_at":"2026-02-13T06:02:12.000Z","name":"Elnora Willms","mobile_number":"508-712-1996","email_id":"Glenna57@gmail.com","dop":"2026-01-04","serial_number":"17586464670135","imei1":"17586464670135","imei2":"17586464670135","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T06:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185005,"job_number":"JOB_185005","tr_customer_id":185023,"tr_customer_product_id":185013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:49:21.000Z","modified_at":"2026-02-13T04:49:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66292170571887","imei1":"66292170571887","imei2":"66292170571887","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:49:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184998,"job_number":"JOB_184998","tr_customer_id":185016,"tr_customer_product_id":185006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:51.000Z","modified_at":"2026-02-13T04:49:14.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68909027532504","imei1":"68909027532504","imei2":"68909027532504","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184991,"job_number":"JOB_184991","tr_customer_id":185009,"tr_customer_product_id":184999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:48:20.000Z","modified_at":"2026-02-13T04:48:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61797158294237","imei1":"61797158294237","imei2":"61797158294237","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184982,"job_number":"JOB_184982","tr_customer_id":185000,"tr_customer_product_id":184990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:55.000Z","modified_at":"2026-02-13T04:35:31.000Z","name":"Kimberly Hodkiewicz","mobile_number":"703-729-7915","email_id":"Paxton_Schroeder@yahoo.com","dop":"2000-01-31","serial_number":"10921221593314","imei1":"10921221593314","imei2":"10921221593314","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184979,"job_number":"JOB_184979","tr_customer_id":184997,"tr_customer_product_id":184987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:29.000Z","modified_at":"2026-02-13T04:35:04.000Z","name":"Peggie Marvin","mobile_number":"960-334-3421","email_id":"Rafaela_Schneider83@yahoo.com","dop":"2025-04-06","serial_number":"17820076202368","imei1":"17820076202368","imei2":"17820076202368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184975,"job_number":"JOB_184975","tr_customer_id":184993,"tr_customer_product_id":184983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:24.000Z","modified_at":"2026-02-13T04:35:00.000Z","name":"Ransom Crooks","mobile_number":"899-272-5271","email_id":"Dejuan_Mertz@gmail.com","dop":"2025-04-06","serial_number":"12685122104046","imei1":"12685122104046","imei2":"12685122104046","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184974,"job_number":"JOB_184974","tr_customer_id":184992,"tr_customer_product_id":184982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:24.000Z","modified_at":"2026-02-13T04:35:00.000Z","name":"Keaton Hagenes","mobile_number":"772-328-6860","email_id":"Kane33@gmail.com","dop":"2025-04-06","serial_number":"16939178398919","imei1":"16939178398919","imei2":"16939178398919","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184967,"job_number":"JOB_184967","tr_customer_id":184985,"tr_customer_product_id":184975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:35:00.000Z","name":"Bradly Jaskolski","mobile_number":"719-600-8281","email_id":"Obie_Lind@gmail.com","dop":"2025-04-06","serial_number":"11899756286657","imei1":"11899756286657","imei2":"11899756286657","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184966,"job_number":"JOB_184966","tr_customer_id":184984,"tr_customer_product_id":184974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:34:59.000Z","name":"Cameron Keebler","mobile_number":"772-478-0928","email_id":"Hermina_Daugherty@gmail.com","dop":"2025-04-06","serial_number":"16423561159645","imei1":"16423561159645","imei2":"16423561159645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184963,"job_number":"JOB_184963","tr_customer_id":184981,"tr_customer_product_id":184971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:21.000Z","modified_at":"2026-02-13T04:35:00.000Z","name":"Marcelo Jenkins","mobile_number":"993-975-8365","email_id":"Arden.Schamberger@hotmail.com","dop":"2025-04-06","serial_number":"12290749862237","imei1":"12290749862237","imei2":"12290749862237","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:35:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184961,"job_number":"JOB_184961","tr_customer_id":184979,"tr_customer_product_id":184969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:20.000Z","modified_at":"2026-02-13T04:34:58.000Z","name":"Hiram Rath","mobile_number":"291-392-0488","email_id":"Amira_Reichel24@gmail.com","dop":"2025-04-06","serial_number":"18689339718798","imei1":"18689339718798","imei2":"18689339718798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184959,"job_number":"JOB_184959","tr_customer_id":184977,"tr_customer_product_id":184967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:13.000Z","modified_at":"2026-02-13T04:34:52.000Z","name":"Bernita Gleason","mobile_number":"494-629-9462","email_id":"Michelle_Jakubowski27@gmail.com","dop":"2025-12-31","serial_number":"105374577490291","imei1":"105374577490291","imei2":"105374577490291","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184956,"job_number":"JOB_184956","tr_customer_id":184974,"tr_customer_product_id":184964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:34:11.000Z","modified_at":"2026-02-13T04:34:48.000Z","name":"Augustus Flatley","mobile_number":"986-955-6530","email_id":"Christy.Breitenberg17@gmail.com","dop":"2000-01-31","serial_number":"10874883257657","imei1":"10874883257657","imei2":"10874883257657","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184953,"job_number":"JOB_184953","tr_customer_id":184971,"tr_customer_product_id":184961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:59.000Z","modified_at":"2026-02-13T04:34:37.000Z","name":"Fae Kuphal","mobile_number":"435-520-9352","email_id":"Estefania.Volkman@yahoo.com","dop":"2025-04-06","serial_number":"14508464265609","imei1":"14508464265609","imei2":"14508464265609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184950,"job_number":"JOB_184950","tr_customer_id":184968,"tr_customer_product_id":184958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:56.000Z","modified_at":"2026-02-13T04:34:32.000Z","name":"Adrain Welch","mobile_number":"262-740-5482","email_id":"Kevin_Maggio@yahoo.com","dop":"2025-04-06","serial_number":"13682033350848","imei1":"13682033350848","imei2":"13682033350848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184947,"job_number":"JOB_184947","tr_customer_id":184965,"tr_customer_product_id":184955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:52.000Z","modified_at":"2026-02-13T04:34:28.000Z","name":"Vicenta Schroeder","mobile_number":"411-534-0868","email_id":"Webster.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"13648221064912","imei1":"13648221064912","imei2":"13648221064912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184944,"job_number":"JOB_184944","tr_customer_id":184962,"tr_customer_product_id":184952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:45.000Z","modified_at":"2026-02-13T04:34:21.000Z","name":"Eunice Stracke","mobile_number":"267-426-8770","email_id":"Neil_Harber@hotmail.com","dop":"2025-04-06","serial_number":"18710387927394","imei1":"18710387927394","imei2":"18710387927394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184941,"job_number":"JOB_184941","tr_customer_id":184959,"tr_customer_product_id":184949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:42.000Z","modified_at":"2026-02-13T04:34:19.000Z","name":"Obie Vandervort","mobile_number":"384-995-0743","email_id":"Caitlyn46@yahoo.com","dop":"2025-04-06","serial_number":"14018486543360","imei1":"14018486543360","imei2":"14018486543360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184937,"job_number":"JOB_184937","tr_customer_id":184955,"tr_customer_product_id":184945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:40.000Z","modified_at":"2026-02-13T04:34:17.000Z","name":"Novella Hills","mobile_number":"430-889-7765","email_id":"Reba19@yahoo.com","dop":"2025-04-06","serial_number":"13225829077519","imei1":"13225829077519","imei2":"13225829077519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184935,"job_number":"JOB_184935","tr_customer_id":184953,"tr_customer_product_id":184943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:40.000Z","modified_at":"2026-02-13T04:34:17.000Z","name":"Jamaal Price","mobile_number":"701-562-5614","email_id":"Mazie.Glover@gmail.com","dop":"2025-04-06","serial_number":"15367116732717","imei1":"15367116732717","imei2":"15367116732717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184930,"job_number":"JOB_184930","tr_customer_id":184948,"tr_customer_product_id":184938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:36.000Z","modified_at":"2026-02-13T04:34:14.000Z","name":"Travon Greenfelder","mobile_number":"695-864-5002","email_id":"Vanessa_Gorczany@gmail.com","dop":"2025-04-06","serial_number":"11848898345360","imei1":"11848898345360","imei2":"11848898345360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184927,"job_number":"JOB_184927","tr_customer_id":184945,"tr_customer_product_id":184935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:34:14.000Z","name":"Roxane DuBuque","mobile_number":"538-679-5577","email_id":"Raquel.Tromp5@gmail.com","dop":"2025-04-06","serial_number":"13468387339263","imei1":"13468387339263","imei2":"13468387339263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184924,"job_number":"JOB_184924","tr_customer_id":184942,"tr_customer_product_id":184932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:35.000Z","modified_at":"2026-02-13T04:34:11.000Z","name":"Dorothea Bradtke","mobile_number":"295-893-4869","email_id":"Kendrick34@gmail.com","dop":"2025-04-06","serial_number":"16629868330396","imei1":"16629868330396","imei2":"16629868330396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184922,"job_number":"JOB_184922","tr_customer_id":184940,"tr_customer_product_id":184930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:34.000Z","modified_at":"2026-02-13T04:34:12.000Z","name":"Vincenzo Gulgowski","mobile_number":"752-859-0456","email_id":"Domingo57@yahoo.com","dop":"2025-04-06","serial_number":"17340626952593","imei1":"17340626952593","imei2":"17340626952593","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184920,"job_number":"JOB_184920","tr_customer_id":184938,"tr_customer_product_id":184928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:33.000Z","modified_at":"2026-02-13T04:34:13.000Z","name":"Clara Padberg","mobile_number":"991-962-4333","email_id":"Yesenia54@yahoo.com","dop":"2025-04-06","serial_number":"12048426455222","imei1":"12048426455222","imei2":"12048426455222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184913,"job_number":"JOB_184913","tr_customer_id":184931,"tr_customer_product_id":184921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:27.000Z","modified_at":"2026-02-13T04:34:04.000Z","name":"Cecelia Turner","mobile_number":"571-684-5333","email_id":"Norberto_Fisher@yahoo.com","dop":"2000-01-31","serial_number":"10345527535393","imei1":"10345527535393","imei2":"10345527535393","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184911,"job_number":"JOB_184911","tr_customer_id":184929,"tr_customer_product_id":184919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:27.000Z","modified_at":"2026-02-13T04:34:05.000Z","name":"Ambrose Bernhard","mobile_number":"809-421-1522","email_id":"Bobbie_DAmore49@yahoo.com","dop":"2025-12-31","serial_number":"103956811574996","imei1":"103956811574996","imei2":"103956811574996","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184905,"job_number":"JOB_184905","tr_customer_id":184923,"tr_customer_product_id":184913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:14.000Z","modified_at":"2026-02-13T04:33:52.000Z","name":"Maurine Stanton","mobile_number":"733-348-3882","email_id":"Otha.Gottlieb@hotmail.com","dop":"2025-04-06","serial_number":"17156974720003","imei1":"17156974720003","imei2":"17156974720003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184901,"job_number":"JOB_184901","tr_customer_id":184919,"tr_customer_product_id":184909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:12.000Z","modified_at":"2026-02-13T04:33:48.000Z","name":"Ricky Terry","mobile_number":"784-315-2231","email_id":"Jorge.Kemmer@gmail.com","dop":"2025-04-06","serial_number":"14603354148633","imei1":"14603354148633","imei2":"14603354148633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184897,"job_number":"JOB_184897","tr_customer_id":184915,"tr_customer_product_id":184905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:10.000Z","modified_at":"2026-02-13T04:33:49.000Z","name":"Chaya Brown","mobile_number":"545-223-3539","email_id":"Reba_Tromp31@gmail.com","dop":"2025-04-06","serial_number":"11615656799677","imei1":"11615656799677","imei2":"11615656799677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184896,"job_number":"JOB_184896","tr_customer_id":184913,"tr_customer_product_id":184904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:10.000Z","modified_at":"2026-02-13T04:33:45.000Z","name":"Gus Jones","mobile_number":"438-524-5115","email_id":"Eden15@yahoo.com","dop":"2025-04-06","serial_number":"13518686942458","imei1":"13518686942458","imei2":"13518686942458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184891,"job_number":"JOB_184891","tr_customer_id":184909,"tr_customer_product_id":184899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:02.000Z","modified_at":"2026-02-13T04:33:36.000Z","name":"Destiney Lubowitz","mobile_number":"729-630-1079","email_id":"Harmon.Pouros@hotmail.com","dop":"2025-02-01","serial_number":"69530740329852","imei1":"69530740329852","imei2":"69530740329852","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184888,"job_number":"JOB_184888","tr_customer_id":184906,"tr_customer_product_id":184896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:01.000Z","modified_at":"2026-02-13T04:33:38.000Z","name":"Luis Hoeger","mobile_number":"950-607-0964","email_id":"Conor1@gmail.com","dop":"2025-04-06","serial_number":"15984608664141","imei1":"15984608664141","imei2":"15984608664141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184881,"job_number":"JOB_184881","tr_customer_id":184899,"tr_customer_product_id":184889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:33:00.000Z","modified_at":"2026-02-13T04:33:37.000Z","name":"Constantin Gleichner","mobile_number":"478-621-9933","email_id":"Brannon.Hansen@yahoo.com","dop":"2025-04-06","serial_number":"11784341689411","imei1":"11784341689411","imei2":"11784341689411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184875,"job_number":"JOB_184875","tr_customer_id":184893,"tr_customer_product_id":184883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:33:35.000Z","name":"Colin Legros","mobile_number":"708-874-5653","email_id":"Hyman25@hotmail.com","dop":"2025-04-06","serial_number":"18559494186291","imei1":"18559494186291","imei2":"18559494186291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184870,"job_number":"JOB_184870","tr_customer_id":184888,"tr_customer_product_id":184878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:57.000Z","modified_at":"2026-02-13T04:33:33.000Z","name":"Helen Von","mobile_number":"884-214-1309","email_id":"Agustin.Smitham74@yahoo.com","dop":"2025-04-06","serial_number":"13059588734883","imei1":"13059588734883","imei2":"13059588734883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184867,"job_number":"JOB_184867","tr_customer_id":184885,"tr_customer_product_id":184875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:56.000Z","modified_at":"2026-02-13T04:33:33.000Z","name":"Andreane Bode","mobile_number":"937-735-0996","email_id":"Nicole59@yahoo.com","dop":"2025-04-06","serial_number":"19188145595782","imei1":"19188145595782","imei2":"19188145595782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184862,"job_number":"JOB_184862","tr_customer_id":184880,"tr_customer_product_id":184870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:51.000Z","modified_at":"2026-02-13T04:33:30.000Z","name":"Larissa Rau","mobile_number":"318-797-4063","email_id":"Gwendolyn50@hotmail.com","dop":"2025-06-18","serial_number":"10170545163719","imei1":"10170545163719","imei2":"10170545163719","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184860,"job_number":"JOB_184860","tr_customer_id":184878,"tr_customer_product_id":184868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:51.000Z","modified_at":"2026-02-13T04:33:27.000Z","name":"Erna Reilly","mobile_number":"667-201-8577","email_id":"Kayleigh_Schultz79@hotmail.com","dop":"2025-04-06","serial_number":"15982018469559","imei1":"15982018469559","imei2":"15982018469559","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184857,"job_number":"JOB_184857","tr_customer_id":184875,"tr_customer_product_id":184865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:50.000Z","modified_at":"2026-02-13T04:33:28.000Z","name":"Willard Predovic","mobile_number":"839-803-4165","email_id":"Beaulah30@yahoo.com","dop":"2025-04-06","serial_number":"15873894380121","imei1":"15873894380121","imei2":"15873894380121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184853,"job_number":"JOB_184853","tr_customer_id":184871,"tr_customer_product_id":184861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:49.000Z","modified_at":"2026-02-13T04:33:27.000Z","name":"Bria Cartwright","mobile_number":"424-480-5368","email_id":"Monte_Bogan89@gmail.com","dop":"2025-04-06","serial_number":"15055897137391","imei1":"15055897137391","imei2":"15055897137391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184850,"job_number":"JOB_184850","tr_customer_id":184868,"tr_customer_product_id":184858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:48.000Z","modified_at":"2026-02-13T04:33:26.000Z","name":"Silas Stiedemann","mobile_number":"588-445-2421","email_id":"Joshua40@gmail.com","dop":"2025-04-06","serial_number":"15729641539292","imei1":"15729641539292","imei2":"15729641539292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184844,"job_number":"JOB_184844","tr_customer_id":184862,"tr_customer_product_id":184852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:46.000Z","modified_at":"2026-02-13T04:33:25.000Z","name":"Reinhold Funk","mobile_number":"205-861-1132","email_id":"Geraldine_Pfeffer64@yahoo.com","dop":"2025-04-06","serial_number":"15412159673955","imei1":"15412159673955","imei2":"15412159673955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184840,"job_number":"JOB_184840","tr_customer_id":184858,"tr_customer_product_id":184848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:43.000Z","modified_at":"2026-02-13T04:33:20.000Z","name":"Constance Schulist","mobile_number":"994-765-4708","email_id":"Bill67@yahoo.com","dop":"2000-01-31","serial_number":"10716693666164","imei1":"10716693666164","imei2":"10716693666164","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184836,"job_number":"JOB_184836","tr_customer_id":184854,"tr_customer_product_id":184844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:41.000Z","modified_at":"2026-02-13T04:32:57.000Z","name":"Enos Friesen","mobile_number":"749-705-0438","email_id":"Kay.Baumbach26@hotmail.com","dop":"2025-05-30","serial_number":"11562443294412","imei1":"11562443294412","imei2":"11562443294412","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184835,"job_number":"JOB_184835","tr_customer_id":184853,"tr_customer_product_id":184843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:40.000Z","modified_at":"2026-02-13T04:33:19.000Z","name":"Alf Gleichner","mobile_number":"201-390-7703","email_id":"Helga.Durgan@hotmail.com","dop":"2025-12-31","serial_number":"101132766390776","imei1":"101132766390776","imei2":"101132766390776","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184832,"job_number":"JOB_184832","tr_customer_id":184850,"tr_customer_product_id":184840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:35.000Z","modified_at":"2026-02-13T04:33:11.000Z","name":"Gracie Mosciski","mobile_number":"529-503-7898","email_id":"Daniella_Gibson18@yahoo.com","dop":"2025-04-06","serial_number":"17065961696556","imei1":"17065961696556","imei2":"17065961696556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184826,"job_number":"JOB_184826","tr_customer_id":184844,"tr_customer_product_id":184834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:29.000Z","modified_at":"2026-02-13T04:33:05.000Z","name":"Reina McGlynn","mobile_number":"652-444-1392","email_id":"Katelynn8@gmail.com","dop":"2025-04-06","serial_number":"11321330788303","imei1":"11321330788303","imei2":"11321330788303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184824,"job_number":"JOB_184824","tr_customer_id":184842,"tr_customer_product_id":184832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:28.000Z","modified_at":"2026-02-13T04:33:06.000Z","name":"Addison Murray","mobile_number":"251-810-6614","email_id":"Kali_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"17833482092755","imei1":"17833482092755","imei2":"17833482092755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184822,"job_number":"JOB_184822","tr_customer_id":184840,"tr_customer_product_id":184830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:28.000Z","modified_at":"2026-02-13T04:33:03.000Z","name":"Keely Zieme","mobile_number":"546-440-7338","email_id":"Glennie.Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"12542828127015","imei1":"12542828127015","imei2":"12542828127015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184818,"job_number":"JOB_184818","tr_customer_id":184836,"tr_customer_product_id":184826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:24.000Z","modified_at":"2026-02-13T04:33:02.000Z","name":"Lenna Daniel","mobile_number":"256-834-7556","email_id":"Larue.Bradtke56@hotmail.com","dop":"2025-04-06","serial_number":"11362379512849","imei1":"11362379512849","imei2":"11362379512849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184817,"job_number":"JOB_184817","tr_customer_id":184835,"tr_customer_product_id":184825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:24.000Z","modified_at":"2026-02-13T04:33:00.000Z","name":"Leopoldo Berge","mobile_number":"267-942-0315","email_id":"Briana38@gmail.com","dop":"2025-04-06","serial_number":"10975923750990","imei1":"10975923750990","imei2":"10975923750990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:33:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184815,"job_number":"JOB_184815","tr_customer_id":184833,"tr_customer_product_id":184823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:21.000Z","modified_at":"2026-02-13T04:32:53.000Z","name":"Grant Gutmann","mobile_number":"640-627-1176","email_id":"Braeden_Dicki@yahoo.com","dop":"2025-02-01","serial_number":"10503677336471","imei1":"10503677336471","imei2":"10503677336471","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184813,"job_number":"JOB_184813","tr_customer_id":184831,"tr_customer_product_id":184821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:19.000Z","modified_at":"2026-02-13T04:32:55.000Z","name":"Rogelio Howell","mobile_number":"963-814-2963","email_id":"Bartholome_Konopelski@yahoo.com","dop":"2025-04-06","serial_number":"12671587220456","imei1":"12671587220456","imei2":"12671587220456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184808,"job_number":"JOB_184808","tr_customer_id":184826,"tr_customer_product_id":184816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:16.000Z","modified_at":"2026-02-13T04:32:52.000Z","name":"Furman Homenick","mobile_number":"427-394-0552","email_id":"Lexi.King78@hotmail.com","dop":"2025-04-06","serial_number":"18509353085013","imei1":"18509353085013","imei2":"18509353085013","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184803,"job_number":"JOB_184803","tr_customer_id":184821,"tr_customer_product_id":184811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:13.000Z","modified_at":"2026-02-13T04:32:50.000Z","name":"Mable Koelpin","mobile_number":"780-335-1919","email_id":"Owen_Grimes@hotmail.com","dop":"2025-04-06","serial_number":"17285499408665","imei1":"17285499408665","imei2":"17285499408665","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184802,"job_number":"JOB_184802","tr_customer_id":184820,"tr_customer_product_id":184810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:13.000Z","modified_at":"2026-02-13T04:32:51.000Z","name":"Laney Huel","mobile_number":"650-827-2628","email_id":"Garry.Medhurst19@yahoo.com","dop":"2025-04-06","serial_number":"11311488214114","imei1":"11311488214114","imei2":"11311488214114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184799,"job_number":"JOB_184799","tr_customer_id":184817,"tr_customer_product_id":184807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:32:06.000Z","modified_at":"2026-02-13T04:32:43.000Z","name":"Bobbie Bernhard","mobile_number":"238-644-0641","email_id":"Charlene.Ryan57@gmail.com","dop":"2025-06-18","serial_number":"10952456788627","imei1":"10952456788627","imei2":"10952456788627","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184795,"job_number":"JOB_184795","tr_customer_id":184813,"tr_customer_product_id":184803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:54.000Z","modified_at":"2026-02-13T04:32:28.000Z","name":"Edgar Blanda","mobile_number":"492-295-7131","email_id":"Macy5@gmail.com","dop":"2025-04-06","serial_number":"13008188262698","imei1":"13008188262698","imei2":"13008188262698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184791,"job_number":"JOB_184791","tr_customer_id":184809,"tr_customer_product_id":184799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:39.000Z","modified_at":"2026-02-13T04:32:12.000Z","name":"Pierre Mayer","mobile_number":"372-542-3023","email_id":"Kameron_Thiel@gmail.com","dop":"2025-02-01","serial_number":"83731955784550","imei1":"83731955784550","imei2":"83731955784550","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184790,"job_number":"JOB_184790","tr_customer_id":184808,"tr_customer_product_id":184798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:39.000Z","modified_at":"2026-02-13T04:32:16.000Z","name":"Henri Heaney","mobile_number":"739-524-4190","email_id":"Harmon38@hotmail.com","dop":"2025-04-06","serial_number":"12939958359174","imei1":"12939958359174","imei2":"12939958359174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184784,"job_number":"JOB_184784","tr_customer_id":184802,"tr_customer_product_id":184792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:33.000Z","modified_at":"2026-02-13T04:32:09.000Z","name":"Jeanne Zemlak","mobile_number":"372-891-6138","email_id":"Cordelia.Jerde@gmail.com","dop":"2025-04-06","serial_number":"13667402800089","imei1":"13667402800089","imei2":"13667402800089","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184781,"job_number":"JOB_184781","tr_customer_id":184799,"tr_customer_product_id":184789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:27.000Z","modified_at":"2026-02-13T04:32:04.000Z","name":"Donny Sauer","mobile_number":"217-400-9160","email_id":"Jessica44@hotmail.com","dop":"2025-04-06","serial_number":"13277268675607","imei1":"13277268675607","imei2":"13277268675607","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184779,"job_number":"JOB_184779","tr_customer_id":184797,"tr_customer_product_id":184787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:24.000Z","modified_at":"2026-02-13T04:32:03.000Z","name":"Vernon Thompson","mobile_number":"542-834-1399","email_id":"Eleanora_Bernhard@gmail.com","dop":"2025-04-06","serial_number":"16063043725262","imei1":"16063043725262","imei2":"16063043725262","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184777,"job_number":"JOB_184777","tr_customer_id":184795,"tr_customer_product_id":184785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:12.000Z","modified_at":"2026-02-13T04:31:21.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"37576986942632","imei1":"37576986942632","imei2":"37576986942632","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184776,"job_number":"JOB_184776","tr_customer_id":184794,"tr_customer_product_id":184784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:12.000Z","modified_at":"2026-02-13T04:31:46.000Z","name":"Lee Morissette","mobile_number":"426-977-9964","email_id":"Allene.Stracke@yahoo.com","dop":"2025-04-06","serial_number":"19027827392629","imei1":"19027827392629","imei2":"19027827392629","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184773,"job_number":"JOB_184773","tr_customer_id":184791,"tr_customer_product_id":184781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:05.000Z","modified_at":"2026-02-13T04:31:41.000Z","name":"Raul Heaney","mobile_number":"426-999-9374","email_id":"Brady23@hotmail.com","dop":"2025-04-06","serial_number":"11715668514792","imei1":"11715668514792","imei2":"11715668514792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184772,"job_number":"JOB_184772","tr_customer_id":184790,"tr_customer_product_id":184780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T04:31:01.000Z","modified_at":"2026-02-13T04:31:10.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"66987620837935","imei1":"66987620837935","imei2":"66987620837935","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T04:31:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184768,"job_number":"JOB_184768","tr_customer_id":184786,"tr_customer_product_id":184776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:51.000Z","modified_at":"2026-02-13T03:40:27.000Z","name":"Alden Gibson","mobile_number":"312-746-0770","email_id":"Dalton.Gorczany82@yahoo.com","dop":"2025-04-06","serial_number":"11324680138270","imei1":"11324680138270","imei2":"11324680138270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T03:40:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184765,"job_number":"JOB_184765","tr_customer_id":184783,"tr_customer_product_id":184773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:39:08.000Z","modified_at":"2026-02-13T03:39:44.000Z","name":"Julius Nicolas","mobile_number":"789-263-7504","email_id":"Josefa54@hotmail.com","dop":"2025-04-06","serial_number":"10728062319002","imei1":"10728062319002","imei2":"10728062319002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T03:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184762,"job_number":"JOB_184762","tr_customer_id":184780,"tr_customer_product_id":184770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:38:26.000Z","modified_at":"2026-02-13T03:39:01.000Z","name":"Buddy Shields","mobile_number":"797-814-4341","email_id":"Jacques.Stracke@gmail.com","dop":"2025-04-06","serial_number":"12483213326929","imei1":"12483213326929","imei2":"12483213326929","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T03:39:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184758,"job_number":"JOB_184758","tr_customer_id":184776,"tr_customer_product_id":184766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T03:26:21.000Z","modified_at":"2026-02-13T03:26:36.000Z","name":"Hannah Dach","mobile_number":"544-514-1286","email_id":"Opal_Abernathy@gmail.com","dop":"2025-05-30","serial_number":"15636006814140","imei1":"15636006814140","imei2":"15636006814140","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T03:26:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184757,"job_number":"JOB_184757","tr_customer_id":184775,"tr_customer_product_id":184765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T02:03:34.000Z","modified_at":"2026-02-13T02:03:41.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"19716519580848","imei1":"19716519580848","imei2":"19716519580848","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T02:03:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":184756,"job_number":"JOB_184756","tr_customer_id":184774,"tr_customer_product_id":184764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T01:50:53.000Z","modified_at":"2026-02-13T02:02:12.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"17489995773940","imei1":"17489995773940","imei2":"17489995773940","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T02:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDk5MTAwNn0.7S61GDDC14m_h7G9LDPgb92ELsdSQCW9kj-VC-Bf9H0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2702d29d-395b-4025-965f-f5ca40c01c41 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1022 |
| ETag | W/"3fe-deO+7h+rFXB2z8v0EYH30RghrVQ" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":185366,"job_number":"JOB_185366","tr_customer_id":185384,"tr_customer_product_id":185374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:32.000Z","modified_at":"2026-02-13T13:56:46.000Z","name":"Jesus Moen","mobile_number":"478-612-4834","email_id":"Gordon_Pagac55@hotmail.com","dop":"2025-05-30","serial_number":"14761931379943","imei1":"14761931379943","imei2":"14761931379943","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-13T13:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"job_id":65000}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDk5MTAwNn0.7S61GDDC14m_h7G9LDPgb92ELsdSQCW9kj-VC-Bf9H0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f42432a3-2fe6-4404-9aa1-b5bac0232769 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 17 |
{"job_id":185366}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDk5MTAwNn0.7S61GDDC14m_h7G9LDPgb92ELsdSQCW9kj-VC-Bf9H0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 795d88ba-f98b-4f83-87b1-ffb74e4c793e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 472bc26e-78e8-48a9-8c63-934b88c793ef |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-yN7mnABcfsbKH/euTIksuLsDqZ4" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDh9.3xo4DAyHsnnzkGzFjogslgRQQ_djp6hM2r0G0abD1Tc"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDh9.3xo4DAyHsnnzkGzFjogslgRQQ_djp6hM2r0G0abD1Tc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0bd6e0f4-9828-45a7-961b-b90b23c5f05f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"cb-tPGHeYpNX6zRGujRS7nG3BGU5uY"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDh9.3xo4DAyHsnnzkGzFjogslgRQQ_djp6hM2r0G0abD1Tc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ce629ce6-2cfb-4901-9625-632b328fadcc |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-M11y0dWMmfNo5UZT8a0PBUif2Nc" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":6},{"label":"Created today","key":"created_today","count":607},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDh9.3xo4DAyHsnnzkGzFjogslgRQQ_djp6hM2r0G0abD1Tc |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5915e43f-e0c3-4ae0-b173-3813cb02373b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"1723-8wbDzDapmpSSkWbU+kkvkgZiY+Y" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":185008,"job_number":"JOB_185008","tr_customer_id":185026,"tr_customer_product_id":185016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:06:46.000Z","modified_at":"2026-02-13T06:02:12.000Z","name":"Elnora Willms","mobile_number":"508-712-1996","email_id":"Glenna57@gmail.com","dop":"2026-01-04","serial_number":"17586464670135","imei1":"17586464670135","imei2":"17586464670135","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T06:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185213,"job_number":"JOB_185213","tr_customer_id":185231,"tr_customer_product_id":185221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:11:31.000Z","modified_at":"2026-02-13T10:49:51.000Z","name":"Shannon Miller","mobile_number":"300-204-7848","email_id":"Aniya_Heathcote@yahoo.com","dop":"2026-01-04","serial_number":"11359038793004","imei1":"11359038793004","imei2":"11359038793004","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185335,"job_number":"JOB_185335","tr_customer_id":185353,"tr_customer_product_id":185343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T10:50:49.000Z","modified_at":"2026-02-13T10:53:11.000Z","name":"Gonzalo Kiehn","mobile_number":"842-840-2298","email_id":"Clyde_Kihn@hotmail.com","dop":"2026-01-04","serial_number":"13436894252556","imei1":"13436894252556","imei2":"13436894252556","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185336,"job_number":"JOB_185336","tr_customer_id":185354,"tr_customer_product_id":185344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T10:56:49.000Z","modified_at":"2026-02-13T10:58:16.000Z","name":"Alexie Beahan","mobile_number":"557-645-2119","email_id":"Tate7@hotmail.com","dop":"2026-01-04","serial_number":"13955789193264","imei1":"13955789193264","imei2":"13955789193264","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185344,"job_number":"JOB_185344","tr_customer_id":185362,"tr_customer_product_id":185352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:12:55.000Z","modified_at":"2026-02-13T11:17:48.000Z","name":"Brenden Roberts","mobile_number":"843-464-1259","email_id":"Alanis_Muller10@yahoo.com","dop":"2026-01-04","serial_number":"11946383770086","imei1":"11946383770086","imei2":"11946383770086","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T11:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185366,"job_number":"JOB_185366","tr_customer_id":185384,"tr_customer_product_id":185374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:32.000Z","modified_at":"2026-02-13T13:56:48.000Z","name":"Jesus Moen","mobile_number":"478-612-4834","email_id":"Gordon_Pagac55@hotmail.com","dop":"2025-05-30","serial_number":"14761931379943","imei1":"14761931379943","imei2":"14761931379943","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T13:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDh9.3xo4DAyHsnnzkGzFjogslgRQQ_djp6hM2r0G0abD1Tc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 29ff09fe-e605-45b1-98e6-3406f2d105bc |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"1723-8wbDzDapmpSSkWbU+kkvkgZiY+Y" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":185008,"job_number":"JOB_185008","tr_customer_id":185026,"tr_customer_product_id":185016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T05:06:46.000Z","modified_at":"2026-02-13T06:02:12.000Z","name":"Elnora Willms","mobile_number":"508-712-1996","email_id":"Glenna57@gmail.com","dop":"2026-01-04","serial_number":"17586464670135","imei1":"17586464670135","imei2":"17586464670135","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T06:02:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185213,"job_number":"JOB_185213","tr_customer_id":185231,"tr_customer_product_id":185221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T09:11:31.000Z","modified_at":"2026-02-13T10:49:51.000Z","name":"Shannon Miller","mobile_number":"300-204-7848","email_id":"Aniya_Heathcote@yahoo.com","dop":"2026-01-04","serial_number":"11359038793004","imei1":"11359038793004","imei2":"11359038793004","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185335,"job_number":"JOB_185335","tr_customer_id":185353,"tr_customer_product_id":185343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T10:50:49.000Z","modified_at":"2026-02-13T10:53:11.000Z","name":"Gonzalo Kiehn","mobile_number":"842-840-2298","email_id":"Clyde_Kihn@hotmail.com","dop":"2026-01-04","serial_number":"13436894252556","imei1":"13436894252556","imei2":"13436894252556","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185336,"job_number":"JOB_185336","tr_customer_id":185354,"tr_customer_product_id":185344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T10:56:49.000Z","modified_at":"2026-02-13T10:58:16.000Z","name":"Alexie Beahan","mobile_number":"557-645-2119","email_id":"Tate7@hotmail.com","dop":"2026-01-04","serial_number":"13955789193264","imei1":"13955789193264","imei2":"13955789193264","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T10:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185344,"job_number":"JOB_185344","tr_customer_id":185362,"tr_customer_product_id":185352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T11:12:55.000Z","modified_at":"2026-02-13T11:17:48.000Z","name":"Brenden Roberts","mobile_number":"843-464-1259","email_id":"Alanis_Muller10@yahoo.com","dop":"2026-01-04","serial_number":"11946383770086","imei1":"11946383770086","imei2":"11946383770086","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T11:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":185366,"job_number":"JOB_185366","tr_customer_id":185384,"tr_customer_product_id":185374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:32.000Z","modified_at":"2026-02-13T13:56:48.000Z","name":"Jesus Moen","mobile_number":"478-612-4834","email_id":"Gordon_Pagac55@hotmail.com","dop":"2025-05-30","serial_number":"14761931379943","imei1":"14761931379943","imei2":"14761931379943","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-13T13:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"job_id":65260}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDh9.3xo4DAyHsnnzkGzFjogslgRQQ_djp6hM2r0G0abD1Tc |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2eaa7b0e-f861-495e-bc37-c9aa199d7ea1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 17 |
{"job_id":185366}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_69251"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDh9.3xo4DAyHsnnzkGzFjogslgRQQ_djp6hM2r0G0abD1Tc |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ed3cbe6c-2ea2-41a0-9af1-5d46a24b91eb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 27 |
{"searchText":"JOB_185366"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1016 |
| ETag | W/"3f8-5Fb03VdGyvbmWcLTZTgIS1Y5RJc" |
| Vary | Accept-Encoding |
| Date | Fri, 13 Feb 2026 13:56:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":185366,"job_number":"JOB_185366","tr_customer_id":185384,"tr_customer_product_id":185374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:32.000Z","modified_at":"2026-02-13T13:56:50.000Z","name":"Jesus Moen","mobile_number":"478-612-4834","email_id":"Gordon_Pagac55@hotmail.com","dop":"2025-05-30","serial_number":"14761931379943","imei1":"14761931379943","imei2":"14761931379943","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_65040' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzA5OTEwMDh9.3xo4DAyHsnnzkGzFjogslgRQQ_djp6hM2r0G0abD1Tc |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bee79ee7-b4a4-40c3-acf7-c9eefa488938 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"a44-srecH8yM7FEO/wXGhQZTzarRJcI" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 13 Feb 2026 13:56:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"id":185366,"job_number":"JOB_185366","tr_customer_id":185384,"tr_customer_product_id":185374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-13T13:56:32.000Z","modified_at":"2026-02-13T13:56:50.000Z","name":"Jesus Moen","mobile_number":"478-612-4834","email_id":"Gordon_Pagac55@hotmail.com","dop":"2025-05-30","serial_number":"14761931379943","imei1":"14761931379943","imei2":"14761931379943","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-13T13:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":707940,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-13T13:56:32.000Z","created_at":"2026-02-13T13:56:32.000Z"},{"id":707941,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-13T13:56:32.000Z","created_at":"2026-02-13T13:56:32.000Z"},{"id":707946,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-02-13T13:56:43.000Z","created_at":"2026-02-13T13:56:43.000Z"},{"id":707947,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-02-13T13:56:46.000Z","created_at":"2026-02-13T13:56:46.000Z"},{"id":707948,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-02-13T13:56:48.000Z","created_at":"2026-02-13T13:56:48.000Z"},{"id":707949,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-02-13T13:56:50.000Z","created_at":"2026-02-13T13:56:50.000Z"},{"id":707950,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-02-13T13:56:50.000Z","created_at":"2026-02-13T13:56:50.000Z"}],"problems":[{"id":173511,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-13T13:56:32.000Z"},{"id":173514,"problem":"Poor battery life","remark":"Replaced the battery","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-02-13T13:56:46.000Z"}],"quatations":[]}}